Chore: Enable New Block Editor by Default#36257
Conversation
Remove feature flag for the new TipTap-v3 block editor.
🤖 Bedrock Review —
|
|
Claude finished @rjvelazco's task in 49s —— View job Rollback Safety Analysis
AnalysisThe PR contains two changed files: 1.
2.
Verdict: ✅ Safe To RollbackNone of the changes match any unsafe rollback category:
The feature flag removal ( Label added: AI: Safe To Rollback |
The JSP loaded /dotcms-block-editor/{polyfills,generator-runtime,main}.js and
styles.css at fixed URLs, and the web-component app builds with outputHashing:none,
so after a dotCMS upgrade browsers kept serving the stale editor bundle from cache
until a manual hard-reload — the symptom where the new Block Editor "wouldn't load"
until a full reload. Append ?v=<build revision> (ReleaseInfo.getBuildNumber()) so the
URL changes per build and the cache busts automatically.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🤖 Bedrock Review —
|
Turn of the New Block Editor by default
This PR fixes: #36254