Skip to content

insert field value in another field value in config yml #2122

@engmagdy87

Description

@engmagdy87

in config.yml, I have the following

fields:
      - {
          label: 'Path',
          name: 'path',
          widget: 'hidden',
          default: '/book/{{title}}',
        }
      - { label: 'Title', name: 'title', widget: 'string', required: true }

the generate markdown has
path: '/book/{{title}}'

title wasn't replaced with title text but still on the form of {{title}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions