Blockstrap Themes
Themes are folders with specific structure placed in specific folders.
By default, they should be found in the /themes/ folder.
Blockstrap currently comes with packaged with the following themes:
Blockstrap is able to internally utilize the following folders:
css- loaded from configuredcss: []arraydata- loaded based upon URL routinghtml- loaded based upon URL routingjs/dependencies- loaded from configureddependencies: []arrayjs/modules- loaded from configuredmodules: []array
It also looks for the following files:
js/options.js- this is the theme configurationjs/dependencies/steps.js- this is the setup configuration filejs/modules/theme.js- this is an auto-loaded module available
The benefits of including a theme.js module can be seen from the auto-loading of buttons and filters that are contained therein.
- Related Articles
- Return to Extending
- Themes
- Buttons
- Filters
- Hooks
- Table of Contents