bolt / bolt/boltforms

contenttype choice label

Open
#172 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
52
Forks
54
PR merge metrics
No merged PRs in 30d

Description

Hello,

I use contentype choice:

Other parameters are optional.

contenttype_choice:
type: choice
options:
required: false
label: ContentType selection
choices: content
params:
contenttype: pages
label: title
value: slug
limit: 4
sort: title
order: DESC # "ASC" or "DESC"
where:
and: { 'koala': 'bear' }
or: { 'koala': 'dangerous' }

But how can I in the label choose 2 columns?

for example: title and slug

contenttype_choice:
type: choice
options:
required: false
label: ContentType selection
choices: content
params:
contenttype: pages
label: title, slug

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.