diff --git a/application.json b/application.json new file mode 100644 index 0000000..49375bc --- /dev/null +++ b/application.json @@ -0,0 +1,36 @@ +{ + "appIsExample": false, + "applicationDetail": { + "appPositioning": { + "type": "FIXED" + }, + "navigationSetting": {}, + "themeSetting": { + "appMaxWidth": "LARGE", + "density": 1.0, + "sizing": 1.0 + } + }, + "applicationVersion": 2, + "collapseInvisibleWidgets": true, + "color": "#FFEFDB", + "evaluationVersion": 2, + "icon": "restaurant", + "pages": [ + { + "id": "Page1", + "isDefault": true + } + ], + "unpublishedApplicationDetail": { + "appPositioning": { + "type": "FIXED" + }, + "navigationSetting": {}, + "themeSetting": { + "appMaxWidth": "LARGE", + "density": 1.0, + "sizing": 1.0 + } + } +} \ No newline at end of file diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..45ad19b --- /dev/null +++ b/metadata.json @@ -0,0 +1,6 @@ +{ + "artifactJsonType": "APPLICATION", + "clientSchemaVersion": 2, + "fileFormatVersion": 5, + "serverSchemaVersion": 12 +} \ No newline at end of file diff --git a/pages/Page1/Page1.json b/pages/Page1/Page1.json new file mode 100644 index 0000000..36996fb --- /dev/null +++ b/pages/Page1/Page1.json @@ -0,0 +1,32 @@ +{ + "gitSyncId": "69cf912ba3fb7f5b03132a35_b2f88915-790f-420f-bcc0-d9a77b55b97e", + "unpublishedPage": { + "layouts": [ + { + "dsl": { + "backgroundColor": "none", + "bottomRow": 5000, + "canExtend": true, + "containerStyle": "none", + "detachFromLayout": true, + "dynamicBindingPathList": [], + "dynamicTriggerPathList": [], + "leftColumn": 0, + "minHeight": 1292, + "parentColumnSpace": 1, + "parentRowSpace": 1, + "rightColumn": 4896, + "snapColumns": 64, + "snapRows": 124, + "topRow": 0, + "type": "CANVAS_WIDGET", + "version": 94, + "widgetId": "0", + "widgetName": "MainContainer" + } + } + ], + "name": "Page1", + "slug": "page1" + } +} \ No newline at end of file diff --git a/theme.json b/theme.json new file mode 100644 index 0000000..245e0db --- /dev/null +++ b/theme.json @@ -0,0 +1,5 @@ +{ + "displayName": "Modern", + "isSystemTheme": true, + "name": "Default-New" +} \ No newline at end of file