Skip to content

[6.x] Allow multi-column config layout in user globals#14994

Open
daun wants to merge 2 commits into
statamic:6.xfrom
daun:feature/globals-as-config
Open

[6.x] Allow multi-column config layout in user globals#14994
daun wants to merge 2 commits into
statamic:6.xfrom
daun:feature/globals-as-config

Conversation

@daun

@daun daun commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Enable the as-config prop on user-defined globals blueprints. Very useful for settings-type screens to save vertical space. Currently, they are only available to the core and addons (via PublishForm::make()->asConfig()). This enables them for user globals as well.

Closes statamic/ideas#1470

Usage

resources/blueprints/globals/settings.yaml

  title: Settings
+ as_config: true
  tabs:
    main:
      display: Main
      sections:

Example

Screenshot 2026-07-10 at 11 56 57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Option to enable the multi-column config view for user globals

1 participant