Last active
April 4, 2016 03:43
-
-
Save RyanThompson/966b37d7f5f68ee39b16099f3599ef08 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class StoreModule extends Module | |
{ | |
protected $sections = [ | |
'products' => [ | |
'buttons' => [ | |
'new_product' | |
] | |
], | |
'categories' => [ | |
'buttons' => [ | |
'new_category' | |
] | |
] | |
]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment