@@ -72,8 +72,7 @@ discard block |
||
72 | 72 | [ |
73 | 73 | 'Type' => 'Type', |
74 | 74 | 'Title' => 'Title', |
75 | - ] : |
|
76 | - [ |
|
75 | + ] : [ |
|
77 | 76 | 'showID' => 'Anchor', |
78 | 77 | 'Type' => 'Type', |
79 | 78 | 'Title' => 'Title', |
@@ -145,8 +144,7 @@ discard block |
||
145 | 144 | ->customise(['ModularBlocks' => $this->owner->ModularBlocks()]) |
146 | 145 | ->renderWith( |
147 | 146 | $this->owner instanceof FlexBlock ? |
148 | - 'Cita\\Modular\\FlexModularList' : |
|
149 | - 'Cita\\Modular\\ModularList' |
|
147 | + 'Cita\\Modular\\FlexModularList' : 'Cita\\Modular\\ModularList' |
|
150 | 148 | ) |
151 | 149 | ; |
152 | 150 | } |