FIX Forbid background color on title
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-10-30 14:43:54 +01:00
parent e45b0dcf22
commit 5c76654755

View File

@ -124,6 +124,13 @@
"size": "1.875rem" "size": "1.875rem"
} }
] ]
},
"blocks": {
"core/heading": {
"color": {
"background": false
}
}
} }
} }
} }