From 6357b051d6b24c2908a2ba70d5681ce4bac12d1e Mon Sep 17 00:00:00 2001 From: Thomas Georgios Giannos Date: Tue, 30 Jul 2024 10:30:13 +0300 Subject: [PATCH] Added information about the new code attributes on templates, template types and blueprints docusaurus pages --- docs/docs/documentation/administration/blueprints/index.md | 2 +- docs/docs/documentation/administration/template-types.md | 2 +- docs/docs/documentation/administration/templates/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/documentation/administration/blueprints/index.md b/docs/docs/documentation/administration/blueprints/index.md index 4bf0b9cf1..e4e90a012 100644 --- a/docs/docs/documentation/administration/blueprints/index.md +++ b/docs/docs/documentation/administration/blueprints/index.md @@ -10,7 +10,7 @@ In this page, there is a listing where you can view details about all the availa ::: -The information displayed by default is: the `display name` of the blueprints, the `status`, the `version` and timestamps for the `creation` and `updates` of the records. At the top right corner of the listing you can also select which columns to display. +The information displayed by default is: the `display name` of the blueprints, the `status`, the `version` and timestamps for the `creation` and `updates` of the records. There is also a `code` attribute which is defined during the creation of the blueprints, cannot change afterwards and is used internally during the imports and exports. At the top right corner of the listing you can also select which columns to display. :::tip diff --git a/docs/docs/documentation/administration/template-types.md b/docs/docs/documentation/administration/template-types.md index 6e1f629ae..ef351fe9f 100644 --- a/docs/docs/documentation/administration/template-types.md +++ b/docs/docs/documentation/administration/template-types.md @@ -7,7 +7,7 @@ description: Manage all description template types In this page, there is a listing where you can view details about all the available descryption template types. -The information displayed by default is: the `display name` of the template type, the `status` and timestamps for the `creation` and `updates` of the records. At the top right corner of the listing you can also select which columns to display. +The information displayed by default is: the `display name` of the template type, the `status` and timestamps for the `creation` and `updates` of the records. There is also a `code` attribute which is defined during the creation of the template types, cannot change afterwards and is used internally during the imports and exports. At the top right corner of the listing you can also select which columns to display. :::tip diff --git a/docs/docs/documentation/administration/templates/index.md b/docs/docs/documentation/administration/templates/index.md index 70adf053f..976893796 100644 --- a/docs/docs/documentation/administration/templates/index.md +++ b/docs/docs/documentation/administration/templates/index.md @@ -12,7 +12,7 @@ In this page, there is a listing where you can view details about all the availa ::: -The information displayed by default is: the `display name` of the templates, the `status`, the `version` and timestamps for the `creation` and `updates` of the records. At the top right corner of the listing you can also select which columns to display. +The information displayed by default is: the `display name` of the templates, the `status`, the `version` and timestamps for the `creation` and `updates` of the records. There is also a `code` attribute which is defined during the creation of the templates, cannot change afterwards and is used internally during the imports and exports. At the top right corner of the listing you can also select which columns to display. :::tip