From 0d87b02baf647c004b0eed0c574fbc44b529db6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 2 Sep 2017 10:37:36 +0200 Subject: [PATCH] hide "home page text" field when editing homenews --- plonetheme/pfbweb/static/css/pfbweb.css | 1 + 1 file changed, 1 insertion(+) diff --git a/plonetheme/pfbweb/static/css/pfbweb.css b/plonetheme/pfbweb/static/css/pfbweb.css index 5b71208..efd169d 100644 --- a/plonetheme/pfbweb/static/css/pfbweb.css +++ b/plonetheme/pfbweb/static/css/pfbweb.css @@ -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; }