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
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}}'
path: '/book/{{title}}'
title wasn't replaced with title text but still on the form of {{title}}
The text was updated successfully, but these errors were encountered:
default should be a plain value, it doesn't expect any expressions. There's an open issue around this: #450
default
Sorry, something went wrong.
No branches or pull requests
in config.yml, I have the following
the generate markdown has
path: '/book/{{title}}'
title wasn't replaced with title text but still on the form of {{title}}
The text was updated successfully, but these errors were encountered: