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 1m 12s —— View job Rollback Safety Analysis
Result: ✅ Safe To RollbackAfter analyzing the PR diff against all rollback-unsafe categories, no unsafe patterns were found. Files Changed
Categories Checked
Label applied: 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 —
|
|
Tick the box to add this pull request to the merge queue (same as
|
🤖 dotBot Review (Bedrock)Reviewed 2 file(s); 1 candidate(s) → 1 confirmed, 0 uncertain (unverified, kept for review). Confirmed findings
us.deepseek.r1-v1:0 · Run: #28447127872 · tokens: in: 4791 · out: 1679 · total: 6470 · calls: 3 · est. ~$0.016 |
Turn of the New Block Editor by default
This PR fixes: #36254
This PR fixes: #36254