Skip to content

Commit

Permalink
custom_fields: add missing ac:subjectOrientation field in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Aug 28, 2024
1 parent f9fa00d commit cd93986
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions site/zenodo_rdm/custom_fields/domain_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,11 +548,21 @@ def field(self):
ui_widget="MultiInput",
props=dict(
label=_("Resource creation technique"),
note="""Information about technical aspects of the creation and
digitization process of the resource. This includes modification
note="""Information about technical aspects of the creation and
digitization process of the resource. This includes modification
steps (\"retouching\") after the initial resource capture.""",
),
),
dict(
field="ac:subjectOrientation",
ui_widget="MultiInput",
props=dict(
label=_("Subject orientation"),
note=_(
"Specific orientation (direction, view angle) of the subject represented in the resource with respect to the acquisition device."
),
),
),
dict(
field="ac:subjectPart",
ui_widget="MultiInput",
Expand Down

0 comments on commit cd93986

Please sign in to comment.