Allow fields to include labelled hyperlinks and be split into sections #851
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This enhances the look of fields in the item dialog boxes in two ways - enabling labelled hyperlinks and adding sections.
The labelled hyperlinks change allows
extra
fields inlandscape.yml
to have text values that link to a url that is not the same as the text. To add a labelled hyperlink, the syntax to use is<label>(hyperlink)
(so same as markdown syntax except <> instead of [] )The sections change adds an optional config in
settings.yml
, which can put the 'extra' fields in an item's dialog box into sections to improve the appearance.Needless to
This is what the item detail box looks like with and without sections:
Without:
With:
The placement of the optional
sections
config insettings.yml
is as follows:CC @michaelmoss @awright @GeriG966 @danielsilverstone-ct @abhi0469