glossary-magic
v1.0.0
Published
Strapi 5 plugin that links glossary words to article content
Downloads
73
Readme
glossary-magic
Strapi 5 plugin that links glossary words to article content
npm i glossary-magic
Configuration
config/plugins.ts
'next-preview-button': {
enabled: true,
config: {
glossaryBaseUrl: 'https://example.com/glossary',
}
}