In CMS edit, Suppose if a page is having multiple blocks of the same type, a specific block property value should be unique across all the blocks within the same page. Is there a way we can validate if a block's property is unique across a page? for ex: a buttons ID, to ensure that the ID is not duplicated in the same page. This will help the editors from giving duplicate ID's while rendering the page.
↧