Skip to content

Commit

Permalink
Merge pull request #153 from UoaWDCC/feat/strapi-fields
Browse files Browse the repository at this point in the history
Feat/strapi fields
  • Loading branch information
gmat224 authored Dec 25, 2024
2 parents 3541926 + be6bd6e commit 93684af
Show file tree
Hide file tree
Showing 63 changed files with 10,014 additions and 59 deletions.
3 changes: 3 additions & 0 deletions strapi/config/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ module.exports = ({ env }) => ({
nps: env.bool('FLAG_NPS', true),
promoteEE: env.bool('FLAG_PROMOTE_EE', true),
},
watchIgnoreFiles: [
'**/config/sync/**',
],
});
4 changes: 4 additions & 0 deletions strapi/config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ module.exports = ({ env }) => ({
},
},
},
'import-export-entries': {
enabled: true,
config: {},
},
});
Loading

0 comments on commit 93684af

Please sign in to comment.