Theme
Theme table is a system table, if you want to know more about, please check the System Tables documentation.
Overview
- Theme table allows you to upload common resources.
- Themes support nested folder structures with other themes.
- Files from themes can be used in Portlets and Pages.
Columns
Theme table has the following fields.
name
Your theme name.
url
You can choose the theme folder structure where it will be stored, themes can share parent folders.
You can access your theme files with the following URL structure.
https://<DOMAIN>/makermike/themes/<THEME_NAME>/<PATH_TO_FILE>
Where:
<DOMAIN>can be your own project domain or your project name as subdomain of console.makermike.io16.com.<THEME_NAME>is the value from thenamefield.<PATH_TO_FILE>is the value from theURLfield plus the path to the desired file.
file
In the UI this column allows you to drag and drop your zip file or you can click the file field to search the zip in using your file system, this column is file type.
Permissions
You can manage who can access your theme files by assigning the desired roles in the read permissions of the file column. Check Permissions and Manage Project Permissions documentation.