Skip to content

Instantly share code, notes, and snippets.

@RyanThompson
Last active April 4, 2016 03:43
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 RyanThompson/966b37d7f5f68ee39b16099f3599ef08 to your computer and use it in GitHub Desktop.
Save RyanThompson/966b37d7f5f68ee39b16099f3599ef08 to your computer and use it in GitHub Desktop.
<?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