remove form elements of TextPage
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-04-16 22:57:36 +02:00
parent 5df9611adc
commit 22a7738e14
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -28,6 +28,14 @@ class TextPage extends Page
],
]
);
$builder
->remove('metaTitle')
->remove('metaDescription')
->remove('ogTitle')
->remove('ogDescription')
->remove('ogImage')
;
}
public function setContent(Block $block)