diff --git a/docs/element-templates/README.md b/docs/element-templates/README.md index e9e93bfd70..68cbd0d121 100644 --- a/docs/element-templates/README.md +++ b/docs/element-templates/README.md @@ -47,7 +47,9 @@ Clicking the `Catalog` button will bring up a modal menu allowing to browse and ![Modal Menu](./modal.png) -Applying a template will store it via the `camunda:modelerTemplate` property and the optional `camunda:modelerTemplateVersion` property on the selected element: +Applying a template will store it via the `modelerTemplate` property and the optional `modelerTemplateVersion` property on the selected element: + +Camunda Platform ```xml ``` +Camunda Cloud + +```xml + +``` + It will also setup custom fields on the diagram element and make these available to the user for inspection and editing. Properties which were not configured in the element template using custom fields, will not be available for editing for the user. ### Removing Templates To remove an applied template from an element, either the *Unlink* or *Remove* function can be used: -* *Remove*: Remove the element template from the `camunda:modelerTemplate` property and also reset all properties of the respective element. -* *Unlink*: Remove the element template from the `camunda:modelerTemplate` property but keep the properties which were set. +* *Remove*: Remove the element template from the `modelerTemplate` property and also reset all properties of the respective element. +* *Unlink*: Remove the element template from the `modelerTemplate` property but keep the properties which were set. ![Unlink or Remove](./unlink-remove.png)