-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as not planned
Labels
type: featurecode contributing to the implementation of a feature and/or user facing functionalitycode contributing to the implementation of a feature and/or user facing functionality
Description
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.
Metadata
Metadata
Assignees
Labels
type: featurecode contributing to the implementation of a feature and/or user facing functionalitycode contributing to the implementation of a feature and/or user facing functionality