mistercrunch commented on code in PR #34182:
URL: https://github.com/apache/superset/pull/34182#discussion_r2209480456
##########
docs/docs/configuration/theming.mdx:
##########
@@ -38,7 +38,6 @@ Set the feature flag in your `superset_config`
```python
DEFAULT_FEATURE_FLAGS: dict[str, bool] = {
{{ ... }}
- THEME_ALLOW_THEME_EDITOR_BETA = True,
Review Comment:
No need for this feature flag now as we have an "apply" button in the theme
editor in the CRUD
##########
docs/docs/configuration/theming.mdx:
##########
@@ -38,7 +38,6 @@ Set the feature flag in your `superset_config`
```python
DEFAULT_FEATURE_FLAGS: dict[str, bool] = {
{{ ... }}
- THEME_ALLOW_THEME_EDITOR_BETA = True,
Review Comment:
No need for this feature flag now as we have an "apply" button in the theme
editor in the new CRUD
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]