Skip to content

Commit

Permalink
♻️ GROUP field thanks @tobimori
Browse files Browse the repository at this point in the history
Signed-off-by: bnomei <[email protected]>
  • Loading branch information
bnomei committed Jul 10, 2024
1 parent 34eed09 commit 4fbdc23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions classes/Blueprints/Schema/FieldTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ enum FieldTypes: string
{
case BLOCKS = 'blocks';
case CHECKBOXES = 'checkboxes';
case COLOR = 'color';
case DATE = 'date';
case EMAIL = 'email';
case FILES = 'files';
Expand All @@ -16,6 +17,7 @@ enum FieldTypes: string
case INFO = 'info';
case LAYOUT = 'layout';
case LINE = 'line';
case LINK = 'link';
case LIST = 'list';
case MULTISELECT = 'multiselect';
case NUMBER = 'number';
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby-blueprints",
"type": "kirby-plugin",
"version": "4.4.3",
"version": "4.4.4",
"license": "MIT",
"homepage": "https://github.com/bnomei/kirby3-blueprints",
"description": "PHP Class-based Blueprints for Kirby CMS for better type safety and code completion",
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'bnomei/kirby-blueprints',
'pretty_version' => '4.4.3',
'version' => '4.4.3.0',
'pretty_version' => '4.4.4',
'version' => '4.4.4.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand All @@ -11,8 +11,8 @@
),
'versions' => array(
'bnomei/kirby-blueprints' => array(
'pretty_version' => '4.4.3',
'version' => '4.4.3.0',
'pretty_version' => '4.4.4',
'version' => '4.4.4.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit 4fbdc23

Please sign in to comment.