aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-09 11:45:19 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-07-24 10:58:16 +0200
commit7cd4d2ba10106c10602c86f74f55743ded588896 (patch)
tree81f0dd7a7ef763511158d1035f3e09e09d5dcd2c /config
parent8d76959e11ab7172040853fa4fadaf8d53e6aa12 (diff)
downloadPeerTube-7cd4d2ba10106c10602c86f74f55743ded588896.tar.gz
PeerTube-7cd4d2ba10106c10602c86f74f55743ded588896.tar.zst
PeerTube-7cd4d2ba10106c10602c86f74f55743ded588896.zip
WIP plugins: add theme support
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml3
-rw-r--r--config/production.yaml.example3
2 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index ff3d6d54c..a1b2991cf 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -264,3 +264,6 @@ followers:
264 enabled: true 264 enabled: true
265 # Whether or not an administrator must manually validate a new follower 265 # Whether or not an administrator must manually validate a new follower
266 manual_approval: false 266 manual_approval: false
267
268theme:
269 default: 'default'
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 7158e076b..6c2eb4416 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -279,3 +279,6 @@ followers:
279 enabled: true 279 enabled: true
280 # Whether or not an administrator must manually validate a new follower 280 # Whether or not an administrator must manually validate a new follower
281 manual_approval: false 281 manual_approval: false
282
283theme:
284 default: 'default'