Skip to content

Conversation

@stuartromanek
Copy link
Member

@stuartromanek stuartromanek commented Nov 5, 2025

Summary

  • New box field

Demo

box.mp4

Palette

image

Related

tests: https://github.com/apostrophecms/testbed/pull/400
docs: https://github.com/apostrophecms/docs/compare/pro-8360-box-docs?expand=1

Tests

https://github.com/apostrophecms/testbed/actions/runs/19115707070

Interesting configurations

boxTestDef: {
  label: 'Box field: default',
  type: 'box'
},
boxTestCustomDef: {
  label: 'Box field: custom default',
  type: 'box',
  def: {
    top: 999,
    right: -20,
    bottom: 1000,
    left: 0
  }
},
boxTestRequired: {
  label: 'Box field: required',
  type: 'box',
  required: true
},
boxTestMin: {
  label: 'Box field: has min',
  type: 'box',
  min: 5
},
boxTestMax: {
  label: 'Box field: has max',
  type: 'box',
  max: 10
},
boxTestStep: {
  label: 'Box field: has step',
  type: 'box',
  step: 2
}

@linear
Copy link

linear bot commented Nov 5, 2025

@stuartromanek stuartromanek requested a review from boutell November 6, 2025 14:30
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.

2 participants