admin view improved
This commit is contained in:
parent
6350038497
commit
8b88b3e349
|
@ -3,6 +3,7 @@ langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.storage.node.field_confidentialite
|
||||||
- node.type.concernement
|
- node.type.concernement
|
||||||
- node.type.entite
|
- node.type.entite
|
||||||
- node.type.static
|
- node.type.static
|
||||||
|
@ -11,6 +12,7 @@ dependencies:
|
||||||
module:
|
module:
|
||||||
- content_lock
|
- content_lock
|
||||||
- node
|
- node
|
||||||
|
- options
|
||||||
- user
|
- user
|
||||||
- views_bulk_operations
|
- views_bulk_operations
|
||||||
id: admin_nodes
|
id: admin_nodes
|
||||||
|
@ -202,7 +204,7 @@ display:
|
||||||
status: status
|
status: status
|
||||||
changed: changed
|
changed: changed
|
||||||
uid: uid
|
uid: uid
|
||||||
default: '-1'
|
default: changed
|
||||||
info:
|
info:
|
||||||
views_bulk_operations_bulk_form:
|
views_bulk_operations_bulk_form:
|
||||||
align: ''
|
align: ''
|
||||||
|
@ -237,7 +239,7 @@ display:
|
||||||
responsive: ''
|
responsive: ''
|
||||||
changed:
|
changed:
|
||||||
sortable: true
|
sortable: true
|
||||||
default_sort_order: asc
|
default_sort_order: desc
|
||||||
align: ''
|
align: ''
|
||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
|
@ -367,11 +369,15 @@ display:
|
||||||
action_id: node_unpublish_by_keyword_action
|
action_id: node_unpublish_by_keyword_action
|
||||||
preconfiguration:
|
preconfiguration:
|
||||||
add_confirmation: false
|
add_confirmation: false
|
||||||
10:
|
9:
|
||||||
|
action_id: workflow_node_given_state_action
|
||||||
|
preconfiguration:
|
||||||
|
add_confirmation: false
|
||||||
|
12:
|
||||||
action_id: 'entity:save_action:node'
|
action_id: 'entity:save_action:node'
|
||||||
preconfiguration:
|
preconfiguration:
|
||||||
add_confirmation: false
|
add_confirmation: false
|
||||||
11:
|
13:
|
||||||
action_id: 'entity:unpublish_action:node'
|
action_id: 'entity:unpublish_action:node'
|
||||||
preconfiguration:
|
preconfiguration:
|
||||||
add_confirmation: true
|
add_confirmation: true
|
||||||
|
@ -743,6 +749,68 @@ display:
|
||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
field_confidentialite:
|
||||||
|
id: field_confidentialite
|
||||||
|
table: node__field_confidentialite
|
||||||
|
field: field_confidentialite
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: Confidentialité
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: list_default
|
||||||
|
settings: { }
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
access:
|
access:
|
||||||
type: role
|
type: role
|
||||||
options:
|
options:
|
||||||
|
@ -836,6 +904,53 @@ display:
|
||||||
default_group: All
|
default_group: All
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items: { }
|
group_items: { }
|
||||||
|
uid:
|
||||||
|
id: uid
|
||||||
|
table: node_field_data
|
||||||
|
field: uid
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: uid
|
||||||
|
plugin_id: user_name
|
||||||
|
operator: in
|
||||||
|
value: { }
|
||||||
|
group: 1
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: uid_op
|
||||||
|
label: 'Écrit par'
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: uid_op
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: uid
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
admin: '0'
|
||||||
|
root: '0'
|
||||||
|
user: '0'
|
||||||
|
group_admin: '0'
|
||||||
|
group_member: '0'
|
||||||
|
reduce: false
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
filter_groups:
|
filter_groups:
|
||||||
operator: AND
|
operator: AND
|
||||||
groups:
|
groups:
|
||||||
|
@ -872,7 +987,8 @@ display:
|
||||||
- url.query_args
|
- url.query_args
|
||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.roles
|
- user.roles
|
||||||
tags: { }
|
tags:
|
||||||
|
- 'config:field.storage.node.field_confidentialite'
|
||||||
page_2:
|
page_2:
|
||||||
id: page_2
|
id: page_2
|
||||||
display_title: Entités
|
display_title: Entités
|
||||||
|
@ -943,14 +1059,18 @@ display:
|
||||||
preconfiguration:
|
preconfiguration:
|
||||||
add_confirmation: false
|
add_confirmation: false
|
||||||
9:
|
9:
|
||||||
action_id: 'entity:publish_action:node'
|
action_id: workflow_node_given_state_action
|
||||||
preconfiguration:
|
|
||||||
add_confirmation: false
|
|
||||||
10:
|
|
||||||
action_id: 'entity:save_action:node'
|
|
||||||
preconfiguration:
|
preconfiguration:
|
||||||
add_confirmation: false
|
add_confirmation: false
|
||||||
11:
|
11:
|
||||||
|
action_id: 'entity:publish_action:node'
|
||||||
|
preconfiguration:
|
||||||
|
add_confirmation: false
|
||||||
|
12:
|
||||||
|
action_id: 'entity:save_action:node'
|
||||||
|
preconfiguration:
|
||||||
|
add_confirmation: false
|
||||||
|
13:
|
||||||
action_id: 'entity:unpublish_action:node'
|
action_id: 'entity:unpublish_action:node'
|
||||||
preconfiguration:
|
preconfiguration:
|
||||||
add_confirmation: false
|
add_confirmation: false
|
||||||
|
@ -1322,6 +1442,68 @@ display:
|
||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
field_confidentialite:
|
||||||
|
id: field_confidentialite
|
||||||
|
table: node__field_confidentialite
|
||||||
|
field: field_confidentialite
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
plugin_id: field
|
||||||
|
label: Confidentialité
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: list_default
|
||||||
|
settings: { }
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
access:
|
access:
|
||||||
type: role
|
type: role
|
||||||
options:
|
options:
|
||||||
|
@ -1426,25 +1608,20 @@ display:
|
||||||
default_row_class: true
|
default_row_class: true
|
||||||
columns:
|
columns:
|
||||||
views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
|
views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
|
||||||
field_images: field_images
|
|
||||||
title: title
|
title: title
|
||||||
operations: title
|
operations: title
|
||||||
is_locked: title
|
is_locked: title
|
||||||
status: status
|
status: status
|
||||||
changed: changed
|
changed: changed
|
||||||
uid: uid
|
uid: uid
|
||||||
default: '-1'
|
field_confidentialite: field_confidentialite
|
||||||
|
default: changed
|
||||||
info:
|
info:
|
||||||
views_bulk_operations_bulk_form:
|
views_bulk_operations_bulk_form:
|
||||||
align: ''
|
align: ''
|
||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
field_images:
|
|
||||||
align: ''
|
|
||||||
separator: ''
|
|
||||||
empty_column: false
|
|
||||||
responsive: ''
|
|
||||||
title:
|
title:
|
||||||
sortable: false
|
sortable: false
|
||||||
default_sort_order: asc
|
default_sort_order: asc
|
||||||
|
@ -1465,20 +1642,27 @@ display:
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
status:
|
status:
|
||||||
sortable: false
|
sortable: true
|
||||||
default_sort_order: asc
|
default_sort_order: asc
|
||||||
align: ''
|
align: ''
|
||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
changed:
|
changed:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: desc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
uid:
|
||||||
sortable: false
|
sortable: false
|
||||||
default_sort_order: asc
|
default_sort_order: asc
|
||||||
align: ''
|
align: ''
|
||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
uid:
|
field_confidentialite:
|
||||||
sortable: false
|
sortable: false
|
||||||
default_sort_order: asc
|
default_sort_order: asc
|
||||||
align: ''
|
align: ''
|
||||||
|
@ -1533,7 +1717,8 @@ display:
|
||||||
- url.query_args
|
- url.query_args
|
||||||
- 'user.node_grants:view'
|
- 'user.node_grants:view'
|
||||||
- user.roles
|
- user.roles
|
||||||
tags: { }
|
tags:
|
||||||
|
- 'config:field.storage.node.field_confidentialite'
|
||||||
page_3:
|
page_3:
|
||||||
id: page_3
|
id: page_3
|
||||||
display_title: 'Admin Statics'
|
display_title: 'Admin Statics'
|
||||||
|
|
Loading…
Reference in New Issue