Issue #2627556 by jordanpagewhite, Chi: Remove block-list.html.twig
parent
46f8d46abe
commit
5990289093
|
@ -1,23 +0,0 @@
|
||||||
{#
|
|
||||||
/**
|
|
||||||
* @file
|
|
||||||
* Two column template for the block add/edit form.
|
|
||||||
*
|
|
||||||
* This template will be used when a block edit form specifies 'block_edit_form'
|
|
||||||
* as its #theme callback. Otherwise, by default, block add/edit forms will be
|
|
||||||
* themed by form.html.twig.
|
|
||||||
*
|
|
||||||
* Available variables:
|
|
||||||
* - form: The block add/edit form.
|
|
||||||
*
|
|
||||||
* @ingroup themeable
|
|
||||||
*/
|
|
||||||
#}
|
|
||||||
<div class="layout-block-list clearfix">
|
|
||||||
<div class="layout-region block-list-primary">
|
|
||||||
{{ form|without('place_blocks') }}
|
|
||||||
</div>
|
|
||||||
<div class="layout-region block-list-secondary">
|
|
||||||
{{ form.place_blocks }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
|
@ -1,21 +0,0 @@
|
||||||
{#
|
|
||||||
/**
|
|
||||||
* @file
|
|
||||||
* Two column template for the block add/edit form.
|
|
||||||
*
|
|
||||||
* This template will be used when a block edit form specifies 'block_edit_form'
|
|
||||||
* as its #theme callback. Otherwise, by default, block add/edit forms will be
|
|
||||||
* themed by form.html.twig.
|
|
||||||
*
|
|
||||||
* Available variables:
|
|
||||||
* - form: The block add/edit form.
|
|
||||||
*/
|
|
||||||
#}
|
|
||||||
<div class="layout-block-list clearfix">
|
|
||||||
<div class="layout-region block-list-primary">
|
|
||||||
{{ form|without('place_blocks') }}
|
|
||||||
</div>
|
|
||||||
<div class="layout-region block-list-secondary">
|
|
||||||
{{ form.place_blocks }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
Loading…
Reference in New Issue