From 1f3028d3ac553499c35a79a74c82fefd30ac1fb1 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 28 May 2020 12:33:31 +0100 Subject: [PATCH] Enabled Ember's template-only-gimmer-components feature no issue - template-only components (eg, ``) will now use a glimmer class rather than regular component class for their automatically-created backing classes --- ghost/admin/config/optional-features.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/admin/config/optional-features.json b/ghost/admin/config/optional-features.json index 19805d621c..062be1d712 100644 --- a/ghost/admin/config/optional-features.json +++ b/ghost/admin/config/optional-features.json @@ -1,4 +1,5 @@ { "application-template-wrapper": false, - "jquery-integration": true + "jquery-integration": true, + "template-only-glimmer-components": true }