mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 19:36:08 +01:00
DEPRECATED: pages_list_display_field has been sunsetted (fixes #2191)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
1. [](#new)
|
||||
* Require **Grav 1.7.30**
|
||||
* PageMedia can now be collapsed and thumbnails previewed smaller, in order to save room on the page. Selection will be remembered.
|
||||
* DEPRECATED: Admin field `pages_list_display_field` is no longer available as an option [#2191](https://github.com/getgrav/grav-plugin-admin/issues/2191)
|
||||
2. [](#improved)
|
||||
* Updated JavaScript dependencies
|
||||
* Cleaned up JavaScript unused dependencies and warnings,
|
||||
|
||||
@@ -26,7 +26,6 @@ session:
|
||||
edit_mode: normal
|
||||
frontend_preview_target: inline
|
||||
show_github_msg: true
|
||||
pages_list_display_field: title
|
||||
admin_icons: line-awesome
|
||||
enable_auto_updates_check: true
|
||||
notifications:
|
||||
|
||||
@@ -202,12 +202,6 @@ form:
|
||||
type: bool
|
||||
help: PLUGIN_ADMIN.SHOW_GITHUB_LINK_HELP
|
||||
|
||||
pages_list_display_field:
|
||||
type: text
|
||||
size: small
|
||||
label: PLUGIN_ADMIN.PAGES_LIST_DISPLAY_FIELD
|
||||
help: PLUGIN_ADMIN.PAGES_LIST_DISPLAY_FIELD_HELP
|
||||
|
||||
enable_auto_updates_check:
|
||||
type: toggle
|
||||
label: PLUGIN_ADMIN.AUTO_UPDATES
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
{% set config = twig_vars['config'] %}
|
||||
{% set separator = config.system.param_sep %}
|
||||
{% set display_field = config.plugins.admin.pages_list_display_field %}
|
||||
{% set display_field = config.plugins.admin.pages_list_display_field %} {# DEPRECATED #}
|
||||
{% set base_url_relative_frontend = twig_vars['base_url_relative_frontend'] %}
|
||||
{% set admin = twig_vars['admin'] %}
|
||||
{% set warn = twig_vars['warn'] %}
|
||||
|
||||
Reference in New Issue
Block a user