|
12 | 12 | ],
|
13 | 13 | 'fields' => [
|
14 | 14 | 'active' => 'Active',
|
15 |
| - 'dashboard' => 'Dashboard', |
| 15 | + 'dashboard' => 'Dashboard', |
16 | 16 | 'default_dashboard' => 'Default dashboard',
|
17 |
| - 'entity' => 'Entity', |
18 | 17 | 'filters' => 'Filters',
|
19 | 18 | 'menu' => 'Subpage',
|
20 | 19 | 'position' => 'Position',
|
21 |
| - 'random' => 'Random', |
22 | 20 | 'random_type' => 'Random Entity Type',
|
23 | 21 | 'selector' => 'Bookmark Configuration',
|
24 | 22 | 'target' => 'Target',
|
25 |
| - 'type' => 'Entity List', |
26 | 23 | ],
|
27 | 24 | 'helpers' => [
|
28 | 25 | 'active' => 'Inactive bookmarks won\'t appear in the interface.',
|
|
33 | 30 | 'random' => 'Use this field to have a bookmark pointing to a random entity. You can filter the link to only go to a specific entity type.',
|
34 | 31 | 'selector' => 'Configure where this bookmark goes when a user clicks on it in the sidebar.',
|
35 | 32 | 'type' => 'Set up this bookmark to go directly to a list of entities. To filter the results, copy parts of the url on the filtered entity list after the :? sign into the :filter field.',
|
| 33 | + 'css' => 'Add a CSS class that will be added to the bookmark\'s link in the sidebar.', |
36 | 34 | ],
|
37 | 35 | 'placeholders' => [
|
38 | 36 | 'filters' => 'location_id=15&type=city',
|
|
50 | 48 | 'visibilities' => [
|
51 | 49 | 'is_active' => 'Show the bookmark in the sidebar',
|
52 | 50 | ],
|
| 51 | + 'targets' => [ |
| 52 | + 'select' => 'Choose an option', |
| 53 | + 'entity' => 'A single entity', |
| 54 | + 'random' => 'A random entity', |
| 55 | + 'type' => 'List of entities of a specific entity type/module', |
| 56 | + 'dashboard' => 'One of the campaign\'s dashboards', |
| 57 | + ] |
53 | 58 | ];
|
0 commit comments