Svez config export
parent
29dfe4fbf0
commit
2fe9dac796
|
@ -4,8 +4,11 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.node.page.body
|
- field.field.node.page.body
|
||||||
|
- field.field.node.page.field_media
|
||||||
- node.type.page
|
- node.type.page
|
||||||
module:
|
module:
|
||||||
|
- content_moderation
|
||||||
|
- media_library
|
||||||
- path
|
- path
|
||||||
- text
|
- text
|
||||||
_core:
|
_core:
|
||||||
|
@ -31,6 +34,13 @@ content:
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_media:
|
||||||
|
type: media_library_widget
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
media_types: { }
|
||||||
|
third_party_settings: { }
|
||||||
langcode:
|
langcode:
|
||||||
type: language_select
|
type: language_select
|
||||||
weight: 2
|
weight: 2
|
||||||
|
@ -38,6 +48,12 @@ content:
|
||||||
settings:
|
settings:
|
||||||
include_locked: true
|
include_locked: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
moderation_state:
|
||||||
|
type: moderation_state_default
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 30
|
weight: 30
|
||||||
|
|
|
@ -22,6 +22,11 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 101
|
weight: 101
|
||||||
region: content
|
region: content
|
||||||
|
content_moderation_control:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: -20
|
||||||
|
region: content
|
||||||
field_media:
|
field_media:
|
||||||
type: entity_reference_entity_view
|
type: entity_reference_entity_view
|
||||||
label: above
|
label: above
|
||||||
|
|
|
@ -24,6 +24,11 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 101
|
weight: 101
|
||||||
region: content
|
region: content
|
||||||
|
content_moderation_control:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: -20
|
||||||
|
region: content
|
||||||
links:
|
links:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
|
|
@ -4,6 +4,7 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.node.page.body
|
- field.field.node.page.body
|
||||||
|
- field.field.node.page.field_media
|
||||||
- node.type.page
|
- node.type.page
|
||||||
module:
|
module:
|
||||||
- text
|
- text
|
||||||
|
@ -20,10 +21,21 @@ content:
|
||||||
label: hidden
|
label: hidden
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 100
|
weight: 1
|
||||||
|
region: content
|
||||||
|
field_media:
|
||||||
|
type: entity_reference_entity_view
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
links:
|
links:
|
||||||
weight: 101
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
langcode: true
|
langcode: true
|
||||||
|
|
|
@ -5,6 +5,7 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- core.entity_view_mode.node.teaser
|
- core.entity_view_mode.node.teaser
|
||||||
- field.field.node.page.body
|
- field.field.node.page.body
|
||||||
|
- field.field.node.page.field_media
|
||||||
- node.type.page
|
- node.type.page
|
||||||
module:
|
module:
|
||||||
- text
|
- text
|
||||||
|
@ -28,4 +29,5 @@ content:
|
||||||
weight: 101
|
weight: 101
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
|
field_media: true
|
||||||
langcode: true
|
langcode: true
|
||||||
|
|
|
@ -0,0 +1,33 @@
|
||||||
|
uuid: 4b96f193-d32d-4d67-80cd-992d2ec02e6b
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_media
|
||||||
|
- media.type.audio
|
||||||
|
- media.type.image
|
||||||
|
- media.type.remote_video
|
||||||
|
- node.type.page
|
||||||
|
id: node.page.field_media
|
||||||
|
field_name: field_media
|
||||||
|
entity_type: node
|
||||||
|
bundle: page
|
||||||
|
label: Media
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:media'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
audio: audio
|
||||||
|
image: image
|
||||||
|
remote_video: remote_video
|
||||||
|
sort:
|
||||||
|
field: _none
|
||||||
|
direction: ASC
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: audio
|
||||||
|
field_type: entity_reference
|
|
@ -0,0 +1,69 @@
|
||||||
|
label: Content
|
||||||
|
description: 'Find and manage content.'
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_title: Default
|
||||||
|
display_options:
|
||||||
|
title: Content
|
||||||
|
fields:
|
||||||
|
title:
|
||||||
|
label: Title
|
||||||
|
type:
|
||||||
|
label: 'Content type'
|
||||||
|
separator: ', '
|
||||||
|
name:
|
||||||
|
label: Author
|
||||||
|
status:
|
||||||
|
label: Status
|
||||||
|
settings:
|
||||||
|
format_custom_false: Unpublished
|
||||||
|
format_custom_true: Published
|
||||||
|
changed:
|
||||||
|
label: Updated
|
||||||
|
operations:
|
||||||
|
label: Operations
|
||||||
|
pager:
|
||||||
|
options:
|
||||||
|
tags:
|
||||||
|
next: 'Next ›'
|
||||||
|
previous: '‹ Previous'
|
||||||
|
first: '« First'
|
||||||
|
last: 'Last »'
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Filter
|
||||||
|
reset_button_label: Reset
|
||||||
|
exposed_sorts_label: 'Sort by'
|
||||||
|
sort_asc_label: Asc
|
||||||
|
sort_desc_label: Desc
|
||||||
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
content: 'No content available.'
|
||||||
|
filters:
|
||||||
|
title:
|
||||||
|
expose:
|
||||||
|
label: Title
|
||||||
|
type:
|
||||||
|
expose:
|
||||||
|
label: 'Content type'
|
||||||
|
status:
|
||||||
|
expose:
|
||||||
|
label: Status
|
||||||
|
group_info:
|
||||||
|
label: 'Published status'
|
||||||
|
group_items:
|
||||||
|
1:
|
||||||
|
title: Published
|
||||||
|
2:
|
||||||
|
title: Unpublished
|
||||||
|
langcode:
|
||||||
|
expose:
|
||||||
|
label: Language
|
||||||
|
page_1:
|
||||||
|
display_title: Page
|
||||||
|
display_options:
|
||||||
|
menu:
|
||||||
|
title: Content
|
||||||
|
tab_options:
|
||||||
|
title: Content
|
||||||
|
description: 'Find and manage content'
|
|
@ -1,2 +0,0 @@
|
||||||
settings:
|
|
||||||
label: 'RSS feed'
|
|
|
@ -1 +0,0 @@
|
||||||
label: RSS
|
|
|
@ -1,13 +1,13 @@
|
||||||
|
label: 'Custom block library'
|
||||||
|
description: 'Find and manage custom blocks.'
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Zadano
|
display_title: Zadano
|
||||||
display_options:
|
display_options:
|
||||||
|
title: 'Custom block library'
|
||||||
fields:
|
fields:
|
||||||
info:
|
info:
|
||||||
label: 'Opis bloka'
|
label: 'Opis bloka'
|
||||||
separator: ', '
|
|
||||||
type:
|
|
||||||
separator: ', '
|
|
||||||
changed:
|
changed:
|
||||||
label: Osvježeno
|
label: Osvježeno
|
||||||
operations:
|
operations:
|
||||||
|
@ -19,9 +19,15 @@ display:
|
||||||
exposed_sorts_label: 'Rasporedi po'
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
sort_asc_label: Uzlazno
|
sort_asc_label: Uzlazno
|
||||||
sort_desc_label: Silazno
|
sort_desc_label: Silazno
|
||||||
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
content: 'There are no custom blocks available.'
|
||||||
filters:
|
filters:
|
||||||
info:
|
info:
|
||||||
expose:
|
expose:
|
||||||
label: 'Opis bloka'
|
label: 'Opis bloka'
|
||||||
page_1:
|
page_1:
|
||||||
display_title: Stranica
|
display_title: Stranica
|
||||||
|
display_options:
|
||||||
|
menu:
|
||||||
|
title: 'Custom block library'
|
||||||
|
|
|
@ -9,22 +9,14 @@ display:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
subject:
|
subject:
|
||||||
label: Naziv
|
label: Naziv
|
||||||
separator: ', '
|
|
||||||
uid:
|
|
||||||
separator: ', '
|
|
||||||
name:
|
name:
|
||||||
label: Autor
|
label: Autor
|
||||||
separator: ', '
|
|
||||||
entity_id:
|
entity_id:
|
||||||
label: 'Objavljeno u'
|
label: 'Objavljeno u'
|
||||||
separator: ', '
|
|
||||||
changed:
|
changed:
|
||||||
label: Osvježeno
|
label: Osvježeno
|
||||||
separator: ', '
|
|
||||||
operations:
|
operations:
|
||||||
label: Operacije
|
label: Operacije
|
||||||
name_1:
|
|
||||||
separator: ', '
|
|
||||||
pager:
|
pager:
|
||||||
options:
|
options:
|
||||||
tags:
|
tags:
|
||||||
|
@ -63,22 +55,14 @@ display:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
subject:
|
subject:
|
||||||
label: Naziv
|
label: Naziv
|
||||||
separator: ', '
|
|
||||||
uid:
|
|
||||||
separator: ', '
|
|
||||||
name:
|
name:
|
||||||
label: Autor
|
label: Autor
|
||||||
separator: ', '
|
|
||||||
entity_id:
|
entity_id:
|
||||||
label: 'Objavljeno u'
|
label: 'Objavljeno u'
|
||||||
separator: ', '
|
|
||||||
changed:
|
changed:
|
||||||
label: Osvježeno
|
label: Osvježeno
|
||||||
separator: ', '
|
|
||||||
operations:
|
operations:
|
||||||
label: Operacije
|
label: Operacije
|
||||||
name_1:
|
|
||||||
separator: ', '
|
|
||||||
filters:
|
filters:
|
||||||
subject:
|
subject:
|
||||||
expose:
|
expose:
|
||||||
|
|
|
@ -0,0 +1,49 @@
|
||||||
|
label: Sadržaj
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_title: Zadano
|
||||||
|
display_options:
|
||||||
|
title: Sadržaj
|
||||||
|
fields:
|
||||||
|
title:
|
||||||
|
label: Naziv
|
||||||
|
type:
|
||||||
|
label: 'Vrsta sadržaja'
|
||||||
|
name:
|
||||||
|
label: Autor
|
||||||
|
status:
|
||||||
|
settings:
|
||||||
|
format_custom_true: Objavljeno
|
||||||
|
changed:
|
||||||
|
label: Osvježeno
|
||||||
|
operations:
|
||||||
|
label: Operacije
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Pročisti
|
||||||
|
reset_button_label: Poništi
|
||||||
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
|
sort_asc_label: Uzlazno
|
||||||
|
sort_desc_label: Silazno
|
||||||
|
filters:
|
||||||
|
title:
|
||||||
|
expose:
|
||||||
|
label: Naziv
|
||||||
|
type:
|
||||||
|
expose:
|
||||||
|
label: 'Vrsta sadržaja'
|
||||||
|
status:
|
||||||
|
group_info:
|
||||||
|
group_items:
|
||||||
|
1:
|
||||||
|
title: Objavljeno
|
||||||
|
langcode:
|
||||||
|
expose:
|
||||||
|
label: Jezik
|
||||||
|
page_1:
|
||||||
|
display_title: Stranica
|
||||||
|
display_options:
|
||||||
|
menu:
|
||||||
|
title: Sadržaj
|
||||||
|
tab_options:
|
||||||
|
title: Sadržaj
|
|
@ -7,25 +7,15 @@ display:
|
||||||
fields:
|
fields:
|
||||||
media_bulk_form:
|
media_bulk_form:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
thumbnail__target_id:
|
|
||||||
label: Thumbnail
|
|
||||||
separator: ', '
|
|
||||||
name:
|
|
||||||
separator: ', '
|
|
||||||
bundle:
|
bundle:
|
||||||
label: Vrsta
|
label: Vrsta
|
||||||
separator: ', '
|
|
||||||
uid:
|
uid:
|
||||||
label: Autor
|
label: Autor
|
||||||
separator: ', '
|
|
||||||
status:
|
status:
|
||||||
label: Status
|
|
||||||
settings:
|
settings:
|
||||||
format_custom_true: Objavljeno
|
format_custom_true: Objavljeno
|
||||||
separator: ', '
|
|
||||||
changed:
|
changed:
|
||||||
label: Osvježeno
|
label: Osvježeno
|
||||||
separator: ', '
|
|
||||||
operations:
|
operations:
|
||||||
label: Operacije
|
label: Operacije
|
||||||
exposed_form:
|
exposed_form:
|
||||||
|
|
|
@ -6,11 +6,6 @@ display:
|
||||||
fields:
|
fields:
|
||||||
media_bulk_form:
|
media_bulk_form:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
pager:
|
|
||||||
options:
|
|
||||||
tags:
|
|
||||||
next: ››
|
|
||||||
previous: ‹‹
|
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
reset_button_label: Poništi
|
reset_button_label: Poništi
|
||||||
|
@ -36,8 +31,6 @@ display:
|
||||||
fields:
|
fields:
|
||||||
media_bulk_form:
|
media_bulk_form:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
name:
|
|
||||||
separator: ', '
|
|
||||||
edit_media:
|
edit_media:
|
||||||
text: Uredi
|
text: Uredi
|
||||||
delete_media:
|
delete_media:
|
||||||
|
@ -60,8 +53,6 @@ display:
|
||||||
widget_table:
|
widget_table:
|
||||||
display_options:
|
display_options:
|
||||||
fields:
|
fields:
|
||||||
thumbnail__target_id:
|
|
||||||
label: Thumbnail
|
|
||||||
name:
|
name:
|
||||||
label: Naziv
|
label: Naziv
|
||||||
uid:
|
uid:
|
||||||
|
|
|
@ -3,11 +3,6 @@ display:
|
||||||
default:
|
default:
|
||||||
display_title: Zadano
|
display_title: Zadano
|
||||||
display_options:
|
display_options:
|
||||||
pager:
|
|
||||||
options:
|
|
||||||
tags:
|
|
||||||
next: ››
|
|
||||||
previous: ‹‹
|
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
submit_button: Primjeni
|
submit_button: Primjeni
|
||||||
|
@ -19,7 +14,5 @@ display:
|
||||||
tid:
|
tid:
|
||||||
exception:
|
exception:
|
||||||
title: Svi
|
title: Svi
|
||||||
feed_1:
|
|
||||||
display_title: Feed
|
|
||||||
page_1:
|
page_1:
|
||||||
display_title: Stranica
|
display_title: Stranica
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
settings:
|
|
||||||
label: 'RSS feed'
|
|
|
@ -1 +0,0 @@
|
||||||
label: RSS
|
|
|
@ -1,15 +1,15 @@
|
||||||
|
label: 'Custom block library'
|
||||||
|
description: 'Find and manage custom blocks.'
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Zadano
|
display_title: Zadano
|
||||||
display_options:
|
display_options:
|
||||||
|
title: 'Custom block library'
|
||||||
fields:
|
fields:
|
||||||
info:
|
info:
|
||||||
label: 'Opis bloka'
|
label: 'Opis bloka'
|
||||||
separator: ', '
|
|
||||||
type:
|
|
||||||
separator: ', '
|
|
||||||
changed:
|
changed:
|
||||||
label: Osvježeno
|
label: Posodobljeno
|
||||||
operations:
|
operations:
|
||||||
label: Operacije
|
label: Operacije
|
||||||
exposed_form:
|
exposed_form:
|
||||||
|
@ -19,9 +19,15 @@ display:
|
||||||
exposed_sorts_label: 'Rasporedi po'
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
sort_asc_label: Uzlazno
|
sort_asc_label: Uzlazno
|
||||||
sort_desc_label: Silazno
|
sort_desc_label: Silazno
|
||||||
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
content: 'There are no custom blocks available.'
|
||||||
filters:
|
filters:
|
||||||
info:
|
info:
|
||||||
expose:
|
expose:
|
||||||
label: 'Opis bloka'
|
label: 'Opis bloka'
|
||||||
page_1:
|
page_1:
|
||||||
display_title: Stranica
|
display_title: Stranica
|
||||||
|
display_options:
|
||||||
|
menu:
|
||||||
|
title: 'Custom block library'
|
||||||
|
|
|
@ -9,22 +9,14 @@ display:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
subject:
|
subject:
|
||||||
label: Naziv
|
label: Naziv
|
||||||
separator: ', '
|
|
||||||
uid:
|
|
||||||
separator: ', '
|
|
||||||
name:
|
name:
|
||||||
label: Autor
|
label: Avtor
|
||||||
separator: ', '
|
|
||||||
entity_id:
|
entity_id:
|
||||||
label: 'Objavljeno u'
|
label: 'Objavljeno u'
|
||||||
separator: ', '
|
|
||||||
changed:
|
changed:
|
||||||
label: Osvježeno
|
label: Posodobljeno
|
||||||
separator: ', '
|
|
||||||
operations:
|
operations:
|
||||||
label: Operacije
|
label: Operacije
|
||||||
name_1:
|
|
||||||
separator: ', '
|
|
||||||
pager:
|
pager:
|
||||||
options:
|
options:
|
||||||
tags:
|
tags:
|
||||||
|
@ -34,7 +26,7 @@ display:
|
||||||
last: 'posljednja »'
|
last: 'posljednja »'
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
submit_button: Pročisti
|
submit_button: Počisti
|
||||||
reset_button_label: Poništi
|
reset_button_label: Poništi
|
||||||
exposed_sorts_label: 'Rasporedi po'
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
sort_asc_label: Uzlazno
|
sort_asc_label: Uzlazno
|
||||||
|
@ -63,22 +55,14 @@ display:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
subject:
|
subject:
|
||||||
label: Naziv
|
label: Naziv
|
||||||
separator: ', '
|
|
||||||
uid:
|
|
||||||
separator: ', '
|
|
||||||
name:
|
name:
|
||||||
label: Autor
|
label: Avtor
|
||||||
separator: ', '
|
|
||||||
entity_id:
|
entity_id:
|
||||||
label: 'Objavljeno u'
|
label: 'Objavljeno u'
|
||||||
separator: ', '
|
|
||||||
changed:
|
changed:
|
||||||
label: Osvježeno
|
label: Posodobljeno
|
||||||
separator: ', '
|
|
||||||
operations:
|
operations:
|
||||||
label: Operacije
|
label: Operacije
|
||||||
name_1:
|
|
||||||
separator: ', '
|
|
||||||
filters:
|
filters:
|
||||||
subject:
|
subject:
|
||||||
expose:
|
expose:
|
||||||
|
|
|
@ -7,30 +7,20 @@ display:
|
||||||
fields:
|
fields:
|
||||||
media_bulk_form:
|
media_bulk_form:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
thumbnail__target_id:
|
|
||||||
label: Thumbnail
|
|
||||||
separator: ', '
|
|
||||||
name:
|
|
||||||
separator: ', '
|
|
||||||
bundle:
|
bundle:
|
||||||
label: Vrsta
|
label: Vrsta
|
||||||
separator: ', '
|
|
||||||
uid:
|
uid:
|
||||||
label: Autor
|
label: Avtor
|
||||||
separator: ', '
|
|
||||||
status:
|
status:
|
||||||
label: Status
|
|
||||||
settings:
|
settings:
|
||||||
format_custom_true: Objavljeno
|
format_custom_true: Objavljeno
|
||||||
separator: ', '
|
|
||||||
changed:
|
changed:
|
||||||
label: Osvježeno
|
label: Posodobljeno
|
||||||
separator: ', '
|
|
||||||
operations:
|
operations:
|
||||||
label: Operacije
|
label: Operacije
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
submit_button: Pročisti
|
submit_button: Počisti
|
||||||
reset_button_label: Poništi
|
reset_button_label: Poništi
|
||||||
exposed_sorts_label: 'Rasporedi po'
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
sort_asc_label: Uzlazno
|
sort_asc_label: Uzlazno
|
||||||
|
|
|
@ -6,11 +6,6 @@ display:
|
||||||
fields:
|
fields:
|
||||||
media_bulk_form:
|
media_bulk_form:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
pager:
|
|
||||||
options:
|
|
||||||
tags:
|
|
||||||
next: ››
|
|
||||||
previous: ‹‹
|
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
reset_button_label: Poništi
|
reset_button_label: Poništi
|
||||||
|
@ -36,8 +31,6 @@ display:
|
||||||
fields:
|
fields:
|
||||||
media_bulk_form:
|
media_bulk_form:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
name:
|
|
||||||
separator: ', '
|
|
||||||
edit_media:
|
edit_media:
|
||||||
text: Uredi
|
text: Uredi
|
||||||
delete_media:
|
delete_media:
|
||||||
|
@ -60,14 +53,12 @@ display:
|
||||||
widget_table:
|
widget_table:
|
||||||
display_options:
|
display_options:
|
||||||
fields:
|
fields:
|
||||||
thumbnail__target_id:
|
|
||||||
label: Thumbnail
|
|
||||||
name:
|
name:
|
||||||
label: Naziv
|
label: Naziv
|
||||||
uid:
|
uid:
|
||||||
label: Autor
|
label: Avtor
|
||||||
changed:
|
changed:
|
||||||
label: Osvježeno
|
label: Posodobljeno
|
||||||
arguments:
|
arguments:
|
||||||
bundle:
|
bundle:
|
||||||
exception:
|
exception:
|
||||||
|
|
|
@ -3,11 +3,6 @@ display:
|
||||||
default:
|
default:
|
||||||
display_title: Zadano
|
display_title: Zadano
|
||||||
display_options:
|
display_options:
|
||||||
pager:
|
|
||||||
options:
|
|
||||||
tags:
|
|
||||||
next: ››
|
|
||||||
previous: ‹‹
|
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
submit_button: Primjeni
|
submit_button: Primjeni
|
||||||
|
@ -19,7 +14,5 @@ display:
|
||||||
tid:
|
tid:
|
||||||
exception:
|
exception:
|
||||||
title: Svi
|
title: Svi
|
||||||
feed_1:
|
|
||||||
display_title: Feed
|
|
||||||
page_1:
|
page_1:
|
||||||
display_title: Stranica
|
display_title: Stranica
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
settings:
|
|
||||||
label: 'RSS feed'
|
|
|
@ -1 +0,0 @@
|
||||||
label: RSS
|
|
|
@ -1,13 +1,13 @@
|
||||||
|
label: 'Custom block library'
|
||||||
|
description: 'Find and manage custom blocks.'
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Zadano
|
display_title: Zadano
|
||||||
display_options:
|
display_options:
|
||||||
|
title: 'Custom block library'
|
||||||
fields:
|
fields:
|
||||||
info:
|
info:
|
||||||
label: 'Opis bloka'
|
label: 'Opis bloka'
|
||||||
separator: ', '
|
|
||||||
type:
|
|
||||||
separator: ', '
|
|
||||||
changed:
|
changed:
|
||||||
label: Osvježeno
|
label: Osvježeno
|
||||||
operations:
|
operations:
|
||||||
|
@ -19,9 +19,15 @@ display:
|
||||||
exposed_sorts_label: 'Rasporedi po'
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
sort_asc_label: Uzlazno
|
sort_asc_label: Uzlazno
|
||||||
sort_desc_label: Silazno
|
sort_desc_label: Silazno
|
||||||
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
content: 'There are no custom blocks available.'
|
||||||
filters:
|
filters:
|
||||||
info:
|
info:
|
||||||
expose:
|
expose:
|
||||||
label: 'Opis bloka'
|
label: 'Opis bloka'
|
||||||
page_1:
|
page_1:
|
||||||
display_title: Stranica
|
display_title: Stranica
|
||||||
|
display_options:
|
||||||
|
menu:
|
||||||
|
title: 'Custom block library'
|
||||||
|
|
|
@ -9,22 +9,14 @@ display:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
subject:
|
subject:
|
||||||
label: Naziv
|
label: Naziv
|
||||||
separator: ', '
|
|
||||||
uid:
|
|
||||||
separator: ', '
|
|
||||||
name:
|
name:
|
||||||
label: Autor
|
label: Autor
|
||||||
separator: ', '
|
|
||||||
entity_id:
|
entity_id:
|
||||||
label: 'Objavljeno u'
|
label: 'Objavljeno u'
|
||||||
separator: ', '
|
|
||||||
changed:
|
changed:
|
||||||
label: Osvježeno
|
label: Osvježeno
|
||||||
separator: ', '
|
|
||||||
operations:
|
operations:
|
||||||
label: Operacije
|
label: Operacije
|
||||||
name_1:
|
|
||||||
separator: ', '
|
|
||||||
pager:
|
pager:
|
||||||
options:
|
options:
|
||||||
tags:
|
tags:
|
||||||
|
@ -63,22 +55,14 @@ display:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
subject:
|
subject:
|
||||||
label: Naziv
|
label: Naziv
|
||||||
separator: ', '
|
|
||||||
uid:
|
|
||||||
separator: ', '
|
|
||||||
name:
|
name:
|
||||||
label: Autor
|
label: Autor
|
||||||
separator: ', '
|
|
||||||
entity_id:
|
entity_id:
|
||||||
label: 'Objavljeno u'
|
label: 'Objavljeno u'
|
||||||
separator: ', '
|
|
||||||
changed:
|
changed:
|
||||||
label: Osvježeno
|
label: Osvježeno
|
||||||
separator: ', '
|
|
||||||
operations:
|
operations:
|
||||||
label: Operacije
|
label: Operacije
|
||||||
name_1:
|
|
||||||
separator: ', '
|
|
||||||
filters:
|
filters:
|
||||||
subject:
|
subject:
|
||||||
expose:
|
expose:
|
||||||
|
|
|
@ -0,0 +1,49 @@
|
||||||
|
label: Sadržaj
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_title: Zadano
|
||||||
|
display_options:
|
||||||
|
title: Sadržaj
|
||||||
|
fields:
|
||||||
|
title:
|
||||||
|
label: Naziv
|
||||||
|
type:
|
||||||
|
label: 'Vrsta sadržaja'
|
||||||
|
name:
|
||||||
|
label: Autor
|
||||||
|
status:
|
||||||
|
settings:
|
||||||
|
format_custom_true: Objavljeno
|
||||||
|
changed:
|
||||||
|
label: Osvježeno
|
||||||
|
operations:
|
||||||
|
label: Operacije
|
||||||
|
exposed_form:
|
||||||
|
options:
|
||||||
|
submit_button: Pročisti
|
||||||
|
reset_button_label: Poništi
|
||||||
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
|
sort_asc_label: Uzlazno
|
||||||
|
sort_desc_label: Silazno
|
||||||
|
filters:
|
||||||
|
title:
|
||||||
|
expose:
|
||||||
|
label: Naziv
|
||||||
|
type:
|
||||||
|
expose:
|
||||||
|
label: 'Vrsta sadržaja'
|
||||||
|
status:
|
||||||
|
group_info:
|
||||||
|
group_items:
|
||||||
|
1:
|
||||||
|
title: Objavljeno
|
||||||
|
langcode:
|
||||||
|
expose:
|
||||||
|
label: Jezik
|
||||||
|
page_1:
|
||||||
|
display_title: Stranica
|
||||||
|
display_options:
|
||||||
|
menu:
|
||||||
|
title: Sadržaj
|
||||||
|
tab_options:
|
||||||
|
title: Sadržaj
|
|
@ -7,25 +7,15 @@ display:
|
||||||
fields:
|
fields:
|
||||||
media_bulk_form:
|
media_bulk_form:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
thumbnail__target_id:
|
|
||||||
label: Thumbnail
|
|
||||||
separator: ', '
|
|
||||||
name:
|
|
||||||
separator: ', '
|
|
||||||
bundle:
|
bundle:
|
||||||
label: Vrsta
|
label: Vrsta
|
||||||
separator: ', '
|
|
||||||
uid:
|
uid:
|
||||||
label: Autor
|
label: Autor
|
||||||
separator: ', '
|
|
||||||
status:
|
status:
|
||||||
label: Status
|
|
||||||
settings:
|
settings:
|
||||||
format_custom_true: Objavljeno
|
format_custom_true: Objavljeno
|
||||||
separator: ', '
|
|
||||||
changed:
|
changed:
|
||||||
label: Osvježeno
|
label: Osvježeno
|
||||||
separator: ', '
|
|
||||||
operations:
|
operations:
|
||||||
label: Operacije
|
label: Operacije
|
||||||
exposed_form:
|
exposed_form:
|
||||||
|
|
|
@ -6,11 +6,6 @@ display:
|
||||||
fields:
|
fields:
|
||||||
media_bulk_form:
|
media_bulk_form:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
pager:
|
|
||||||
options:
|
|
||||||
tags:
|
|
||||||
next: ››
|
|
||||||
previous: ‹‹
|
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
reset_button_label: Poništi
|
reset_button_label: Poništi
|
||||||
|
@ -36,8 +31,6 @@ display:
|
||||||
fields:
|
fields:
|
||||||
media_bulk_form:
|
media_bulk_form:
|
||||||
action_title: Akcija
|
action_title: Akcija
|
||||||
name:
|
|
||||||
separator: ', '
|
|
||||||
edit_media:
|
edit_media:
|
||||||
text: Uredi
|
text: Uredi
|
||||||
delete_media:
|
delete_media:
|
||||||
|
@ -60,8 +53,6 @@ display:
|
||||||
widget_table:
|
widget_table:
|
||||||
display_options:
|
display_options:
|
||||||
fields:
|
fields:
|
||||||
thumbnail__target_id:
|
|
||||||
label: Thumbnail
|
|
||||||
name:
|
name:
|
||||||
label: Naziv
|
label: Naziv
|
||||||
uid:
|
uid:
|
||||||
|
|
|
@ -3,11 +3,6 @@ display:
|
||||||
default:
|
default:
|
||||||
display_title: Zadano
|
display_title: Zadano
|
||||||
display_options:
|
display_options:
|
||||||
pager:
|
|
||||||
options:
|
|
||||||
tags:
|
|
||||||
next: ››
|
|
||||||
previous: ‹‹
|
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
submit_button: Primjeni
|
submit_button: Primjeni
|
||||||
|
@ -19,7 +14,5 @@ display:
|
||||||
tid:
|
tid:
|
||||||
exception:
|
exception:
|
||||||
title: Svi
|
title: Svi
|
||||||
feed_1:
|
|
||||||
display_title: Feed
|
|
||||||
page_1:
|
page_1:
|
||||||
display_title: Stranica
|
display_title: Stranica
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 8e67cfee-ac5f-46c9-a0a1-3fd6126e00eb
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- user.role.admin
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
id: user_add_role_action.admin
|
||||||
|
label: 'Add the Admin role to the selected user(s)'
|
||||||
|
type: user
|
||||||
|
plugin: user_add_role_action
|
||||||
|
configuration:
|
||||||
|
rid: admin
|
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 57d93d75-2b6c-42d7-bcfe-eb104ca9a8f4
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- user.role.admin
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
id: user_remove_role_action.admin
|
||||||
|
label: 'Remove the Admin role from the selected user(s)'
|
||||||
|
type: user
|
||||||
|
plugin: user_remove_role_action
|
||||||
|
configuration:
|
||||||
|
rid: admin
|
|
@ -0,0 +1,9 @@
|
||||||
|
uuid: 121b382b-91b2-40dd-a104-abbbcaca7c7e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: admin
|
||||||
|
label: Admin
|
||||||
|
weight: 4
|
||||||
|
is_admin: null
|
||||||
|
permissions: { }
|
|
@ -8,7 +8,7 @@ dependencies:
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 12Bd0mJQFIaXAkRfMVCAAcZ0oaxm94PoK8oHR9hkLmY
|
default_config_hash: 12Bd0mJQFIaXAkRfMVCAAcZ0oaxm94PoK8oHR9hkLmY
|
||||||
id: content
|
id: content
|
||||||
label: Vsebine
|
label: Sadržaj
|
||||||
module: node
|
module: node
|
||||||
description: 'Find and manage content.'
|
description: 'Find and manage content.'
|
||||||
tag: default
|
tag: default
|
||||||
|
@ -17,11 +17,11 @@ base_field: nid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Default
|
display_title: Zadano
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
title: Vsebine
|
title: Sadržaj
|
||||||
fields:
|
fields:
|
||||||
node_bulk_form:
|
node_bulk_form:
|
||||||
id: node_bulk_form
|
id: node_bulk_form
|
||||||
|
@ -198,7 +198,7 @@ display:
|
||||||
entity_type: user
|
entity_type: user
|
||||||
entity_field: name
|
entity_field: name
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Author
|
label: Avtor
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -230,7 +230,7 @@ display:
|
||||||
settings:
|
settings:
|
||||||
format: custom
|
format: custom
|
||||||
format_custom_false: Unpublished
|
format_custom_false: Unpublished
|
||||||
format_custom_true: Published
|
format_custom_true: Objavljeno
|
||||||
changed:
|
changed:
|
||||||
id: changed
|
id: changed
|
||||||
table: node_field_data
|
table: node_field_data
|
||||||
|
@ -238,7 +238,7 @@ display:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
entity_field: changed
|
entity_field: changed
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
label: Updated
|
label: Posodobljeno
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -270,7 +270,7 @@ display:
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
plugin_id: entity_operations
|
plugin_id: entity_operations
|
||||||
label: Operations
|
label: Operacije
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
|
@ -324,13 +324,13 @@ display:
|
||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Filter
|
submit_button: Počisti
|
||||||
reset_button: true
|
reset_button: true
|
||||||
reset_button_label: Reset
|
reset_button_label: Poništi
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Uzlazno
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Silazno
|
||||||
access:
|
access:
|
||||||
type: perm
|
type: perm
|
||||||
options:
|
options:
|
||||||
|
@ -474,7 +474,7 @@ display:
|
||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items:
|
group_items:
|
||||||
1:
|
1:
|
||||||
title: Published
|
title: Objavljeno
|
||||||
operator: '='
|
operator: '='
|
||||||
value: '1'
|
value: '1'
|
||||||
2:
|
2:
|
||||||
|
@ -497,7 +497,7 @@ display:
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: langcode_op
|
operator_id: langcode_op
|
||||||
label: Language
|
label: Jezik
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: langcode_op
|
operator: langcode_op
|
||||||
|
@ -660,7 +660,7 @@ display:
|
||||||
tags: { }
|
tags: { }
|
||||||
page_1:
|
page_1:
|
||||||
id: page_1
|
id: page_1
|
||||||
display_title: Page
|
display_title: Stranica
|
||||||
display_plugin: page
|
display_plugin: page
|
||||||
position: 1
|
position: 1
|
||||||
display_options:
|
display_options:
|
||||||
|
@ -668,14 +668,14 @@ display:
|
||||||
path: admin/content/node
|
path: admin/content/node
|
||||||
menu:
|
menu:
|
||||||
type: 'default tab'
|
type: 'default tab'
|
||||||
title: Vsebine
|
title: Sadržaj
|
||||||
description: ''
|
description: ''
|
||||||
weight: -10
|
weight: -10
|
||||||
menu_name: admin
|
menu_name: admin
|
||||||
context: ''
|
context: ''
|
||||||
tab_options:
|
tab_options:
|
||||||
type: normal
|
type: normal
|
||||||
title: Vsebine
|
title: Sadržaj
|
||||||
description: 'Find and manage content'
|
description: 'Find and manage content'
|
||||||
weight: -10
|
weight: -10
|
||||||
menu_name: admin
|
menu_name: admin
|
||||||
|
|
Loading…
Reference in New Issue