mirror of
https://github.com/strapi/strapi.git
synced 2025-07-07 09:02:42 +00:00
5 lines
158 B
JavaScript
5 lines
158 B
JavaScript
![]() |
module.exports = {
|
||
|
generalSettingsSchema: require('./general-setting'),
|
||
|
createContentTypeConfigurationSchema: require('./content-type-configuration'),
|
||
|
};
|