module update, added translation_selection views module, fixed (patch) views_ef_fieldset, improved admin_nodes view
This commit is contained in:
@@ -91,6 +91,7 @@ display:
|
||||
views_bulk_operations_bulk_form: views_bulk_operations_bulk_form
|
||||
tid: name
|
||||
name: name
|
||||
operations: name
|
||||
edit_taxonomy_term: name
|
||||
translation_link: name
|
||||
break: name
|
||||
@@ -121,6 +122,11 @@ display:
|
||||
separator: '<br/>'
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
operations:
|
||||
align: ''
|
||||
separator: ''
|
||||
empty_column: false
|
||||
responsive: ''
|
||||
edit_taxonomy_term:
|
||||
sortable: false
|
||||
default_sort_order: asc
|
||||
@@ -274,7 +280,7 @@ display:
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: 'Term ID'
|
||||
exclude: false
|
||||
exclude: true
|
||||
alter:
|
||||
alter_text: false
|
||||
text: '<code style="font-size:8px;">{{tid}}</code>'
|
||||
@@ -396,6 +402,57 @@ display:
|
||||
entity_type: taxonomy_term
|
||||
entity_field: name
|
||||
plugin_id: term_name
|
||||
operations:
|
||||
id: operations
|
||||
table: taxonomy_term_data
|
||||
field: operations
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: 'Operations links'
|
||||
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
|
||||
destination: false
|
||||
entity_type: taxonomy_term
|
||||
plugin_id: entity_operations
|
||||
edit_taxonomy_term:
|
||||
id: edit_taxonomy_term
|
||||
table: taxonomy_term_data
|
||||
@@ -404,7 +461,7 @@ display:
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: Edit
|
||||
exclude: false
|
||||
exclude: true
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
@@ -457,7 +514,7 @@ display:
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
label: 'Link to translate Taxonomy term'
|
||||
exclude: false
|
||||
exclude: true
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
|
Reference in New Issue
Block a user