Commit 7a48da05 authored by Sven Franck's avatar Sven Franck

updated JSON configuration to use breadcrumbs

parent 3734d9c2
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"type": "page", "type": "page",
"class_list": null, "class_list": null,
"title": "Submit Your App", "title": "Submit Your App",
"title_i18n": "pages.submit.title", "title_i18n": "pages.apps.title",
"theme": "slapos-white", "theme": "slapos-white",
"children": [ "children": [
{ {
......
...@@ -2,9 +2,14 @@ ...@@ -2,9 +2,14 @@
"generate": "gadget", "generate": "gadget",
"type": "setGlobalConfiguration", "type": "setGlobalConfiguration",
"property_dict": { "property_dict": {
"status_dict": {
"type" : "loader",
"theme": "slapos-black"
},
"no_content": true, "no_content": true,
"path_dict": { "path_dict": {
"data": "data/" "data": "data/",
"home": "#dashboard"
}, },
"i18n": "i18next", "i18n": "i18next",
"i18n_dict": { "i18n_dict": {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
{ {
"type": "p", "type": "p",
"direct": {"className": "ui-content-element translate responsive"}, "direct": {"className": "ui-content-element translate responsive"},
"attributes":{"data-i18n":"pages.submit.submission_info"}, "attributes":{"data-i18n":"pages.apps.submission_info"},
"logic":{"text":"Adding an application to officeJS only requires 1 URL and 1 click. Please read the specifications for applications before submitting your own app. Only applications that meet the specifications will be published."} "logic":{"text":"Adding an application to officeJS only requires 1 URL and 1 click. Please read the specifications for applications before submitting your own app. Only applications that meet the specifications will be published."}
}, { }, {
"generate": "widget", "generate": "widget",
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"title": "Thanks", "title": "Thanks",
"submission_info": "Thank you for submitting your application. If successfully validated, your application will be published in the OfficeJS HTML5 appstore." "submission_info": "Thank you for submitting your application. If successfully validated, your application will be published in the OfficeJS HTML5 appstore."
}, },
"submit": { "apps": {
"title": "Submit Your App", "title": "Submit Your App",
"submission_info": "Adding an application to officeJS only requires 1 URL and 1 click. Please read the specifications for applications before submitting your own app. Only applications that meet the specifications will be published." "submission_info": "Adding an application to officeJS only requires 1 URL and 1 click. Please read the specifications for applications before submitting your own app. Only applications that meet the specifications will be published."
}, },
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"title": "Thanks", "title": "Thanks",
"submission_info": "Thank you for submitting your application. If successfully validated, your application will be published in the OfficeJS HTML5 appstore." "submission_info": "Thank you for submitting your application. If successfully validated, your application will be published in the OfficeJS HTML5 appstore."
}, },
"submit": { "apps": {
"title": "提交您的应用", "title": "提交您的应用",
"submission_info": "向OfficeJS添加一个应用只需要一个URL和一次轻松地点击。 请在提交您的应用前仔细阅读提交说明。 我们将只发布符合提交规范的应用。" "submission_info": "向OfficeJS添加一个应用只需要一个URL和一次轻松地点击。 请在提交您的应用前仔细阅读提交说明。 我们将只发布符合提交规范的应用。"
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment