Skip to content

Commit 32d9d9a

Browse files
authored
Add translatable
1 parent 4d532c9 commit 32d9d9a

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

properties.schema

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,17 @@
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
}
@@ -84,7 +86,8 @@
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",
@@ -101,20 +104,23 @@
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
}
@@ -135,4 +141,4 @@
135141
}
136142
}
137143
}
138-
}
144+
}

0 commit comments

Comments
 (0)