Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relates to issue #7033 #84

Merged
merged 4 commits into from
Mar 9, 2021
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 about the onece present in the Optional Metadata tab on Metadata Wizard) will become Mandatory.
mattiagiupponi marked this conversation as resolved.
Show resolved Hide resolved

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