Compare commits
1
Commits
ba5792517b
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
926fecd125
|
@@ -7,6 +7,9 @@
|
|||||||
},
|
},
|
||||||
"options": {},
|
"options": {},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
|
"ayisyen": {
|
||||||
|
"type": "richtext"
|
||||||
|
},
|
||||||
"francais": {
|
"francais": {
|
||||||
"type": "richtext"
|
"type": "richtext"
|
||||||
},
|
},
|
||||||
|
|||||||
Vendored
+1
@@ -110,6 +110,7 @@ export interface TradTraductions extends Struct.ComponentSchema {
|
|||||||
allemand: Schema.Attribute.RichText;
|
allemand: Schema.Attribute.RichText;
|
||||||
anglais: Schema.Attribute.RichText;
|
anglais: Schema.Attribute.RichText;
|
||||||
arabe: Schema.Attribute.RichText;
|
arabe: Schema.Attribute.RichText;
|
||||||
|
ayisyen: Schema.Attribute.RichText;
|
||||||
coreen: Schema.Attribute.RichText;
|
coreen: Schema.Attribute.RichText;
|
||||||
espagnol: Schema.Attribute.RichText;
|
espagnol: Schema.Attribute.RichText;
|
||||||
francais: Schema.Attribute.RichText;
|
francais: Schema.Attribute.RichText;
|
||||||
|
|||||||
Reference in New Issue
Block a user