You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/docs/theme-system-modules.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The content within the module folder should then follow this format:
24
24
25
25
-`bookstack-module.json` - REQUIRED - A JSON file containing [the metadata](#module-json-metadata) for the module.
26
26
-`functions.php` - OPTIONAL - A PHP file containing code for the [logical theme system](logical-theme-system.md).
27
+
-`head/` - OPTIONAL - A folder containing HTML files which will be included into the HTML head of app-views.
27
28
-`icons/` - OPTIONAL - A folder containing any icons to use as per [the visual theme system](visual-theme-system.md#customizing-icons).
28
29
-`lang/` - OPTIONAL - A folder containing any language files to use as per [the visual theme system](visual-theme-system.md#customizing-text-content).
29
30
-`public/` - OPTIONAL - A folder containing any files to expose into public web-space as per [the visual theme system](visual-theme-system.md#publicly-accessible-files).
0 commit comments