commerce-product-bundle-form.html.twig in Commerce Product Bundle 8
Two column template for the product bundle add/edit form.
Available variables:
- form: The form.
File
templates/commerce-product-bundle-form.html.twigView source
- {#
- /**
- * @file
- * Two column template for the product bundle add/edit form.
- *
- * Available variables:
- * - form: The form.
- *
- * @ingroup themeable
- */
- #}
- <div class="layout-product-form clearfix">
- <div class="layout-region layout-region-product-main">
- {{ form|without('advanced', 'actions') }}
- </div>
- <div class="layout-region layout-region-product-secondary">
- {{ form.advanced }}
- </div>
- <div class="layout-region layout-region-product-footer">
- {{ form.actions }}
- </div>
- </div>