Ghost/ghost/admin/config/optional-features.json
Kevin Ansfield 1f3028d3ac Enabled Ember's template-only-gimmer-components feature
no issue

- template-only components (eg, `<GhMembersListItem>`) will now use a glimmer class rather than regular component class for their automatically-created backing classes
2020-05-28 12:33:49 +01:00

6 lines
118 B
JSON

{
"application-template-wrapper": false,
"jquery-integration": true,
"template-only-glimmer-components": true
}