Mercurial > hg > isophonics-drupal-site
comparison core/modules/layout_builder/src/Controller/LayoutBuilderController.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 1fec387a4317 |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
159 'section_storage' => $storage_id, | 159 'section_storage' => $storage_id, |
160 'delta' => $delta, | 160 'delta' => $delta, |
161 ], | 161 ], |
162 [ | 162 [ |
163 'attributes' => [ | 163 'attributes' => [ |
164 'class' => ['use-ajax'], | 164 'class' => ['use-ajax', 'add-section__link'], |
165 'data-dialog-type' => 'dialog', | 165 'data-dialog-type' => 'dialog', |
166 'data-dialog-renderer' => 'off_canvas', | 166 'data-dialog-renderer' => 'off_canvas', |
167 ], | 167 ], |
168 ] | 168 ] |
169 ), | 169 ), |
224 'delta' => $delta, | 224 'delta' => $delta, |
225 'region' => $region, | 225 'region' => $region, |
226 ], | 226 ], |
227 [ | 227 [ |
228 'attributes' => [ | 228 'attributes' => [ |
229 'class' => ['use-ajax'], | 229 'class' => ['use-ajax', 'add-block__link'], |
230 'data-dialog-type' => 'dialog', | 230 'data-dialog-type' => 'dialog', |
231 'data-dialog-renderer' => 'off_canvas', | 231 'data-dialog-renderer' => 'off_canvas', |
232 ], | 232 ], |
233 ] | 233 ] |
234 ), | 234 ), |