test correct folder structure for plugin elements to be recognized

This commit is contained in:
2026-01-03 00:53:39 -08:00
parent f82ab02cbf
commit 39334d8e4a
685 changed files with 10843 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/**
* {{ name|humanize }}
*
* @var array
*/
public array ${{ name }} = {{ Bake.exportArray(value)|raw }};