Skip to content

Instantly share code, notes, and snippets.

@olekhy
Created September 4, 2015 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olekhy/f92a056dd368e2b23d94 to your computer and use it in GitHub Desktop.
Save olekhy/f92a056dd368e2b23d94 to your computer and use it in GitHub Desktop.
<?php
,
'form_collection_view_helpers' => [
'sales_channels' => [
'collection_template' => false,
'element_render_config' => [
'DimabayApp\Form\SalesChannelFieldset:type' => [
'helper' => [
'name' => 'formBlock',
],
],
'DimabayApp\Form\SalesChannelFieldset:salesMarket' => [
'template' => '_form_collection/sales-channel-collection-element-sales-market.phtml',
],
'DimabayApp\Form\SalesChannelFieldset:name' => [
'template' => '_form_collection/sales-channel-collection-element-sales-market.phtml',
'string' => '<div class="aa-AA">%s</div>',
'helper' => [
'name' => 'formBlock',
'options' => [
'template' => '_form-block/with-description.phtml',
'description' => 'Tram pan pan'
]
],
]
],
]
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment