footer, feedback, subscribe
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"kind": "collectionType",
|
||||
"collectionName": "yoga_subscribe_now_components",
|
||||
"info": {
|
||||
"singularName": "yoga-subscribe-now-component",
|
||||
"pluralName": "yoga-subscribe-now-components",
|
||||
"displayName": "YogaSubscribeNowComponent"
|
||||
},
|
||||
"options": {
|
||||
"draftAndPublish": true
|
||||
},
|
||||
"pluginOptions": {},
|
||||
"attributes": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"header": {
|
||||
"type": "string"
|
||||
},
|
||||
"placeHolderEmail": {
|
||||
"type": "string"
|
||||
},
|
||||
"buttonSubscribeLabel": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* yoga-subscribe-now-component controller
|
||||
*/
|
||||
|
||||
import { factories } from '@strapi/strapi'
|
||||
|
||||
export default factories.createCoreController('api::yoga-subscribe-now-component.yoga-subscribe-now-component');
|
||||
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* yoga-subscribe-now-component router
|
||||
*/
|
||||
|
||||
import { factories } from '@strapi/strapi';
|
||||
|
||||
export default factories.createCoreRouter('api::yoga-subscribe-now-component.yoga-subscribe-now-component');
|
||||
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* yoga-subscribe-now-component service
|
||||
*/
|
||||
|
||||
import { factories } from '@strapi/strapi';
|
||||
|
||||
export default factories.createCoreService('api::yoga-subscribe-now-component.yoga-subscribe-now-component');
|
||||
Reference in New Issue
Block a user