Skip to content

JSON field type #16809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Release notes
[ci skip]
  • Loading branch information
brandonkelly committed Mar 2, 2025
commit 6e2df5146d8e3f660b4c595fb0693adc0746ca7c
4 changes: 4 additions & 0 deletions CHANGELOG-WIP.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

### Administration
- Added the “Button Group” field type. ([#16782](https://github.com/craftcms/cms/pull/16782))
- Added the “JSON” field type. ([#16809](https://github.com/craftcms/cms/pull/16809))
- Added “Icon” and “Color” settings to Checkboxes, Dropdown, Multi-select, and Radio Buttons field options. ([#16645](https://github.com/craftcms/cms/pull/16645))
- Added support for read-only custom fields, via new “Editability Conditions” on custom fields’ field layout settings. ([#16805](https://github.com/craftcms/cms/pull/16805))
- The email settings page now shows a “Test” button when `allowAdminChanges` is disabled. ([#16508](https://github.com/craftcms/cms/discussions/16508))
Expand Down Expand Up @@ -49,12 +50,15 @@
- Added `craft\fields\BaseOptionsField::$optionColors`, which can be set to `true` by subclasses to enable the “Color” setting for field options. ([#16645](https://github.com/craftcms/cms/pull/16645))
- Added `craft\fields\BaseOptionsField::$optionIcons`, which can be set to `true` by subclasses to enable the “Icon” setting for field options. ([#16645](https://github.com/craftcms/cms/pull/16645))
- Added `craft\fields\data\ColorData::$label`. ([#16492](https://github.com/craftcms/cms/pull/16492))
- Added `craft\fields\data\JsonData`.
- Added `craft\fields\linktypes\BaseElementLinkType::elementGqlType()`.
- Added `craft\helpers\Json::reindent()`.
- Added `craft\models\FieldLayout::getEditableCustomFields()`.
- Added `craft\queue\ReleasableQueueInterface`. ([#16672](https://github.com/craftcms/cms/pull/16672))
- Added `craft\services\Elements::getBulkOpKeys()`.
- Added `craft\services\Search::indexElementIfQueued()`.
- Added `craft\services\Search::queueIndexElement()`.
- Added `craft\web\assets\codemirror\CodeMirrorAsset`.
- Added `Craft.ui.createIconPicker()`.
- Added `Craft.ui.createIconPickerField()`.
- `craft\base\Element::fieldLayoutFields()` now has an `$editableOnly` argument.
Expand Down