strapi.accords-library.com/config/plugins.js

11 lines
199 B
JavaScript
Raw Permalink Normal View History

2022-06-27 22:23:06 +00:00
module.exports = {
meilisearch: {
config: {
"weapon-story": {
indexName: "nested-weapon-story",
populateEntryRule: ["stories.translations", "translations"],
}
}
},
}