Appendix A Global settings - happy-geeks/wiser GitHub Wiki
Appendix A - Global-settings
There is a table called easy_objects
, which can contain specific settings which work for all of Wiser, instead of setting them per module for example. Below you'll find the table of all global Wiser settings. All these settings should get the value -1
in the typenr
column.
Key | Explanation |
---|---|
wiser_modules_OnlyOneInstanceAllowed |
By default, modules may be opened multiple times (multiple instances of the same module). This can be disabled per module via wiser_module (see Additional settings for modules), but it can also be disabled globally for the entire client by setting this property to true. If this option is set to true, it can be disabled again for a specific module by setting it to false. |
ContentBuilder_Framework |
The CSS framework to be used in the content builder. The following options are available:- Bootstrap- Tailwind- Foundation- Material- Uikit- ContentBuilderThe default value is 'ContentBuilder', which is the framework of content builder itself. The rest are global frameworks most developers are familiar with. |
W2FilesRootId |
The ID of the item in wiser_item of type FileDirectory to which files are connected which can be managed in the file manager module |
W2ImagesRootId |
The ID of the item in wiser_item of type FileDirectory to which images are connected which can be managed in the file manager module |
W2TemplatesRootId |
The ID of the item in wiser_item of type FileDirectory to which templates are connected which can be managed in the file manager module |
CLOUDFLARE_AuthorizationEmail |
It is possible to upload images to CloudFlare beyond storage in the database and upload to FTP, therefore setup these 3 values in easy_objects with the correct information |
CLOUDFLARE_AuthorizationKey |
It is possible to upload images to CloudFlare beyond storage in the database and upload to FTP, therefore setup these 3 values in easy_objects with the correct information |
CLOUDFLARE_AccountId |
It is possible to upload images to CloudFlare beyond storage in the database and upload to FTP, therefore setup these 3 values in easy_objects with the correct information |
wiser_save_images_relative |
true/false to replace the maindomain in Image urls, to make sure all paths are saved relative |