Skip to content

Commit

Permalink
DRYD-1506: Add published related links (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejritter authored Sep 6, 2024
1 parent 68a86a0 commit 9e0608b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/plugins/recordTypes/collectionobject/forms/default.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,13 @@ const template = (configContext) => {
<Field name="referenceNote" />
</Field>
</Field>

<Field name="publishedRelatedLinkGroupList">
<Field name="publishedRelatedLinkGroup">
<Field name="relatedLink" />
<Field name="descriptiveTitle" />
</Field>
</Field>
</Panel>

<Panel name="collect" collapsible collapsed>
Expand Down

0 comments on commit 9e0608b

Please sign in to comment.