base article block styles

This commit is contained in:
2026-02-03 22:54:29 +00:00
parent ce96924705
commit e06777c10d
7 changed files with 155 additions and 5 deletions

View File

@@ -69,6 +69,7 @@ function unset_core_supports($metadata){
if (str_starts_with($name, 'core/') ) {
unset($metadata['supports']['color']);
unset($metadata['supports']['typography']);
unset($metadata['supports']['border']);
}
return $metadata;