With BaseExtensions we are able to delete all content controls with a given name, while not deleting the first or last instance of this CC in the document. This can be handy to add as a postcommand to the Reuse-functionality.
CMDs
<Cmd case="BaseExtensions:delete-all-but-first-cc" Name="xx"/>
<Cmd case="BaseExtensions:delete-all-but-last-cc" Name="xx"/>
Parameters
Name
The name of the ContentControls to delete.
Comments
0 comments
Article is closed for comments.