diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-07-19 17:44:27 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-07-19 17:44:27 -0400 |
commit | 28ea5cdfd9676ba090eb84a77933559bd4a427a0 (patch) | |
tree | f9d4b3cf87195e14a909f271153c00e0497d87da /data/init.yaml | |
parent | 356016b39f901d63f02bf3ff31a1c3c638a822e8 (diff) | |
download | guff-28ea5cdfd9676ba090eb84a77933559bd4a427a0.tar.bz2 guff-28ea5cdfd9676ba090eb84a77933559bd4a427a0.zip |
clean up theme model
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 ) |