create vue-link-formatter module, integrated home link fields into vuejs

This commit is contained in:
2020-12-26 22:33:25 +01:00
parent c60d9c7316
commit 0fc6347585
11 changed files with 644 additions and 34 deletions

View File

@@ -14,9 +14,9 @@ dependencies:
- node.type.frontpage
module:
- field_group
- link
- text
- user
- vue_link_formatter
third_party_settings:
field_group:
group_intro:
@@ -274,25 +274,43 @@ content:
weight: 5
label: hidden
settings:
trim_length: 80
link_text: ''
methode: onClickLink
event_modifiers:
prevent: prevent
stop: stop
capture: 0
self: 0
once: 0
passive: 0
trim_length: '80'
url_only: false
url_plain: false
rel: ''
target: ''
rel: 0
target: 0
third_party_settings: { }
type: link
type: vue_link_formatter
region: content
field_database_links:
weight: 7
label: hidden
settings:
trim_length: 80
link_text: ''
methode: onClickLink
event_modifiers:
prevent: prevent
stop: stop
capture: 0
self: 0
once: 0
passive: 0
trim_length: '80'
url_only: false
url_plain: false
rel: ''
target: ''
rel: 0
target: 0
third_party_settings: { }
type: link
type: vue_link_formatter
region: content
field_pricing:
weight: 5
@@ -305,13 +323,22 @@ content:
weight: 4
label: hidden
settings:
trim_length: 80
link_text: ''
methode: onClickLink
event_modifiers:
prevent: prevent
stop: stop
capture: 0
self: 0
once: 0
passive: 0
trim_length: '80'
url_only: false
url_plain: false
rel: ''
target: ''
rel: 0
target: 0
third_party_settings: { }
type: link
type: vue_link_formatter
region: content
field_showrooms:
weight: 3

View File

@@ -184,6 +184,7 @@ module:
views_bulk_operations: 0
views_conditional: 0
views_ef_fieldset: 0
vue_link_formatter: 0
workflow: 0
workflow_access: 0
workflow_operations: 0