We got some feedback from a client that they liked our option to hide a column or column parent.
however they were upset that google could still see the content they had hidden. Since sometimes it would contain information that was not meant to go out to the public yet.
Thus in this PR we created for them a filter that would actually remove the hidden html from the document.
https://bitbucket.org/openwebconcept/gemeente-whitelabel/pull-requests/653
We should put the idea of that PR into the actual gutenberg-packages aswell.
related files that would be needed:
https://github.com/yardinternet/gutenberg-packages/blob/master/packages/deprecated/core/src/grid/components/block-visibility.js
https://github.com/yardinternet/gutenberg-packages/blob/master/packages/deprecated/core/src/grid/save.js#L60
We got some feedback from a client that they liked our option to hide a column or column parent.
however they were upset that google could still see the content they had hidden. Since sometimes it would contain information that was not meant to go out to the public yet.
Thus in this PR we created for them a filter that would actually remove the hidden html from the document.
https://bitbucket.org/openwebconcept/gemeente-whitelabel/pull-requests/653
We should put the idea of that PR into the actual gutenberg-packages aswell.
related files that would be needed:
https://github.com/yardinternet/gutenberg-packages/blob/master/packages/deprecated/core/src/grid/components/block-visibility.js
https://github.com/yardinternet/gutenberg-packages/blob/master/packages/deprecated/core/src/grid/save.js#L60