From 2eb36241380c8077a4f5a0614d395f3b22b745bd Mon Sep 17 00:00:00 2001 From: Andrei Grigore Date: Mon, 13 Dec 2021 12:51:47 +0200 Subject: [PATCH] Document customization --- .../volto/components/manage/Blocks/Block/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/customizations/volto/components/manage/Blocks/Block/README.md diff --git a/src/customizations/volto/components/manage/Blocks/Block/README.md b/src/customizations/volto/components/manage/Blocks/Block/README.md new file mode 100644 index 0000000..37f2996 --- /dev/null +++ b/src/customizations/volto/components/manage/Blocks/Block/README.md @@ -0,0 +1,3 @@ +# Local Customizations + +To have control over parent block style when stretch is applied for the whole section. The section needs to detect when it's stretched and adapt it's UI to it. Edit.jsx has 'stretched-group' class added on a container div for that. \ No newline at end of file