File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,20 @@ return [
108108];
109109` ` `
110110
111+ # ## Exclude Module Blueprints
112+
113+ By default, all modules will be available in the "Add page" modal.
114+ You can exclude certain modules in your `site/config/config.php` :
115+
116+ ` ` ` php
117+ return [
118+ 'medienbaecker.modules.exclude' => [
119+ 'hero',
120+ 'anotherForbiddenModule'
121+ ]
122+ ];
123+ ` ` `
124+
111125# ## Autopublish Modules
112126
113127You can turn on automatic publishing for modules in your `site/config/config.php` :
Original file line number Diff line number Diff line change 11{
22 "name" : " medienbaecker/kirby-modules" ,
33 "description" : " Easily add modules to your pages" ,
4- "version" : " 2.3.1 " ,
4+ "version" : " 2.4.0 " ,
55 "license" : " MIT" ,
66 "authors" : [
77 {
You can’t perform that action at this time.
0 commit comments