diff options
Diffstat (limited to 'data/init.yaml')
-rw-r--r-- | data/init.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/init.yaml b/data/init.yaml index e11f82b..54fbfc3 100644 --- a/data/init.yaml +++ b/data/init.yaml @@ -73,6 +73,8 @@ init_sql: theme_hash = LOWER(theme_hash) ), + -- is this a system theme? + -- note: system themes are located in system_dir/themes/<slug>/ is_system BOOLEAN NOT NULL DEFAULT false ) |