Skip to main content

🔧 Configuration

The settings of the plugin can be overridden in the config/plugins.js file. In the example below you can see how, and also what the default settings are.

config/plugins.js
module.exports = ({ env }) => ({
// ...
'webtools': {
enabled: true,
config: {
default_pattern: "/[pluralName]/[id]",
website_url: null,
},
},
});