From beca1024cb6dfd4032c0d5a6095cbce3b76f9f59 Mon Sep 17 00:00:00 2001 From: Jarek Danielak Date: Tue, 17 Dec 2024 14:55:23 +0100 Subject: [PATCH] chore: wording --- .../desktop-modeler/element-templates/defining-templates.md | 2 +- .../desktop-modeler/element-templates/defining-templates.md | 2 +- .../desktop-modeler/element-templates/defining-templates.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/modeler/desktop-modeler/element-templates/defining-templates.md b/docs/components/modeler/desktop-modeler/element-templates/defining-templates.md index 766591eac1..e71b03d1c6 100644 --- a/docs/components/modeler/desktop-modeler/element-templates/defining-templates.md +++ b/docs/components/modeler/desktop-modeler/element-templates/defining-templates.md @@ -54,7 +54,7 @@ Example: - `description : String`: Optional description of the template. Shown in the element template selection modal and in the properties panel (after applying an element template). - `documentationRef : String`: Optional URL pointing to a template documentation. Shown in the properties panel (after applying an element template). - `version : Integer`: Optional version of the template. If you add a version to a template, it is considered unique based on its ID and version. Two templates can have the same ID if their version is different. -- `engines : Object`: Optional dictionary of execution platforms compatible with the template. Execution platform version is specified with semantic versions range. +- `engines : Object`: Optional dictionary of environments compatible with the template. Environment version is specified with semantic versions range. - `appliesTo : Array`: List of BPMN types the template can be applied to. - `elementType : Object`: Optional type of the element. If you configure `elementType` on a template, the element is replaced with the specified type when a user applies the template. - `properties : Array`: List of properties of the template. diff --git a/versioned_docs/version-8.5/components/modeler/desktop-modeler/element-templates/defining-templates.md b/versioned_docs/version-8.5/components/modeler/desktop-modeler/element-templates/defining-templates.md index 766591eac1..e71b03d1c6 100644 --- a/versioned_docs/version-8.5/components/modeler/desktop-modeler/element-templates/defining-templates.md +++ b/versioned_docs/version-8.5/components/modeler/desktop-modeler/element-templates/defining-templates.md @@ -54,7 +54,7 @@ Example: - `description : String`: Optional description of the template. Shown in the element template selection modal and in the properties panel (after applying an element template). - `documentationRef : String`: Optional URL pointing to a template documentation. Shown in the properties panel (after applying an element template). - `version : Integer`: Optional version of the template. If you add a version to a template, it is considered unique based on its ID and version. Two templates can have the same ID if their version is different. -- `engines : Object`: Optional dictionary of execution platforms compatible with the template. Execution platform version is specified with semantic versions range. +- `engines : Object`: Optional dictionary of environments compatible with the template. Environment version is specified with semantic versions range. - `appliesTo : Array`: List of BPMN types the template can be applied to. - `elementType : Object`: Optional type of the element. If you configure `elementType` on a template, the element is replaced with the specified type when a user applies the template. - `properties : Array`: List of properties of the template. diff --git a/versioned_docs/version-8.6/components/modeler/desktop-modeler/element-templates/defining-templates.md b/versioned_docs/version-8.6/components/modeler/desktop-modeler/element-templates/defining-templates.md index 766591eac1..e71b03d1c6 100644 --- a/versioned_docs/version-8.6/components/modeler/desktop-modeler/element-templates/defining-templates.md +++ b/versioned_docs/version-8.6/components/modeler/desktop-modeler/element-templates/defining-templates.md @@ -54,7 +54,7 @@ Example: - `description : String`: Optional description of the template. Shown in the element template selection modal and in the properties panel (after applying an element template). - `documentationRef : String`: Optional URL pointing to a template documentation. Shown in the properties panel (after applying an element template). - `version : Integer`: Optional version of the template. If you add a version to a template, it is considered unique based on its ID and version. Two templates can have the same ID if their version is different. -- `engines : Object`: Optional dictionary of execution platforms compatible with the template. Execution platform version is specified with semantic versions range. +- `engines : Object`: Optional dictionary of environments compatible with the template. Environment version is specified with semantic versions range. - `appliesTo : Array`: List of BPMN types the template can be applied to. - `elementType : Object`: Optional type of the element. If you configure `elementType` on a template, the element is replaced with the specified type when a user applies the template. - `properties : Array`: List of properties of the template.