From 830a3ed03401664709ae68ecc27885169bddef21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 21 Aug 2020 09:01:07 +0200 Subject: [PATCH] misc: enable fields blocks by default (#45986) --- wcs/qommon/publisher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wcs/qommon/publisher.py b/wcs/qommon/publisher.py index 2fa0757db..1121bf5c3 100644 --- a/wcs/qommon/publisher.py +++ b/wcs/qommon/publisher.py @@ -368,6 +368,7 @@ class QommonPublisher(Publisher, object): 'studio': True, 'mail-templates': True, 'external-workflow': True, + 'fields-blocks': True, } if self.site_options is None: self.load_site_options()