Issue #2019241 by olli: Replace remaining occurences of 'disabled' in views.
parent
e997ce7ba6
commit
161f2c2831
|
@ -7,7 +7,7 @@ id: test_entity_reference
|
|||
description: ''
|
||||
label: 'Entity reference'
|
||||
tag: ''
|
||||
disabled: false
|
||||
status: '1'
|
||||
display:
|
||||
default:
|
||||
display_plugin: default
|
||||
|
|
|
@ -3,7 +3,7 @@ base_field: nid
|
|||
base_table: node
|
||||
core: 8.x
|
||||
description: ''
|
||||
disabled: '0'
|
||||
status: '1'
|
||||
display:
|
||||
default:
|
||||
display_plugin: default
|
||||
|
|
|
@ -4,9 +4,9 @@ views.view.*:
|
|||
type: mapping
|
||||
label: 'View'
|
||||
mapping:
|
||||
disabled:
|
||||
status:
|
||||
type: boolean
|
||||
label: 'Disabled'
|
||||
label: 'Status'
|
||||
api_version:
|
||||
label: 'API version'
|
||||
module:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
base_table: node
|
||||
core: '8'
|
||||
description: ''
|
||||
disabled: '0'
|
||||
status: '1'
|
||||
display:
|
||||
default:
|
||||
display_plugin: default
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
base_table: views_test_data
|
||||
core: '8'
|
||||
description: ''
|
||||
disabled: '0'
|
||||
status: '1'
|
||||
display:
|
||||
default:
|
||||
display_options:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
base_table: views_test_data
|
||||
core: '8'
|
||||
description: ''
|
||||
disabled: '0'
|
||||
status: '1'
|
||||
display:
|
||||
default:
|
||||
display_options:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
base_table: views_test_data
|
||||
core: '8'
|
||||
description: ''
|
||||
disabled: '0'
|
||||
status: '1'
|
||||
display:
|
||||
default:
|
||||
display_options:
|
||||
|
|
Loading…
Reference in New Issue