Dynamic/Computed titles for documents and options inside a relationship field #9689
Unanswered
bhofstaetter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, sometimes I have the case that the title of a document has to be created dynamically. For example, if I want to display the label of a select value from a select field (example 1) or if the document title is made up of a combination of several fields (example 2).
Example 1
Example 2
The second example is mostly needed because I want to provide more information to a user, when he selects a GlobalBlock through a relationship field. Since the field uses the title of the document to display the options, this is my current solution. I think it would be nicer if you could define what is used as the label for the options. Is there a build in solution?
In addition, if you use a hidden field, you lose the feature that the title changes live with the user's input. is there a workaround?
Beta Was this translation helpful? Give feedback.
All reactions