Skip to content

Allowing auto-generated fields #6819

@pumguy

Description

@pumguy

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

No one assigned

    Labels

    type: featurecode contributing to the implementation of a feature and/or user facing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions