create-geekron-website 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/templates/strapi/src/api/.gitkeep +0 -0
- package/dist/templates/strapi/src/api/about/content-types/about/schema.json +28 -0
- package/dist/templates/strapi/src/api/about/controllers/about.ts +7 -0
- package/dist/templates/strapi/src/api/about/routes/about.ts +7 -0
- package/dist/templates/strapi/src/api/about/services/about.ts +7 -0
- package/dist/templates/strapi/src/api/home/content-types/home/schema.json +28 -0
- package/dist/templates/strapi/src/api/home/controllers/home.ts +7 -0
- package/dist/templates/strapi/src/api/home/routes/home.ts +7 -0
- package/dist/templates/strapi/src/api/home/services/home.ts +7 -0
- package/package.json +1 -1
- package/templates/strapi/src/api/.gitkeep +0 -0
- package/templates/strapi/src/api/about/content-types/about/schema.json +28 -0
- package/templates/strapi/src/api/about/controllers/about.ts +7 -0
- package/templates/strapi/src/api/about/routes/about.ts +7 -0
- package/templates/strapi/src/api/about/services/about.ts +7 -0
- package/templates/strapi/src/api/home/content-types/home/schema.json +28 -0
- package/templates/strapi/src/api/home/controllers/home.ts +7 -0
- package/templates/strapi/src/api/home/routes/home.ts +7 -0
- package/templates/strapi/src/api/home/services/home.ts +7 -0
|
File without changes
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "singleType",
|
|
3
|
+
"collectionName": "abouts",
|
|
4
|
+
"info": {
|
|
5
|
+
"singularName": "about",
|
|
6
|
+
"pluralName": "abouts",
|
|
7
|
+
"displayName": "About"
|
|
8
|
+
},
|
|
9
|
+
"options": {
|
|
10
|
+
"draftAndPublish": true
|
|
11
|
+
},
|
|
12
|
+
"pluginOptions": {
|
|
13
|
+
"i18n": {
|
|
14
|
+
"localized": true
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"attributes": {
|
|
18
|
+
"title": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"pluginOptions": {
|
|
21
|
+
"i18n": {
|
|
22
|
+
"localized": true
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"required": true
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "singleType",
|
|
3
|
+
"collectionName": "homes",
|
|
4
|
+
"info": {
|
|
5
|
+
"singularName": "home",
|
|
6
|
+
"pluralName": "homes",
|
|
7
|
+
"displayName": "Home"
|
|
8
|
+
},
|
|
9
|
+
"options": {
|
|
10
|
+
"draftAndPublish": true
|
|
11
|
+
},
|
|
12
|
+
"pluginOptions": {
|
|
13
|
+
"i18n": {
|
|
14
|
+
"localized": true
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"attributes": {
|
|
18
|
+
"title": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"pluginOptions": {
|
|
21
|
+
"i18n": {
|
|
22
|
+
"localized": true
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"required": true
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
package/package.json
CHANGED
|
File without changes
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "singleType",
|
|
3
|
+
"collectionName": "abouts",
|
|
4
|
+
"info": {
|
|
5
|
+
"singularName": "about",
|
|
6
|
+
"pluralName": "abouts",
|
|
7
|
+
"displayName": "About"
|
|
8
|
+
},
|
|
9
|
+
"options": {
|
|
10
|
+
"draftAndPublish": true
|
|
11
|
+
},
|
|
12
|
+
"pluginOptions": {
|
|
13
|
+
"i18n": {
|
|
14
|
+
"localized": true
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"attributes": {
|
|
18
|
+
"title": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"pluginOptions": {
|
|
21
|
+
"i18n": {
|
|
22
|
+
"localized": true
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"required": true
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "singleType",
|
|
3
|
+
"collectionName": "homes",
|
|
4
|
+
"info": {
|
|
5
|
+
"singularName": "home",
|
|
6
|
+
"pluralName": "homes",
|
|
7
|
+
"displayName": "Home"
|
|
8
|
+
},
|
|
9
|
+
"options": {
|
|
10
|
+
"draftAndPublish": true
|
|
11
|
+
},
|
|
12
|
+
"pluginOptions": {
|
|
13
|
+
"i18n": {
|
|
14
|
+
"localized": true
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"attributes": {
|
|
18
|
+
"title": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"pluginOptions": {
|
|
21
|
+
"i18n": {
|
|
22
|
+
"localized": true
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"required": true
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|