diff --git a/include/i18n/en_US/form.yaml b/include/i18n/en_US/form.yaml index a5030c0333383fc972837aabe8c48add5550b775..0d59d1bc67e1c43e09001d55cb220c0399e19838 100644 --- a/include/i18n/en_US/form.yaml +++ b/include/i18n/en_US/form.yaml @@ -144,7 +144,7 @@ rows: 2 cols: 40 html: false - maxlength: 100 + length: 100 - type: O # notrans title: Organization Information @@ -161,11 +161,37 @@ size: 40 length: 64 + - type: memo + name: address + label: Address + required: false + sort: 2 + configuration: + rows: 2 + cols: 40 + length: 100 + html: false + + - type: phone + name: phone + label: Phone + required: false + sort: 3 + + - type: text + name: website + label: Website + required: false + sort: 4 + configuration: + size: 40 + length: 0 + - type: memo # notrans name: notes label: Internal Notes required: false - sort: 2 + sort: 5 configuration: rows: 4 cols: 40