Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Hi Sourav,
You can set AvailableInEditMode = false:
[ContentType( GUID = "339212d4-0084-4c19-b053-8157296d215a", AvailableInEditMode = false)] public class MyBlock : BlockData { // ... }
Hope this helps
Hi , i have created a block which i m using as a property of a page. But i dont want when content editor will create any new block , he will be able to see my block as template. Simply i want to hide this from new block creation option as a template. Is this possible. Can any one help me how to do this.