Skip to content

Commit

Permalink
indexing enable
Browse files Browse the repository at this point in the history
  • Loading branch information
srikant-code committed Jul 14, 2024
1 parent c47b801 commit 3ec4c67
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 4 deletions.
11 changes: 10 additions & 1 deletion .deco/blocks/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"seo": {
"type": "website",
"jsonLDs": [],
"noIndexing": false,
"noIndexing": true,
"description": "Please find my Capy and brig him back!",
"titleTemplate": "%s | deco.cx",
"descriptionTemplate": "My Capy is lost! Please find my Capy and bring him back from around the world.",
Expand Down Expand Up @@ -30,5 +30,14 @@
"firstByteThresholdMS": true,
"theme": {
"__resolveType": "Sunset Glow"
},
"abTesting": {
"replaces": [],
"includeScriptsToHead": {
"includes": []
}
},
"flavor": {
"framework": "fresh"
}
}
128 changes: 125 additions & 3 deletions .deco/metadata/spaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -1756,9 +1756,9 @@
"componentState": {
"id": "%2F.deco%2Fblocks%2Fpages-404-480700.json::Preview::visibility::Preview::%7B%7D"
},
"width": 70,
"isClosable": true,
"reorderEnabled": true
"reorderEnabled": true,
"width": 70
}
]
}
Expand Down Expand Up @@ -1791,8 +1791,130 @@
"accepts": "function",
"render": "function",
"viewId": "Preview",
"width": 70,
"id": "%2F.deco%2Fblocks%2Fpages-404-480700.json::Preview::visibility::Preview::%7B%7D",
"state": {
"__signal": null
},
"width": 70
}
}
},
{
"id": "/.deco/blocks/site.json",
"name": "site",
"pinned": false,
"icon": "apps",
"layout": {
"settings": {
"hasHeaders": true,
"constrainDragToContainer": true,
"reorderEnabled": true,
"selectionEnabled": false,
"popoutWholeStack": false,
"blockedPopoutsThrowError": true,
"closePopoutsOnUnload": true,
"showPopoutIcon": false,
"showMaximiseIcon": false,
"showCloseIcon": false,
"responsiveMode": "onload"
},
"dimensions": {
"borderWidth": 8,
"minItemHeight": 10,
"minItemWidth": 10,
"headerHeight": 40,
"dragProxyWidth": 300,
"dragProxyHeight": 200
},
"labels": {
"close": "close",
"maximise": "maximise",
"minimise": "minimise",
"popout": "open in new window",
"popin": "pop in",
"tabDropdown": "additional tabs"
},
"content": [
{
"type": "row",
"isClosable": true,
"reorderEnabled": true,
"title": "",
"content": [
{
"type": "stack",
"width": 41.66666666666667,
"isClosable": true,
"reorderEnabled": true,
"title": "",
"activeItemIndex": 0,
"content": [
{
"id": "%2F.deco%2Fblocks%2Fsite.json::Properties::list::Properties::%7B%7D",
"title": "<div class=\"contents text-base-700\" id=\"header-%2F.deco%2Fblocks%2Fsite.json::Properties::list::Properties::%7B%7D\" />",
"type": "component",
"componentName": "component",
"componentState": {
"id": "%2F.deco%2Fblocks%2Fsite.json::Properties::list::Properties::%7B%7D"
},
"width": 30,
"isClosable": true,
"reorderEnabled": true
}
]
},
{
"type": "stack",
"width": 58.333333333333336,
"isClosable": true,
"reorderEnabled": true,
"title": "",
"activeItemIndex": 0,
"content": [
{
"id": "%2F.deco%2Fblocks%2Fsite.json::Preview::visibility::Preview::%7B%7D",
"title": "<div class=\"contents text-base-700\" id=\"header-%2F.deco%2Fblocks%2Fsite.json::Preview::visibility::Preview::%7B%7D\" />",
"type": "component",
"componentName": "component",
"componentState": {
"id": "%2F.deco%2Fblocks%2Fsite.json::Preview::visibility::Preview::%7B%7D"
},
"width": 70,
"isClosable": true,
"reorderEnabled": true
}
]
}
]
}
],
"isClosable": true,
"reorderEnabled": true,
"title": "",
"openPopouts": [],
"maximisedItemId": null
},
"tabs": {
"%2F.deco%2Fblocks%2Fsite.json::Properties::list::Properties::%7B%7D": {
"name": "Properties",
"icon": "list",
"accepts": "function",
"render": "function",
"viewId": "Properties",
"width": 30,
"id": "%2F.deco%2Fblocks%2Fsite.json::Properties::list::Properties::%7B%7D",
"state": {
"__signal": null
}
},
"%2F.deco%2Fblocks%2Fsite.json::Preview::visibility::Preview::%7B%7D": {
"name": "Preview",
"icon": "visibility",
"accepts": "function",
"render": "function",
"viewId": "Preview",
"width": 70,
"id": "%2F.deco%2Fblocks%2Fsite.json::Preview::visibility::Preview::%7B%7D",
"state": {
"__signal": null
}
Expand Down

0 comments on commit 3ec4c67

Please sign in to comment.