| | |
| | | 'section' => 'newsletter', |
| | | ], |
| | | 'owner_of' => [ |
| | | 'type' => 'taxonomy', |
| | | 'type' => 'selector', |
| | | 'subtype'=> 'taxonomy', |
| | | 'label' => __('Owner of', 'jvb'), |
| | | 'taxonomy_type' => 'reference', |
| | | 'isReference' => true, |
| | | 'taxonomy' => BASE. 'shop', |
| | | 'quickEdit' => true, |
| | | 'default' => '', |
| | | ], |
| | | 'manager_of' => [ |
| | | 'type' => 'taxonomy', |
| | | 'type' => 'selector', |
| | | 'subtype' => 'taxonomy', |
| | | 'label' => __('Manager of', 'jvb'), |
| | | 'taxonomy_type' => 'reference', |
| | | 'isReference' => true, |
| | | 'taxonomy' => BASE. 'shop', |
| | | 'hidden' => true, |
| | | 'default' => '', |