|
1 | 1 | { |
2 | | - "kind": "collectionType", |
3 | | - "collectionName": "platform_pages", |
4 | | - "info": { |
5 | | - "singularName": "platform-page", |
6 | | - "pluralName": "platform-pages", |
7 | | - "displayName": "Platform Page", |
8 | | - "description": "" |
9 | | - }, |
10 | | - "options": { |
11 | | - "draftAndPublish": true |
12 | | - }, |
13 | | - "pluginOptions": {}, |
14 | | - "attributes": { |
15 | | - "slug": { |
16 | | - "type": "string", |
17 | | - "required": true |
| 2 | + "kind": "collectionType", |
| 3 | + "collectionName": "platform_pages", |
| 4 | + "info": { |
| 5 | + "singularName": "platform-page", |
| 6 | + "pluralName": "platform-pages", |
| 7 | + "displayName": "Platform Page", |
| 8 | + "description": "" |
18 | 9 | }, |
19 | | - "body": { |
20 | | - "type": "dynamiczone", |
21 | | - "components": [ |
22 | | - "section-faqs.frequently-asked-question", |
23 | | - "section-cta.banner", |
24 | | - "section-cards.blog", |
25 | | - "section-hero.solutions-hero-section", |
26 | | - "section-cards.feature1", |
27 | | - "section-features.tabs-features", |
28 | | - "section-features.platform-features-top-tabs", |
29 | | - "section-faqs.platform-faqs" |
30 | | - ], |
31 | | - "required": true |
| 10 | + "options": { |
| 11 | + "draftAndPublish": true |
32 | 12 | }, |
33 | | - "seo": { |
34 | | - "type": "component", |
35 | | - "repeatable": false, |
36 | | - "component": "seo.seo" |
37 | | - }, |
38 | | - "isPreviewPage": { |
39 | | - "type": "boolean", |
40 | | - "default": false |
| 13 | + "pluginOptions": {}, |
| 14 | + "attributes": { |
| 15 | + "slug": { |
| 16 | + "type": "string", |
| 17 | + "required": true |
| 18 | + }, |
| 19 | + "body": { |
| 20 | + "type": "dynamiczone", |
| 21 | + "components": [ |
| 22 | + "section-faqs.frequently-asked-question", |
| 23 | + "section-cta.banner", |
| 24 | + "section-cards.blog", |
| 25 | + "section-hero.solutions-hero-section", |
| 26 | + "section-cards.feature1", |
| 27 | + "section-features.tabs-features", |
| 28 | + "section-features.platform-features-top-tabs", |
| 29 | + "section-faqs.platform-faqs", |
| 30 | + "section-cards.resources-section", |
| 31 | + "section-tabs.customer-stories" |
| 32 | + ], |
| 33 | + "required": true |
| 34 | + }, |
| 35 | + "seo": { |
| 36 | + "type": "component", |
| 37 | + "repeatable": false, |
| 38 | + "component": "seo.seo" |
| 39 | + }, |
| 40 | + "isPreviewPage": { |
| 41 | + "type": "boolean", |
| 42 | + "default": false |
| 43 | + } |
41 | 44 | } |
42 | | - } |
43 | 45 | } |
0 commit comments