File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " rasteiner/k3-whenquery" ,
33 "description" : " Conditionally show fields and sections. Better." ,
44 "type" : " kirby-plugin" ,
5- "version" : " 0.3.0 " ,
5+ "version" : " 0.3.1 " ,
66 "license" : " MIT" ,
77 "homepage" : " https://getkirby.com/plugins/rasteiner/k3-whenquery" ,
88 "authors" : [
Original file line number Diff line number Diff line change 77
88class QueryBlocksField extends BlocksField
99{
10- protected string $ whenQuery ;
10+ protected ? string $ whenQuery ;
1111
1212 public function __construct ($ params )
1313 {
@@ -40,7 +40,7 @@ public function type(): string
4040
4141class QueryLayoutField extends LayoutField
4242{
43- protected string $ whenQuery ;
43+ protected ? string $ whenQuery ;
4444
4545 public function __construct ($ props )
4646 {
You can’t perform that action at this time.
0 commit comments