test correct folder structure for plugin elements to be recognized
This commit is contained in:
6
Template/bake/element/array_property.twig
Normal file
6
Template/bake/element/array_property.twig
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* {{ name|humanize }}
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public array ${{ name }} = {{ Bake.exportArray(value)|raw }};
|
||||
Reference in New Issue
Block a user