Hi @SudarshanV1 ,Template policies can control which components are allowed, but they cannot restrict how many times a component is added. To allow a component only once, you must add a custom validation: either implement a server-side Sling Validator, add a custom Granite UI dialog validator, or ad...