|
12 | 12 | ],
|
13 | 13 | 'fields' => [
|
14 | 14 | 'active' => 'Active',
|
15 |
| - 'dashboard' => 'Dashboard', |
| 15 | + 'dashboard' => 'Dashboard', |
16 | 16 | 'default_dashboard' => 'Default dashboard',
|
17 | 17 | 'filters' => 'Filters',
|
18 | 18 | 'menu' => 'Subpage',
|
|
23 | 23 | ],
|
24 | 24 | 'helpers' => [
|
25 | 25 | 'active' => 'Inactive bookmarks won\'t appear in the interface.',
|
| 26 | + 'css' => 'Add a CSS class that will be added to the bookmark\'s link in the sidebar.', |
26 | 27 | 'dashboard' => 'Have the bookmarks target one of the campaign\'s custom dashboards.',
|
27 | 28 | 'default_dashboard' => 'Link to the campaign\'s default dashboard instead. A custom dashboard still needs to be selected.',
|
28 | 29 | 'entity' => 'Set up this bookmark to go directly to an entity. The :menu field controls which subpage of the entity is opened.',
|
29 | 30 | 'position' => 'Use this field to control in which ascending order the links appear in the menu.',
|
30 | 31 | '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.',
|
31 | 32 | 'selector' => 'Configure where this bookmark goes when a user clicks on it in the sidebar.',
|
32 | 33 | '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.', |
34 | 34 | ],
|
35 | 35 | 'placeholders' => [
|
36 | 36 | 'filters' => 'location_id=15&type=city',
|
|
45 | 45 | 'success' => 'Bookmarks reordered.',
|
46 | 46 | 'title' => 'Reorder bookmarks',
|
47 | 47 | ],
|
| 48 | + 'targets' => [ |
| 49 | + 'dashboard' => 'One of the campaign\'s dashboards', |
| 50 | + 'entity' => 'A single entity', |
| 51 | + 'random' => 'A random entity', |
| 52 | + 'select' => 'Choose an option', |
| 53 | + 'type' => 'List of entities of a specific entity type/module', |
| 54 | + ], |
48 | 55 | 'visibilities' => [
|
49 | 56 | 'is_active' => 'Show the bookmark in the sidebar',
|
50 | 57 | ],
|
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 |
| - ] |
58 | 58 | ];
|
0 commit comments