contenttype choice label
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 25/100
Research direction
Start with the contenttype_choice configuration and the handling of its params label value. Check the existing choice-label behavior to determine whether title and slug can be combined; done when the supported configuration or limitation is clearly established.
Written by the indexing model from the issue text.
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
- Dominant language
- PHP
- Stars
- 52
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from bolt/boltforms
-
Difficulty 1/5 Under an hour Newbie friendliness 35/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 30/100
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
Similar issues
-
priority: p3
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
googleapis/librarian#7636 ·
-
0. Needs triage bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
nextcloud/fulltextsearch#1011 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
phpstan/phpstan-doctrine#794 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
Automattic/static-site-importer#1767 ·