London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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.