feat(strapi): migrate initial collection types from Contentful

This commit is contained in:
Martin Garnica
2025-08-25 09:12:34 -06:00
parent f59458c431
commit d282784c00
26 changed files with 1780 additions and 19 deletions

View File

@ -0,0 +1,7 @@
/**
* footer service
*/
import { factories } from '@strapi/strapi';
export default factories.createCoreService('api::footer.footer');