function ( $member = null ) {
//$content = GLM_MEMBERS_PACKAGING_PLUGIN_SLUG;
$content = [
+ 'title' => 'Packaging',
'buttons' => [
'order' => -1,
- 'type' => 'button',
- 'Add Package' => '#',
+ 'type' => 'buttons',
+ 'buttons' => [
+ 'add-package' => [
+ 'content' => 'Add Package',
+ 'url' => '#AP',
+ 'classes' => '',
+ ],
+ 'second-button' => [
+ 'content' => 'Do Other Stuff',
+ 'url' => '#DOS',
+ 'classes' => '',
+ 'styles' => 'top: 50px;',
+ ]
+ ],
],
- 'quicklinks' => [
+ 'quickLinks' => [
'order' => 0,
- 'type' => 'quicklinks',
- 'Dashboard' => '#db',
- 'Advanced Search' => '#as',
- 'Settings' => '#st',
+ 'type' => 'quickLinks',
+ 'quickLinks' => [
+ 'dashboard' => [
+ 'content' => 'Dashboard',
+ 'url' => '#dbd',
+ ],
+ 'search' => [
+ 'content' => 'Advanced Search',
+ 'url' => '#DOS',
+ ],
+ 'settings' => [
+ 'content' => 'Settings',
+ 'url' => '#set',
+ ]
+ ],
],
- 'entity_amount' => [
+ 'entityAmount' => [
'order' => 1,
- 'type' => 'entity_amount',
+ 'type' => 'entityAmount',
'table' => GLM_MEMBERS_PACKAGING_PLUGIN_DB_PREFIX."packages",
],
- 'search' => [
+ 'textSearch' => [
'order' => 2,
- 'type' => 'textsearch',
+ 'type' => 'textSearch',
'table' => GLM_MEMBERS_PACKAGING_PLUGIN_DB_PREFIX."packages",
'fields' => [
'id',