We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding a non-editable widget for auto-generated contents which can reference contents from other fields Such as
collections: - name: person fields: - { name: "first_name", widget: "string" } - { name: "last_name", widget: "string" } - { name: "full_name", widget: "auto-genterated", default: "{{ fields.first_name }} {{ fields.last_name }}" }
makes the "full_name" field auto-generated from the other two fields in the same post during editing.
The text was updated successfully, but these errors were encountered:
Or maybe generate these fields when saving/publishing
Sorry, something went wrong.
This is not a well-written feature request. Closing in favor of other similar issues.
No branches or pull requests
Adding a non-editable widget for auto-generated contents which can reference contents from other fields
Such as
makes the "full_name" field auto-generated from the other two fields in the same post during editing.
The text was updated successfully, but these errors were encountered: