Skip to content

Commit

Permalink
Relates to issue #7033 (#84)
Browse files Browse the repository at this point in the history
* Doc for Mandatory fields in editor

* Doc for Mandatory fields in editor

* Doc for Mandatory fields in editor

* #84: fix typo
  • Loading branch information
mattiagiupponi authored Mar 9, 2021
1 parent abb073b commit a86958c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions basic/settings/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2173,6 +2173,26 @@ TINYMCE_DEFAULT_CONFIG
U
=

UI_REQUIRED_FIELDS
------------------
If this option is enabled, the input selected (we are referring to the one present in the optional Metadata-Tab on the Metadata-Wizard) will become mandatory.

The fields that can be mandatory are:

| id_resource-edition => Label: Edition
| id_resource-purpose => Label: Purpose
| id_resource-supplemental_information => Label: Supplemental information
| id_resource-temporal_extent_start_pickers => Label: temporal extent start
| id_resource-temporal_extent_end => Label: temporal extent end
| id_resource-maintenance_frequency => Label: Maintenance frequency
| id_resource-spatial_representation_type => Label: Spatial representation type
If at least one on the above ids is set in this configuration, the panel header will change from `Optional` to `Mandatory`

| Confiugration Example:
| UI_REQUIRED_FIELDS = ['id_resource-edition']

UNOCONV_ENABLE
--------------

Expand Down

0 comments on commit a86958c

Please sign in to comment.