diff --git a/examples/getstarted/api/baba/config/routes.json b/examples/getstarted/api/baba/config/routes.json deleted file mode 100644 index 33a71c6312..0000000000 --- a/examples/getstarted/api/baba/config/routes.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "routes": [ - { - "method": "GET", - "path": "/babas", - "handler": "baba.find", - "config": { - "policies": [] - } - }, - { - "method": "GET", - "path": "/babas/count", - "handler": "baba.count", - "config": { - "policies": [] - } - }, - { - "method": "GET", - "path": "/babas/:id", - "handler": "baba.findOne", - "config": { - "policies": [] - } - }, - { - "method": "POST", - "path": "/babas", - "handler": "baba.create", - "config": { - "policies": [] - } - }, - { - "method": "PUT", - "path": "/babas/:id", - "handler": "baba.update", - "config": { - "policies": [] - } - }, - { - "method": "DELETE", - "path": "/babas/:id", - "handler": "baba.delete", - "config": { - "policies": [] - } - } - ] -} diff --git a/examples/getstarted/api/baba/controllers/baba.js b/examples/getstarted/api/baba/controllers/baba.js deleted file mode 100644 index a589b84af4..0000000000 --- a/examples/getstarted/api/baba/controllers/baba.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict'; - -/** - * Read the documentation (https://strapi.io/documentation/v3.x/concepts/controllers.html#core-controllers) - * to customize this controller - */ - -module.exports = {}; diff --git a/examples/getstarted/api/baba/models/baba.js b/examples/getstarted/api/baba/models/baba.js deleted file mode 100644 index 319ea80a1d..0000000000 --- a/examples/getstarted/api/baba/models/baba.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict'; - -/** - * Read the documentation (https://strapi.io/documentation/v3.x/concepts/models.html#lifecycle-hooks) - * to customize this model - */ - -module.exports = {}; diff --git a/examples/getstarted/api/baba/models/baba.settings.json b/examples/getstarted/api/baba/models/baba.settings.json deleted file mode 100644 index 0d0dd5886b..0000000000 --- a/examples/getstarted/api/baba/models/baba.settings.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "kind": "collectionType", - "collectionName": "babas", - "info": { - "name": "testvalidationspublish", - "description": "" - }, - "options": { - "increments": true, - "timestamps": true, - "draftAndPublish": true - }, - "attributes": { - "name": { - "type": "string", - "required": true - }, - "namepasrep": { - "type": "string" - }, - "dz": { - "type": "dynamiczone", - "components": [ - "compos.comporeqf" - ], - "required": true, - "min": 1 - }, - "ref": { - "type": "component", - "repeatable": true, - "component": "compos.comporeqf", - "required": true, - "min": 1 - }, - "rzeaer": { - "type": "component", - "repeatable": false, - "component": "compos.comporeqf", - "required": true - } - } -} diff --git a/examples/getstarted/api/baba/services/baba.js b/examples/getstarted/api/baba/services/baba.js deleted file mode 100644 index 1f5330ef96..0000000000 --- a/examples/getstarted/api/baba/services/baba.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict'; - -/** - * Read the documentation (https://strapi.io/documentation/v3.x/concepts/services.html#core-services) - * to customize this service - */ - -module.exports = {}; diff --git a/examples/getstarted/api/tata/config/routes.json b/examples/getstarted/api/tata/config/routes.json deleted file mode 100644 index 459dcb2b4c..0000000000 --- a/examples/getstarted/api/tata/config/routes.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "routes": [ - { - "method": "GET", - "path": "/tatas", - "handler": "tata.find", - "config": { - "policies": [] - } - }, - { - "method": "GET", - "path": "/tatas/count", - "handler": "tata.count", - "config": { - "policies": [] - } - }, - { - "method": "GET", - "path": "/tatas/:id", - "handler": "tata.findOne", - "config": { - "policies": [] - } - }, - { - "method": "POST", - "path": "/tatas", - "handler": "tata.create", - "config": { - "policies": [] - } - }, - { - "method": "PUT", - "path": "/tatas/:id", - "handler": "tata.update", - "config": { - "policies": [] - } - }, - { - "method": "DELETE", - "path": "/tatas/:id", - "handler": "tata.delete", - "config": { - "policies": [] - } - } - ] -} diff --git a/examples/getstarted/api/tata/controllers/tata.js b/examples/getstarted/api/tata/controllers/tata.js deleted file mode 100644 index a589b84af4..0000000000 --- a/examples/getstarted/api/tata/controllers/tata.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict'; - -/** - * Read the documentation (https://strapi.io/documentation/v3.x/concepts/controllers.html#core-controllers) - * to customize this controller - */ - -module.exports = {}; diff --git a/examples/getstarted/api/tata/models/tata.js b/examples/getstarted/api/tata/models/tata.js deleted file mode 100644 index 319ea80a1d..0000000000 --- a/examples/getstarted/api/tata/models/tata.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict'; - -/** - * Read the documentation (https://strapi.io/documentation/v3.x/concepts/models.html#lifecycle-hooks) - * to customize this model - */ - -module.exports = {}; diff --git a/examples/getstarted/api/tata/models/tata.settings.json b/examples/getstarted/api/tata/models/tata.settings.json deleted file mode 100644 index ecabcacf96..0000000000 --- a/examples/getstarted/api/tata/models/tata.settings.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "kind": "collectionType", - "collectionName": "tatas", - "info": { - "name": "testvalidationsnormal", - "description": "" - }, - "options": { - "increments": true, - "timestamps": true, - "draftAndPublish": false - }, - "attributes": { - "name": { - "type": "string", - "required": true - }, - "namepasrep": { - "type": "string" - }, - "dz": { - "type": "dynamiczone", - "components": [ - "compos.comporeqf" - ], - "required": true, - "min": 1 - }, - "ref": { - "type": "component", - "repeatable": true, - "component": "compos.comporeqf", - "required": false, - "min": 1 - }, - "rzeaer": { - "type": "component", - "repeatable": false, - "component": "compos.comporeqf", - "required": true - } - } -} diff --git a/examples/getstarted/api/tata/services/tata.js b/examples/getstarted/api/tata/services/tata.js deleted file mode 100644 index 1f5330ef96..0000000000 --- a/examples/getstarted/api/tata/services/tata.js +++ /dev/null @@ -1,8 +0,0 @@ -'use strict'; - -/** - * Read the documentation (https://strapi.io/documentation/v3.x/concepts/services.html#core-services) - * to customize this service - */ - -module.exports = {}; diff --git a/examples/getstarted/components/compos/comporeqf.json b/examples/getstarted/components/compos/comporeqf.json deleted file mode 100644 index d912658af1..0000000000 --- a/examples/getstarted/components/compos/comporeqf.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "collectionName": "components_compos_comporeqfs", - "info": { - "name": "comporeqf", - "icon": "ad" - }, - "options": {}, - "attributes": { - "name": { - "type": "string", - "required": true - }, - "namenot": { - "type": "string" - } - } -}