ckan / ckan/ckanext-scheming

Support For Field Grouping

Open
#175 9 comments 1 reaction 1 assignee Claimed by @TkTech View on GitHub
enhancement WIP
Dominant language
Python
Stars
102
Forks
182
PR merge metrics
No merged PRs in 30d

Description

@wardi thoughts on adding field groups to scheming master? Here's an example of how they render by default at the moment:

ff

It makes a few small changes:

- Adds `default_group` as an optional top-level setting on the schema (defaults to "General" if not set)
- Adds `group` as a per-field option, defaulting to the value of `default_group`.
- Adds `group_order` as an optional top-level setting on the schema to specify the display order of groups. `group_order=["General", "Contact", "License"]`. If not specified places "General" first followed by alphabetical groups.

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.