hide "home page text" field when editing homenews

This commit is contained in:
Frédéric Péters 2017-09-02 10:37:36 +02:00
parent 0d33679952
commit 0d87b02baf
1 changed files with 1 additions and 0 deletions

View File

@ -3878,6 +3878,7 @@ hr {
visibility: hidden;
}
body.template-edit.portaltype-tabellio-pfbviews-homenews form div#formfield-form-widgets-homepage_text,
body[class~="template-tabellio.pfbviews.homenews"] form div#formfield-form-widgets-text {
display: none;
}