From 53e07de52d97ca86713c9d218d1aa81462ff29c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6hr?= Date: Fri, 20 Dec 2024 13:02:33 +0100 Subject: [PATCH] Add documentation for setting "filterable" --- Kitodo-DataEditor/src/test/resources/ruleset.xsd | 3 ++- Kitodo/rulesets/ruleset.xsd | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Kitodo-DataEditor/src/test/resources/ruleset.xsd b/Kitodo-DataEditor/src/test/resources/ruleset.xsd index 31a60d2d99c..4c6048ed387 100644 --- a/Kitodo-DataEditor/src/test/resources/ruleset.xsd +++ b/Kitodo-DataEditor/src/test/resources/ruleset.xsd @@ -354,7 +354,8 @@ This can be used if a certain metadata entry must not be changed at a certain point in time. (If no changes are to be made to the metadata in its whole, this should be mapped via the authorization management, not via the ruleset.) With "excluded", a metadata entry can be hidden. It is not deleted, - it is simply not displayed. With "multiline", a larger input box can be requested for a metadata key. + it is simply not displayed. With "filterable" an input field is rendered for checkbox lists to filter + the list of available values. With "multiline", a larger input box can be requested for a metadata key. This makes sense for entries that contain a lot of text, for example an abstract. Settings must be nested in order to define properties of subkeys. diff --git a/Kitodo/rulesets/ruleset.xsd b/Kitodo/rulesets/ruleset.xsd index 31a60d2d99c..4c6048ed387 100644 --- a/Kitodo/rulesets/ruleset.xsd +++ b/Kitodo/rulesets/ruleset.xsd @@ -354,7 +354,8 @@ This can be used if a certain metadata entry must not be changed at a certain point in time. (If no changes are to be made to the metadata in its whole, this should be mapped via the authorization management, not via the ruleset.) With "excluded", a metadata entry can be hidden. It is not deleted, - it is simply not displayed. With "multiline", a larger input box can be requested for a metadata key. + it is simply not displayed. With "filterable" an input field is rendered for checkbox lists to filter + the list of available values. With "multiline", a larger input box can be requested for a metadata key. This makes sense for entries that contain a lot of text, for example an abstract. Settings must be nested in order to define properties of subkeys.