|
1574 | 1574 | "staticPageRemoved": "Static page removed", |
1575 | 1575 | "chooseStaticPageFile": "Choose or drop static page file here", |
1576 | 1576 | "ui-topCustomMenu": "Header custom menu items", |
1577 | | - "ui-topCustomMenu-help": "List of static page IDs associated with the header section to display: <ul><li>When a list is provided, the links are displayed in the order provided and only for the pages listed.</li><li>When a list is not provided, all static pages configured for the header section are displayed, with no guaranteed order.</li><li>Pages can be inserted in between catalogue default menu which are: <pre>[\"gn-site-name-menu\",\n \"gn-portal-switcher\",\n \"gn-search-menu\",\n \"gn-map-menu\",\n \"gn-contribute-menu\",\n \"gn-admin-menu\"]</pre></li><li>Insert a page as a simple menu using its id eg. \"documentation\" or as a submenu using an object: <pre>{\"quickSearch\": [\n \"searchForAfrica\", \n \"forReview\"\n]}</pre></li><li>The submenu object key defines the top-level label and can be a translation key, or literal text if the text is not defined in the translations.</li><li>If a translation is defined for \"quickSearch\", the submenu label is translated automatically for each language.</li></ul>", |
| 1577 | + "ui-topCustomMenu-help": "List of static page IDs associated with the header section to display: <ul><li>When a list is provided, the links are displayed in the order provided and only for the pages listed.</li><li>When a list is not provided, all static pages configured for the header section are displayed, with no guaranteed order.</li><li>Pages can be inserted in between catalogue default menus which are: <pre>[\"gn-site-name-menu\",\n \"gn-portal-switcher\",\n \"gn-search-menu\",\n \"gn-map-menu\",\n \"gn-contribute-menu\",\n \"gn-admin-menu\"]</pre></li><li>Insert a page as a simple menu using its id eg. \"documentation\" or as a submenu using an object: <pre>{\"quickSearch\": {\n \"icon\": \"fa-search\",\n \"items\": [\n \"searchForAfrica\",\n \"forReview\"\n ]\n}}</pre></li><li>The submenu object key defines the top-level label and can be a translation key, or literal text if the text is not defined in the translations.</li><li>If a translation is defined for \"quickSearch\", the submenu label is translated automatically for each language.</li></ul>", |
1578 | 1578 | "ui-recordviewCustomMenu": "Record View custom menu items", |
1579 | | - "ui-recordviewCustomMenu-help": "List of static page IDs associated with the record view section to display: <ul><li>When a list is provided, the links are displayed in the order provided and only for the pages listed.</li><li>When a list is not provided, all static pages configured for the record view section are displayed, with no guaranteed order.</li><li>Pages can be inserted in between catalogue default menus which are: <pre>[\"gn-recordview-edit-menu\",\n \"gn-recordview-delete-menu\",\n \"gn-recordview-manage-menu\",\n \"gn-recordview-download-menu\",\n \"gn-recordview-display-menu\"]</pre></li><li>Insert a page as a simple menu using its id eg. \"documentation\" or as a submenu using an object: <pre>{\"quickSearch\": [\n \"searchForAfrica\", \n \"forReview\"\n]}</pre></li><li>The submenu object key defines the top-level label and can be a translation key, or literal text if the text is not defined in the translations.</li><li>If a translation is defined for \"quickSearch\", the submenu label is translated automatically for each language.</li></ul>", |
| 1579 | + "ui-recordviewCustomMenu-help": "List of static page IDs associated with the record view section to display: <ul><li>When a list is provided, the links are displayed in the order provided and only for the pages listed.</li><li>When a list is not provided, all static pages configured for the record view section are displayed, with no guaranteed order.</li><li>Pages can be inserted in between catalogue default menus which are: <pre>[\"gn-recordview-edit-menu\",\n \"gn-recordview-delete-menu\",\n \"gn-recordview-manage-menu\",\n \"gn-recordview-download-menu\",\n \"gn-recordview-display-menu\"]</pre></li><li>Insert a page as a simple menu using its id eg. \"documentation\" or as a submenu using an object: <pre>{\"quickSearch\": {\n \"icon\": \"fa-search\",\n \"items\": [\n \"searchForAfrica\",\n \"forReview\"\n ]\n}}</pre></li><li>The submenu object key defines the top-level label and can be a translation key, or literal text if the text is not defined in the translations.</li><li>If a translation is defined for \"quickSearch\", the submenu label is translated automatically for each language.</li></ul>", |
1580 | 1580 | "ui-footerCustomMenu": "Footer custom menu items", |
1581 | 1581 | "ui-footerCustomMenu-help": "List of static page IDs associated with the footer section to display: <ul><li>When a list is provided, the links are displayed in the order provided and only for the pages listed.</li><li>When a list is not provided, all static pages configured for the footer section are displayed, with no guaranteed order.</li>", |
1582 | 1582 | "es.url": "Elasticsearch server", |
|
0 commit comments