File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 5959 "default": "",
6060 "title":"Item description",
6161 "inputType": "Text",
62- "validators": []
62+ "validators": [],
63+ "translatable": true
6364 },
6465 "title": {
6566 "type":"string",
6667 "required":false,
6768 "default": "",
6869 "title":"Item title",
6970 "inputType": "Text",
70- "validators": []
71+ "validators": [],
72+ "translatable": true
7173 }
7274 }
7375 }
8486 "title": "Alt text",
8587 "inputType": "Text",
8688 "validators": [],
87- "help": "Text for the alt attribute of this image"
89+ "help": "Text for the alt attribute of this image",
90+ "translatable": true
8891 },
8992 "src": {
9093 "type":"string",
101104 "default": "",
102105 "title":"Organization name or headline",
103106 "inputType": "Text",
104- "validators": []
107+ "validators": [],
108+ "translatable": true
105109 },
106110 "description": {
107111 "type":"string",
108112 "required":true,
109113 "title":"Drawer description",
110- "inputType": "Text"
114+ "inputType": "Text",
115+ "translatable": true
111116 },
112117 "title": {
113118 "type":"string",
114119 "required":true,
115120 "title":"Drawer title",
116121 "default": "About Us",
117- "inputType": "Text"
122+ "inputType": "Text",
123+ "translatable": true
118124 }
119125 }
120126 }
135141 }
136142 }
137143 }
138- }
144+ }
You can’t perform that action at this time.
0 commit comments