File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
classes/Blueprints/Schema Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ enum FieldTypes: string
66{
77 case BLOCKS = 'blocks ' ;
88 case CHECKBOXES = 'checkboxes ' ;
9+ case COLOR = 'color ' ;
910 case DATE = 'date ' ;
1011 case EMAIL = 'email ' ;
1112 case FILES = 'files ' ;
@@ -16,6 +17,7 @@ enum FieldTypes: string
1617 case INFO = 'info ' ;
1718 case LAYOUT = 'layout ' ;
1819 case LINE = 'line ' ;
20+ case LINK = 'link ' ;
1921 case LIST = 'list ' ;
2022 case MULTISELECT = 'multiselect ' ;
2123 case NUMBER = 'number ' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " bnomei/kirby-blueprints" ,
33 "type" : " kirby-plugin" ,
4- "version" : " 4.4.3 " ,
4+ "version" : " 4.4.4 " ,
55 "license" : " MIT" ,
66 "homepage" : " https://github.com/bnomei/kirby3-blueprints" ,
77 "description" : " PHP Class-based Blueprints for Kirby CMS for better type safety and code completion" ,
Original file line number Diff line number Diff line change 11<?php return array (
22 'root ' => array (
33 'name ' => 'bnomei/kirby-blueprints ' ,
4- 'pretty_version ' => '4.4.3 ' ,
5- 'version ' => '4.4.3 .0 ' ,
4+ 'pretty_version ' => '4.4.4 ' ,
5+ 'version ' => '4.4.4 .0 ' ,
66 'reference ' => null ,
77 'type ' => 'kirby-plugin ' ,
88 'install_path ' => __DIR__ . '/../../ ' ,
1111 ),
1212 'versions ' => array (
1313 'bnomei/kirby-blueprints ' => array (
14- 'pretty_version ' => '4.4.3 ' ,
15- 'version ' => '4.4.3 .0 ' ,
14+ 'pretty_version ' => '4.4.4 ' ,
15+ 'version ' => '4.4.4 .0 ' ,
1616 'reference ' => null ,
1717 'type ' => 'kirby-plugin ' ,
1818 'install_path ' => __DIR__ . '/../../ ' ,
You can’t perform that action at this time.
0 commit comments