COnfig export, popravljeno in dopolnjeno prevajanje
parent
6a80ee7d13
commit
f01f264ad9
|
@ -6,5 +6,5 @@ _core:
|
||||||
default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
|
default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
|
||||||
id: basic
|
id: basic
|
||||||
label: 'Basic block'
|
label: 'Basic block'
|
||||||
revision: 0
|
revision: false
|
||||||
description: 'A basic block contains a title and a body.'
|
description: 'A basic block contains a title and a body.'
|
||||||
|
|
|
@ -5,6 +5,7 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.node.page.body
|
- field.field.node.page.body
|
||||||
- field.field.node.page.field_media
|
- field.field.node.page.field_media
|
||||||
|
- field.field.node.page.field_strojni_prevod
|
||||||
- node.type.page
|
- node.type.page
|
||||||
module:
|
module:
|
||||||
- content_moderation
|
- content_moderation
|
||||||
|
@ -20,7 +21,7 @@ mode: default
|
||||||
content:
|
content:
|
||||||
body:
|
body:
|
||||||
type: text_textarea_with_summary
|
type: text_textarea_with_summary
|
||||||
weight: 31
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 9
|
rows: 9
|
||||||
|
@ -30,73 +31,80 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
created:
|
created:
|
||||||
type: datetime_timestamp
|
type: datetime_timestamp
|
||||||
weight: 10
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_media:
|
field_media:
|
||||||
type: media_library_widget
|
type: media_library_widget
|
||||||
weight: 5
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
media_types: { }
|
media_types: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_strojni_prevod:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 12
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
langcode:
|
langcode:
|
||||||
type: language_select
|
type: language_select
|
||||||
weight: 2
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
include_locked: true
|
include_locked: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
moderation_state:
|
moderation_state:
|
||||||
type: moderation_state_default
|
type: moderation_state_default
|
||||||
weight: 100
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 30
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
promote:
|
promote:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 15
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 120
|
weight: 11
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
sticky:
|
sticky:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 16
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
title:
|
title:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: -5
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
translation:
|
translation:
|
||||||
weight: 10
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
uid:
|
uid:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 5
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
|
|
|
@ -5,6 +5,7 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.node.page.body
|
- field.field.node.page.body
|
||||||
- field.field.node.page.field_media
|
- field.field.node.page.field_media
|
||||||
|
- field.field.node.page.field_strojni_prevod
|
||||||
- node.type.page
|
- node.type.page
|
||||||
module:
|
module:
|
||||||
- text
|
- text
|
||||||
|
@ -32,6 +33,16 @@ content:
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
|
field_strojni_prevod:
|
||||||
|
type: boolean
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
format: default
|
||||||
|
format_custom_false: ''
|
||||||
|
format_custom_true: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 104
|
||||||
|
region: content
|
||||||
links:
|
links:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
|
|
@ -6,6 +6,7 @@ dependencies:
|
||||||
- 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
|
- field.field.node.page.field_media
|
||||||
|
- field.field.node.page.field_strojni_prevod
|
||||||
- node.type.page
|
- node.type.page
|
||||||
module:
|
module:
|
||||||
- text
|
- text
|
||||||
|
@ -30,4 +31,5 @@ content:
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
field_media: true
|
field_media: true
|
||||||
|
field_strojni_prevod: true
|
||||||
langcode: true
|
langcode: true
|
||||||
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: 2958b0de-fe09-4c7b-b5e4-a92d0ee61fb3
|
||||||
|
langcode: sl
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.field_strojni_prevod
|
||||||
|
- node.type.page
|
||||||
|
id: node.page.field_strojni_prevod
|
||||||
|
field_name: field_strojni_prevod
|
||||||
|
entity_type: node
|
||||||
|
bundle: page
|
||||||
|
label: 'Strojni prevod?'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: Da
|
||||||
|
off_label: Ne
|
||||||
|
field_type: boolean
|
|
@ -1 +0,0 @@
|
||||||
label: 'Indeks pretraživanja'
|
|
|
@ -1 +0,0 @@
|
||||||
label: Mamac
|
|
|
@ -1 +0,0 @@
|
||||||
label: 'Stranica taksonomijskog pojma'
|
|
|
@ -2,7 +2,7 @@ label: 'Custom block library'
|
||||||
description: 'Find and manage custom blocks.'
|
description: 'Find and manage custom blocks.'
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Zadano
|
display_title: Privzeto
|
||||||
display_options:
|
display_options:
|
||||||
title: 'Custom block library'
|
title: 'Custom block library'
|
||||||
fields:
|
fields:
|
||||||
|
@ -14,7 +14,6 @@ display:
|
||||||
label: Operacije
|
label: Operacije
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
submit_button: Primjeni
|
|
||||||
reset_button_label: Ponastavi
|
reset_button_label: Ponastavi
|
||||||
exposed_sorts_label: 'Rasporedi po'
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
sort_asc_label: Naraščajoče
|
sort_asc_label: Naraščajoče
|
||||||
|
@ -27,7 +26,6 @@ display:
|
||||||
expose:
|
expose:
|
||||||
label: 'Opis bloka'
|
label: 'Opis bloka'
|
||||||
page_1:
|
page_1:
|
||||||
display_title: Stranica
|
|
||||||
display_options:
|
display_options:
|
||||||
menu:
|
menu:
|
||||||
title: 'Custom block library'
|
title: 'Custom block library'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
label: Komentari
|
label: Komentari
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Zadano
|
display_title: Privzeto
|
||||||
display_options:
|
display_options:
|
||||||
title: Komentari
|
title: Komentari
|
||||||
fields:
|
fields:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
label: 'Posljednji komentari'
|
label: 'Posljednji komentari'
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Zadano
|
display_title: Privzeto
|
||||||
display_options:
|
display_options:
|
||||||
title: 'Posljednji komentari'
|
title: 'Posljednji komentari'
|
||||||
empty:
|
empty:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
label: Mediji
|
label: Mediji
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Zadano
|
display_title: Privzeto
|
||||||
display_options:
|
display_options:
|
||||||
title: Mediji
|
title: Mediji
|
||||||
fields:
|
fields:
|
||||||
|
@ -12,6 +12,7 @@ display:
|
||||||
uid:
|
uid:
|
||||||
label: Avtor
|
label: Avtor
|
||||||
status:
|
status:
|
||||||
|
label: Status
|
||||||
settings:
|
settings:
|
||||||
format_custom_true: Objavljeno
|
format_custom_true: Objavljeno
|
||||||
changed:
|
changed:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Zadano
|
display_title: Privzeto
|
||||||
display_options:
|
display_options:
|
||||||
title: Mediji
|
title: Mediji
|
||||||
fields:
|
fields:
|
||||||
|
@ -26,7 +26,6 @@ display:
|
||||||
expose:
|
expose:
|
||||||
label: Jezik
|
label: Jezik
|
||||||
page:
|
page:
|
||||||
display_title: Stranica
|
|
||||||
display_options:
|
display_options:
|
||||||
fields:
|
fields:
|
||||||
media_bulk_form:
|
media_bulk_form:
|
||||||
|
@ -38,10 +37,6 @@ display:
|
||||||
widget:
|
widget:
|
||||||
display_title: Widget
|
display_title: Widget
|
||||||
display_options:
|
display_options:
|
||||||
arguments:
|
|
||||||
bundle:
|
|
||||||
exception:
|
|
||||||
title: Svi
|
|
||||||
filters:
|
filters:
|
||||||
name:
|
name:
|
||||||
expose:
|
expose:
|
||||||
|
@ -60,10 +55,6 @@ display:
|
||||||
label: Avtor
|
label: Avtor
|
||||||
changed:
|
changed:
|
||||||
label: Posodobljeno
|
label: Posodobljeno
|
||||||
arguments:
|
|
||||||
bundle:
|
|
||||||
exception:
|
|
||||||
title: Svi
|
|
||||||
filters:
|
filters:
|
||||||
name:
|
name:
|
||||||
expose:
|
expose:
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
label: 'Moderirane vsebine'
|
label: 'Moderirane vsebine'
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Zadano
|
display_title: Privzeto
|
||||||
display_options:
|
display_options:
|
||||||
title: 'Moderirane vsebine'
|
title: 'Moderirane vsebine'
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
label: Naslov
|
label: Naslov
|
||||||
|
type:
|
||||||
|
label: 'Content type'
|
||||||
name:
|
name:
|
||||||
label: Avtor
|
label: Avtor
|
||||||
changed:
|
changed:
|
||||||
|
@ -24,6 +26,9 @@ display:
|
||||||
title:
|
title:
|
||||||
expose:
|
expose:
|
||||||
label: Naslov
|
label: Naslov
|
||||||
|
type:
|
||||||
|
expose:
|
||||||
|
label: 'Content type'
|
||||||
langcode:
|
langcode:
|
||||||
expose:
|
expose:
|
||||||
label: Jezik
|
label: Jezik
|
||||||
|
|
|
@ -1,18 +1,11 @@
|
||||||
label: 'Pojam taksonomije'
|
label: 'Pojam taksonomije'
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Zadano
|
display_title: Privzeto
|
||||||
display_options:
|
display_options:
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
submit_button: Primjeni
|
|
||||||
reset_button_label: Ponastavi
|
reset_button_label: Ponastavi
|
||||||
exposed_sorts_label: 'Rasporedi po'
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
sort_asc_label: Naraščajoče
|
sort_asc_label: Naraščajoče
|
||||||
sort_desc_label: Padajoče
|
sort_desc_label: Padajoče
|
||||||
arguments:
|
|
||||||
tid:
|
|
||||||
exception:
|
|
||||||
title: Svi
|
|
||||||
page_1:
|
|
||||||
display_title: Stranica
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ _core:
|
||||||
name: Article
|
name: Article
|
||||||
type: article
|
type: article
|
||||||
description: 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.'
|
description: 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.'
|
||||||
help: ''
|
help: null
|
||||||
new_revision: true
|
new_revision: true
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: true
|
display_submitted: true
|
||||||
|
|
|
@ -12,7 +12,7 @@ third_party_settings:
|
||||||
name: Koncept
|
name: Koncept
|
||||||
type: concept
|
type: concept
|
||||||
description: 'Osnovni element manifesta'
|
description: 'Osnovni element manifesta'
|
||||||
help: ''
|
help: null
|
||||||
new_revision: true
|
new_revision: true
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: true
|
display_submitted: true
|
||||||
|
|
|
@ -7,7 +7,7 @@ _core:
|
||||||
name: 'Basic page'
|
name: 'Basic page'
|
||||||
type: page
|
type: page
|
||||||
description: "Use <em>basic pages</em> for your static content, such as an 'About us' page."
|
description: "Use <em>basic pages</em> for your static content, such as an 'About us' page."
|
||||||
help: ''
|
help: null
|
||||||
new_revision: true
|
new_revision: true
|
||||||
preview_mode: 1
|
preview_mode: 1
|
||||||
display_submitted: false
|
display_submitted: false
|
||||||
|
|
|
@ -3,4 +3,4 @@ _core:
|
||||||
threshold:
|
threshold:
|
||||||
requirements_warning: 172800
|
requirements_warning: 172800
|
||||||
requirements_error: 1209600
|
requirements_error: 1209600
|
||||||
logging: 1
|
logging: true
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: t7clj3mzmOGrXX0HuCH5usf0vEqRtnMTBFVBIEmZ5pc
|
default_config_hash: t7clj3mzmOGrXX0HuCH5usf0vEqRtnMTBFVBIEmZ5pc
|
||||||
first_day: 0
|
first_day: 1
|
||||||
country:
|
country:
|
||||||
default: ''
|
default: null
|
||||||
timezone:
|
timezone:
|
||||||
default: UTC
|
default: Europe/Ljubljana
|
||||||
user:
|
user:
|
||||||
configurable: true
|
configurable: true
|
||||||
default: 0
|
default: 0
|
||||||
|
|
|
@ -8,3 +8,4 @@ name: Tags
|
||||||
vid: tags
|
vid: tags
|
||||||
description: 'Use tags to group articles on similar topics into categories.'
|
description: 'Use tags to group articles on similar topics into categories.'
|
||||||
weight: 0
|
weight: 0
|
||||||
|
new_revision: false
|
||||||
|
|
|
@ -273,6 +273,7 @@ display:
|
||||||
type: mini
|
type: mini
|
||||||
options:
|
options:
|
||||||
offset: 0
|
offset: 0
|
||||||
|
pagination_heading_level: h4
|
||||||
items_per_page: 50
|
items_per_page: 50
|
||||||
total_pages: null
|
total_pages: null
|
||||||
id: 0
|
id: 0
|
||||||
|
|
|
@ -533,6 +533,7 @@ display:
|
||||||
type: full
|
type: full
|
||||||
options:
|
options:
|
||||||
offset: 0
|
offset: 0
|
||||||
|
pagination_heading_level: h4
|
||||||
items_per_page: 50
|
items_per_page: 50
|
||||||
total_pages: null
|
total_pages: null
|
||||||
id: 0
|
id: 0
|
||||||
|
|
|
@ -19,7 +19,7 @@ base_field: nid
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
id: default
|
id: default
|
||||||
display_title: Zadano
|
display_title: Privzeto
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
position: 0
|
position: 0
|
||||||
display_options:
|
display_options:
|
||||||
|
@ -427,6 +427,7 @@ display:
|
||||||
pager:
|
pager:
|
||||||
type: full
|
type: full
|
||||||
options:
|
options:
|
||||||
|
pagination_heading_level: h4
|
||||||
items_per_page: 50
|
items_per_page: 50
|
||||||
tags:
|
tags:
|
||||||
next: 'Next ›'
|
next: 'Next ›'
|
||||||
|
|
|
@ -522,6 +522,7 @@ display:
|
||||||
type: full
|
type: full
|
||||||
options:
|
options:
|
||||||
offset: 0
|
offset: 0
|
||||||
|
pagination_heading_level: h4
|
||||||
items_per_page: 50
|
items_per_page: 50
|
||||||
total_pages: null
|
total_pages: null
|
||||||
id: 0
|
id: 0
|
||||||
|
|
|
@ -139,6 +139,7 @@ display:
|
||||||
type: mini
|
type: mini
|
||||||
options:
|
options:
|
||||||
offset: 0
|
offset: 0
|
||||||
|
pagination_heading_level: h4
|
||||||
items_per_page: 24
|
items_per_page: 24
|
||||||
total_pages: null
|
total_pages: null
|
||||||
id: 0
|
id: 0
|
||||||
|
|
|
@ -418,6 +418,7 @@ display:
|
||||||
type: full
|
type: full
|
||||||
options:
|
options:
|
||||||
offset: 0
|
offset: 0
|
||||||
|
pagination_heading_level: h4
|
||||||
items_per_page: 50
|
items_per_page: 50
|
||||||
total_pages: null
|
total_pages: null
|
||||||
id: 0
|
id: 0
|
||||||
|
|
|
@ -29,6 +29,7 @@ display:
|
||||||
type: mini
|
type: mini
|
||||||
options:
|
options:
|
||||||
offset: 0
|
offset: 0
|
||||||
|
pagination_heading_level: h4
|
||||||
items_per_page: 10
|
items_per_page: 10
|
||||||
total_pages: 0
|
total_pages: 0
|
||||||
id: 0
|
id: 0
|
||||||
|
|
|
@ -90,6 +90,72 @@ display:
|
||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
vid:
|
||||||
|
id: vid
|
||||||
|
table: node_field_revision
|
||||||
|
field: vid
|
||||||
|
relationship: nid
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: vid
|
||||||
|
plugin_id: field
|
||||||
|
label: 'ID stare različice'
|
||||||
|
exclude: true
|
||||||
|
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: number_integer
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
prefix_suffix: true
|
||||||
|
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
|
||||||
vid_1:
|
vid_1:
|
||||||
id: vid_1
|
id: vid_1
|
||||||
table: node_field_revision
|
table: node_field_revision
|
||||||
|
@ -156,72 +222,6 @@ display:
|
||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
vid:
|
|
||||||
id: vid
|
|
||||||
table: node_field_revision
|
|
||||||
field: vid
|
|
||||||
relationship: nid
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
entity_type: node
|
|
||||||
entity_field: vid
|
|
||||||
plugin_id: field
|
|
||||||
label: 'Latest Revision ID'
|
|
||||||
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: number_integer
|
|
||||||
settings:
|
|
||||||
thousand_separator: ''
|
|
||||||
prefix_suffix: true
|
|
||||||
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
|
|
||||||
title:
|
title:
|
||||||
id: title
|
id: title
|
||||||
table: node_field_revision
|
table: node_field_revision
|
||||||
|
@ -287,6 +287,72 @@ display:
|
||||||
multi_type: separator
|
multi_type: separator
|
||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
|
langcode:
|
||||||
|
id: langcode
|
||||||
|
table: node_field_revision
|
||||||
|
field: langcode
|
||||||
|
relationship: nid
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: langcode
|
||||||
|
plugin_id: field_language
|
||||||
|
label: Jezik
|
||||||
|
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: language
|
||||||
|
settings:
|
||||||
|
link_to_entity: 0
|
||||||
|
native_language: 0
|
||||||
|
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: 0
|
||||||
moderation_state:
|
moderation_state:
|
||||||
id: moderation_state
|
id: moderation_state
|
||||||
table: node_field_revision
|
table: node_field_revision
|
||||||
|
@ -496,6 +562,7 @@ display:
|
||||||
type: mini
|
type: mini
|
||||||
options:
|
options:
|
||||||
offset: 0
|
offset: 0
|
||||||
|
pagination_heading_level: h4
|
||||||
items_per_page: 20
|
items_per_page: 20
|
||||||
total_pages: null
|
total_pages: null
|
||||||
id: 0
|
id: 0
|
||||||
|
|
|
@ -0,0 +1,259 @@
|
||||||
|
uuid: 251e836d-f4e6-4f56-b284-0dad8b4c002c
|
||||||
|
langcode: sl
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.concept
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
- user
|
||||||
|
id: zadnje_spremembe_2
|
||||||
|
label: 'Zadnje spremembe 2'
|
||||||
|
module: views
|
||||||
|
description: ''
|
||||||
|
tag: ''
|
||||||
|
base_table: node_field_revision
|
||||||
|
base_field: nid
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
id: default
|
||||||
|
display_title: Default
|
||||||
|
display_plugin: default
|
||||||
|
position: 0
|
||||||
|
display_options:
|
||||||
|
title: 'Zadnje spremembe 2'
|
||||||
|
fields:
|
||||||
|
changed:
|
||||||
|
id: changed
|
||||||
|
table: node_field_revision
|
||||||
|
field: changed
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: changed
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
make_link: false
|
||||||
|
absolute: false
|
||||||
|
word_boundary: false
|
||||||
|
ellipsis: false
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
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: timestamp
|
||||||
|
settings:
|
||||||
|
date_format: medium
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
tooltip:
|
||||||
|
date_format: ''
|
||||||
|
custom_date_format: ''
|
||||||
|
time_diff:
|
||||||
|
enabled: false
|
||||||
|
future_format: '@interval hence'
|
||||||
|
past_format: '@interval ago'
|
||||||
|
granularity: 2
|
||||||
|
refresh: 60
|
||||||
|
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
|
||||||
|
title:
|
||||||
|
id: title
|
||||||
|
table: node_field_revision
|
||||||
|
field: title
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: title
|
||||||
|
plugin_id: field
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
make_link: false
|
||||||
|
absolute: false
|
||||||
|
word_boundary: false
|
||||||
|
ellipsis: false
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
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: string
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
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
|
||||||
|
pager:
|
||||||
|
type: mini
|
||||||
|
options:
|
||||||
|
offset: 0
|
||||||
|
pagination_heading_level: h4
|
||||||
|
items_per_page: 10
|
||||||
|
total_pages: null
|
||||||
|
id: 0
|
||||||
|
tags:
|
||||||
|
next: ››
|
||||||
|
previous: ‹‹
|
||||||
|
expose:
|
||||||
|
items_per_page: false
|
||||||
|
items_per_page_label: 'Items per page'
|
||||||
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
|
items_per_page_options_all: false
|
||||||
|
items_per_page_options_all_label: '- All -'
|
||||||
|
offset: false
|
||||||
|
offset_label: Offset
|
||||||
|
exposed_form:
|
||||||
|
type: basic
|
||||||
|
options:
|
||||||
|
submit_button: Apply
|
||||||
|
reset_button: false
|
||||||
|
reset_button_label: Ponastavi
|
||||||
|
exposed_sorts_label: 'Rasporedi po'
|
||||||
|
expose_sort_order: true
|
||||||
|
sort_asc_label: Naraščajoče
|
||||||
|
sort_desc_label: Padajoče
|
||||||
|
access:
|
||||||
|
type: perm
|
||||||
|
options:
|
||||||
|
perm: 'view all revisions'
|
||||||
|
cache:
|
||||||
|
type: tag
|
||||||
|
options: { }
|
||||||
|
empty: { }
|
||||||
|
sorts:
|
||||||
|
changed:
|
||||||
|
id: changed
|
||||||
|
table: node_field_revision
|
||||||
|
field: changed
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
entity_type: node
|
||||||
|
entity_field: changed
|
||||||
|
plugin_id: date
|
||||||
|
order: DESC
|
||||||
|
expose:
|
||||||
|
label: ''
|
||||||
|
field_identifier: ''
|
||||||
|
exposed: false
|
||||||
|
granularity: second
|
||||||
|
arguments: { }
|
||||||
|
filters:
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: node_field_revision
|
||||||
|
field: status
|
||||||
|
entity_type: node
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
expose:
|
||||||
|
operator: ''
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: node_field_data
|
||||||
|
field: type
|
||||||
|
relationship: nid
|
||||||
|
entity_type: node
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
value:
|
||||||
|
concept: concept
|
||||||
|
style:
|
||||||
|
type: default
|
||||||
|
row:
|
||||||
|
type: fields
|
||||||
|
query:
|
||||||
|
type: views_query
|
||||||
|
options:
|
||||||
|
query_comment: ''
|
||||||
|
disable_sql_rewrite: false
|
||||||
|
distinct: false
|
||||||
|
replica: false
|
||||||
|
query_tags: { }
|
||||||
|
relationships:
|
||||||
|
nid:
|
||||||
|
id: nid
|
||||||
|
table: node_field_revision
|
||||||
|
field: nid
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: 'Get the actual content from a content revision.'
|
||||||
|
entity_type: node
|
||||||
|
entity_field: nid
|
||||||
|
plugin_id: standard
|
||||||
|
required: true
|
||||||
|
header: { }
|
||||||
|
footer: { }
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- url.query_args
|
||||||
|
- 'user.node_grants:view'
|
||||||
|
- user.permissions
|
||||||
|
tags: { }
|
||||||
|
page_1:
|
||||||
|
id: page_1
|
||||||
|
display_title: Page
|
||||||
|
display_plugin: page
|
||||||
|
position: 1
|
||||||
|
display_options:
|
||||||
|
display_extenders: { }
|
||||||
|
path: zadnje-spremembe-2
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- url.query_args
|
||||||
|
- 'user.node_grants:view'
|
||||||
|
- user.permissions
|
||||||
|
tags: { }
|
|
@ -111,14 +111,20 @@ class AddConcept extends ResourceBase {
|
||||||
if (!$this->currentUser->hasPermission('access content')) {
|
if (!$this->currentUser->hasPermission('access content')) {
|
||||||
throw new AccessDeniedHttpException();
|
throw new AccessDeniedHttpException();
|
||||||
}
|
}
|
||||||
// Fields: naslov, text, povezani pojmi, email
|
// Fields: naslov, text, email, language
|
||||||
// Optional fields: language, related concept.
|
// Optional fields: email, related_concept @TODO
|
||||||
if (empty($data['title']) || empty($data['text']) || empty($data['uuid'])) {
|
if (empty($data['title']) || empty($data['text']) || empty($data['uuid']) || empty($data['language'])) {
|
||||||
throw new MissingDataException('Title, uuid or text missing.');
|
throw new MissingDataException('Title, uuid, text or language missing.');
|
||||||
}
|
}
|
||||||
$uid = $this->getUserIdByEmail($data['email'] ?? null);
|
$uid = $this->getUserIdByEmail($data['email'] ?? null);
|
||||||
if ($concept = $this->getConceptFromUuid($data['uuid'])) {
|
if ($concept = $this->getConceptFromUuid($data['uuid'])) {
|
||||||
// Concept exists - create a new revision.
|
// Concept exists - create a new revision.
|
||||||
|
if ($concept->hasTranslation($data['language'])) {
|
||||||
|
$concept = $concept->getTranslation($data['language']);
|
||||||
|
} else {
|
||||||
|
$concept = $concept->addTranslation($data['language']);
|
||||||
|
}
|
||||||
|
|
||||||
$concept->setNewRevision(TRUE);
|
$concept->setNewRevision(TRUE);
|
||||||
$concept->setRevisionUserId($uid);
|
$concept->setRevisionUserId($uid);
|
||||||
$concept->setRevisionCreationTime(\Drupal::time()->getRequestTime());
|
$concept->setRevisionCreationTime(\Drupal::time()->getRequestTime());
|
||||||
|
@ -133,14 +139,14 @@ class AddConcept extends ResourceBase {
|
||||||
$concept->setRevisionLogMessage('New revision by concept endpoint.');
|
$concept->setRevisionLogMessage('New revision by concept endpoint.');
|
||||||
$concept->set('moderation_state', 'draft');
|
$concept->set('moderation_state', 'draft');
|
||||||
$concept->set('status', 0);
|
$concept->set('status', 0);
|
||||||
|
$concept->set('field_strojni_prevod', 0);
|
||||||
$concept->save();
|
$concept->save();
|
||||||
$this->logger->notice('New concept @title revision @revid created by uid @uid.', [
|
$this->logger->notice('New concept @title revision @revid created by uid @uid.', [
|
||||||
'@title' => $concept->getTitle(),
|
'@title' => $concept->getTitle(),
|
||||||
'@revid' => $concept->getRevisionId(),
|
'@revid' => $concept->getRevisionId(),
|
||||||
'@uid' => $uid,
|
'@uid' => $uid,
|
||||||
]);
|
]);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
// Concept does not exist - create a new node.
|
// Concept does not exist - create a new node.
|
||||||
$concept = [
|
$concept = [
|
||||||
'type' => 'concept',
|
'type' => 'concept',
|
||||||
|
@ -149,6 +155,8 @@ class AddConcept extends ResourceBase {
|
||||||
'uuid' => $data['uuid'],
|
'uuid' => $data['uuid'],
|
||||||
'uid' => $uid,
|
'uid' => $uid,
|
||||||
'moderation_state' => 'draft',
|
'moderation_state' => 'draft',
|
||||||
|
'field_strojni_prevod' => 0,
|
||||||
|
'language' => $data['language']
|
||||||
];
|
];
|
||||||
// @TODO Check if related concepts are set and add them to the concept.
|
// @TODO Check if related concepts are set and add them to the concept.
|
||||||
// @TODO Check language and add set it on concept if exists.
|
// @TODO Check language and add set it on concept if exists.
|
||||||
|
|
|
@ -7,6 +7,7 @@ namespace Drupal\yufu_concept;
|
||||||
use Psr\Http\Client\ClientInterface;
|
use Psr\Http\Client\ClientInterface;
|
||||||
use Drupal\Core\Site\Settings;
|
use Drupal\Core\Site\Settings;
|
||||||
use GuzzleHttp\Psr7\Response;
|
use GuzzleHttp\Psr7\Response;
|
||||||
|
use GuzzleHttp\Exception\BadResponseException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ta service omogoča prevajanje preko libretranslate APIja.
|
* Ta service omogoča prevajanje preko libretranslate APIja.
|
||||||
|
@ -31,18 +32,26 @@ final class Translate {
|
||||||
* Prevede $besedila iz $izvorniJezik v $ciljniJezik
|
* Prevede $besedila iz $izvorniJezik v $ciljniJezik
|
||||||
*/
|
*/
|
||||||
public function prevedi(array $besedila, $izvorniJezik, $ciljniJezik): ?array {
|
public function prevedi(array $besedila, $izvorniJezik, $ciljniJezik): ?array {
|
||||||
$odziv = $this->request('translate', [
|
$retry = 0;
|
||||||
'json' => [
|
while ($retry < 3) {
|
||||||
'q' => $besedila,
|
try {
|
||||||
'source' => $izvorniJezik,
|
$odziv = $this->request('translate', [
|
||||||
'target' => $ciljniJezik,
|
'json' => [
|
||||||
'format' => 'text'
|
'q' => $besedila,
|
||||||
]
|
'source' => $izvorniJezik,
|
||||||
]);
|
'target' => $ciljniJezik,
|
||||||
|
'format' => 'text'
|
||||||
|
]
|
||||||
|
]);
|
||||||
|
|
||||||
if ($odziv->getStatusCode() == 200) {
|
if ($odziv->getStatusCode() == 200) {
|
||||||
$json = json_decode($odziv->getBody()->getContents(), true);
|
$json = json_decode($odziv->getBody()->getContents(), true);
|
||||||
return $json['translatedText'];
|
return $json['translatedText'];
|
||||||
|
}
|
||||||
|
$retry += 1;
|
||||||
|
} catch (BadResponseException $e) {
|
||||||
|
$retry += 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|
|
@ -15,9 +15,10 @@ use Symfony\Component\HttpClient\HttpClient;
|
||||||
*/
|
*/
|
||||||
function yufu_concept_node_presave(EntityInterface $entity) {
|
function yufu_concept_node_presave(EntityInterface $entity) {
|
||||||
if ($entity instanceOf NodeInterface && $entity->bundle() == 'concept') {
|
if ($entity instanceOf NodeInterface && $entity->bundle() == 'concept') {
|
||||||
// Dodaj avtorja spremembe med urednike, če še ni
|
|
||||||
$transition = \Drupal::service('content_moderation_notifications.notification_information')->getTransition($entity);
|
$transition = \Drupal::service('content_moderation_notifications.notification_information')->getTransition($entity);
|
||||||
if ($transition->id() == 'publish') {
|
// Ko je sprememba koncepta potrjena
|
||||||
|
if ($transition->id() == 'publish' && !$entity->field_strojni_prevod->value) {
|
||||||
|
// Dodaj avtorja spremembe med urednike, če še ni
|
||||||
if ($user = $entity->uid->entity) {
|
if ($user = $entity->uid->entity) {
|
||||||
if (!$user->status->value) {
|
if (!$user->status->value) {
|
||||||
$user->set('status', 1);
|
$user->set('status', 1);
|
||||||
|
@ -29,13 +30,34 @@ function yufu_concept_node_presave(EntityInterface $entity) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dodaj oz. posodobi manjkajoce prevode (ampak samo ce ne gre za
|
// Dodaj oz. posodobi manjkajoce prevode navadnih strani
|
||||||
// strojni prevod!)
|
|
||||||
function yufu_concept_node_insert(EntityInterface $entity) {
|
function yufu_concept_node_insert(EntityInterface $entity) {
|
||||||
uskladi_prevode($entity);
|
if ($entity instanceOf NodeInterface && $entity->bundle() == 'page') {
|
||||||
|
uskladi_prevode($entity);
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($entity instanceOf NodeInterface && $entity->bundle() == 'concept') {
|
||||||
|
$transition = \Drupal::service('content_moderation_notifications.notification_information')->getTransition($entity);
|
||||||
|
// Ko je sprememba koncepta potrjena
|
||||||
|
if ($transition->id() == 'publish' && !$entity->field_strojni_prevod->value) {
|
||||||
|
/* Posodobi strojne prevode */
|
||||||
|
uskladi_prevode($entity);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
function yufu_concept_node_update(EntityInterface $entity) {
|
function yufu_concept_node_update(EntityInterface $entity) {
|
||||||
uskladi_prevode($entity);
|
if ($entity instanceOf NodeInterface && $entity->bundle() == 'page') {
|
||||||
|
uskladi_prevode($entity);
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($entity instanceOf NodeInterface && $entity->bundle() == 'concept') {
|
||||||
|
$transition = \Drupal::service('content_moderation_notifications.notification_information')->getTransition($entity);
|
||||||
|
// Ko je sprememba koncepta potrjena
|
||||||
|
if ($transition->id() == 'publish' && !$entity->field_strojni_prevod->value) {
|
||||||
|
/* Posodobi strojne prevode */
|
||||||
|
uskladi_prevode($entity);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function prevedi_koncept(EntityInterface $entity, EntityInterface $prevod) {
|
function prevedi_koncept(EntityInterface $entity, EntityInterface $prevod) {
|
||||||
|
@ -66,12 +88,14 @@ function prevedi_koncept(EntityInterface $entity, EntityInterface $prevod) {
|
||||||
|
|
||||||
$prevod->set('title', $naslov);
|
$prevod->set('title', $naslov);
|
||||||
$prevod->set('body', $tekst);
|
$prevod->set('body', $tekst);
|
||||||
|
$prevod->setNewRevision();
|
||||||
|
$prevod->moderation_state = 'published';
|
||||||
}
|
}
|
||||||
|
|
||||||
function uskladi_prevode(EntityInterface $entity) {
|
function uskladi_prevode(EntityInterface $entity) {
|
||||||
if ($entity instanceOf NodeInterface
|
if ($entity instanceOf NodeInterface
|
||||||
&& $entity->bundle() == 'concept'
|
&& !$entity->field_strojni_prevod->value
|
||||||
&& !$entity->field_strojni_prevod->value) {
|
&& ($entity->bundle() == 'concept' || $entity->bundle() == 'page')) {
|
||||||
|
|
||||||
$vsiJeziki = array_keys(\Drupal::languageManager()->getLanguages());
|
$vsiJeziki = array_keys(\Drupal::languageManager()->getLanguages());
|
||||||
|
|
||||||
|
@ -86,6 +110,7 @@ function uskladi_prevode(EntityInterface $entity) {
|
||||||
$prevod = $entity->addTranslation($jezik, $entity->toArray());
|
$prevod = $entity->addTranslation($jezik, $entity->toArray());
|
||||||
prevedi_koncept($entity, $prevod);
|
prevedi_koncept($entity, $prevod);
|
||||||
$prevod->set('field_strojni_prevod', true);
|
$prevod->set('field_strojni_prevod', true);
|
||||||
|
$prevod->setNewRevision();
|
||||||
$prevod->save();
|
$prevod->save();
|
||||||
|
|
||||||
$ostaliJeziki = array_diff($ostaliJeziki, [$jezik]);
|
$ostaliJeziki = array_diff($ostaliJeziki, [$jezik]);
|
||||||
|
|
Loading…
Reference in New Issue