November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Mikael,
A very new problem as they are bringing features in from Optimizely Labs Block Enhancements. That module did allow you to disable the quick editor for certain blocks and turn parts of the module functionality on/off at least.
I'm having a related issue to the same change around the usage of IValidate<TBlock> as the validations don't execute until page publish time and because inline blocks cannot be named, the validation lacks context for end users. So I would like to understand how we can affect this new experience.
Have you tried to use AllowedTypes attribute with IChangeTrackable interface?
Hi,
We have a use-case where we are depending heavily on the IChangeTrackable of a shared block and to make life easy for the content editors we'd like to restrict the block type to only shared to prevent Local blocks from being created.
Local blocks share the life-cycle with the page and therefore doesn't implement the IChangeTrackable interface.
Is this possible?
BR
Mikael