Commit 36d54e88 by jay

localization

1 parent 50a96b08
......@@ -10,79 +10,158 @@
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"pluginOptions": {
"i18n": {
"localized": true
}
},
"attributes": {
"infoText": {
"type": "string"
"type": "string",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"buttonText1": {
"type": "string"
"type": "string",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"buttonText2": {
"type": "string"
"type": "string",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"question1": {
"displayName": "Question 1",
"type": "component",
"repeatable": false,
"component": "question1.question-1"
"component": "question1.question-1",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"title": {
"type": "text"
"type": "text",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"chQuestion2": {
"displayName": "ch-question2",
"type": "component",
"repeatable": false,
"component": "ch-question2.ch-question2"
"component": "ch-question2.ch-question2",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"chQuestion3": {
"displayName": "chQuestion3",
"type": "component",
"repeatable": false,
"component": "ch-question3.ch-question3"
"component": "ch-question3.ch-question3",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"fhQTitle": {
"type": "text"
"type": "text",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"fhQ1": {
"displayName": "fhQ1",
"type": "component",
"repeatable": false,
"component": "fh-q1.fh-q1"
"component": "fh-q1.fh-q1",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"fhQ2": {
"displayName": "fhQ2",
"type": "component",
"repeatable": false,
"component": "fh-q2.fh-q2"
"component": "fh-q2.fh-q2",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"fhQ3": {
"displayName": "fhQ3",
"type": "component",
"repeatable": false,
"component": "fh-q3.fh-q3"
"component": "fh-q3.fh-q3",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"uuid": {
"type": "string"
"type": "string",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"tQ1": {
"displayName": "tQ1",
"type": "component",
"repeatable": false,
"component": "t-q1.t-q1"
"component": "t-q1.t-q1",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"tQ2": {
"displayName": "tQ2",
"type": "component",
"repeatable": false,
"component": "t-q2.t-q2"
"component": "t-q2.t-q2",
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"tQ3": {
"displayName": "tQ3",
"type": "component",
"repeatable": false,
"component": "t-q3.t-q3"
"component": "t-q3.t-q3",
"pluginOptions": {
"i18n": {
"localized": true
}
}
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!