Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
ref-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yeniatencio committed Feb 15, 2024
1 parent 662f527 commit 3ba25aa
Show file tree
Hide file tree
Showing 14 changed files with 639 additions and 12 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added config/.DS_Store
Binary file not shown.
Binary file added config/install/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.call_to_action_image_logo.field_feature_image
- field.field.paragraph.call_to_action_image_logo.field_paragraph_cta
- image.style.thumbnail
- paragraphs.paragraphs_type.call_to_action_image_logo
module:
- link
- svg_image
id: paragraph.call_to_action_image_logo.default
targetEntityType: paragraph
bundle: call_to_action_image_logo
mode: default
content:
field_feature_image:
type: image_image
weight: 1
region: content
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings: { }
field_paragraph_cta:
type: link_default
weight: 0
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ dependencies:
- taxonomy.vocabulary.sites
module:
- entity_browser
- field_group
- file
- link
- maxlength
- paragraphs
- svg_image
- text
third_party_settings:
field_group:
Expand All @@ -38,7 +40,7 @@ third_party_settings:
label: 'Table of contents'
region: content
parent_name: ''
weight: 17
weight: 15
format_type: details
format_settings:
classes: ''
Expand All @@ -47,19 +49,111 @@ third_party_settings:
open: false
description: ''
required_fields: true
group_site_theme_values:
children:
- field_site_theme_values
label: 'Site theme values'
region: content
parent_name: ''
weight: 17
format_type: details
format_settings:
classes: ''
show_empty_fields: false
id: tide-site-theming-fileds
open: false
required_fields: true
effect: none
group_site_feature_flag_values:
children:
- field_site_feature_flags
label: 'Site feature flag values'
region: content
parent_name: ''
weight: 18
format_type: details
format_settings:
classes: ''
show_empty_fields: false
id: tide-feature-flag-fields
open: false
required_fields: true
effect: none
group_site_favicon_value:
children:
- field_site_favicon
label: 'Site favicon value'
region: content
parent_name: ''
weight: 19
format_type: details
format_settings:
classes: ''
show_empty_fields: false
id: tide-site-favicon-field
open: false
required_fields: true
effect: none
group_site_header_corner_graphic:
children:
- field_top_corner_graphic
- field_bottom_corner_graphic
label: 'Site header corner graphics'
region: content
parent_name: ''
weight: 21
format_type: details
format_settings:
classes: ''
show_empty_fields: false
id: tide-site-header-corner-graphics
open: false
required_fields: true
effect: none
id: taxonomy_term.sites.default
targetEntityType: taxonomy_term
bundle: sites
mode: default
content:
field_acknowledgement_to_country:
type: string_textarea
weight: 11
weight: 10
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_bottom_corner_graphic:
type: image_image
weight: 23
region: content
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings: { }
field_paragraph_cta:
type: link_default
weight: 101
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_paragraph_media:
type: entity_browser_entity_reference
weight: 102
region: content
settings:
entity_browser: tide_image_browser
field_widget_display: rendered_entity
field_widget_edit: true
field_widget_remove: true
field_widget_replace: false
open: true
field_widget_display_settings:
view_mode: media_browser_preview
selection_mode: selection_append
third_party_settings: { }
field_print_friendly_logo:
type: file_generic
weight: 3
Expand All @@ -69,7 +163,7 @@ content:
third_party_settings: { }
field_prominence_ack_to_country:
type: string_textarea
weight: 12
weight: 11
region: content
settings:
rows: 5
Expand All @@ -84,7 +178,7 @@ content:
third_party_settings: { }
field_site_domains:
type: string_textarea
weight: 4
weight: 3
region: content
settings:
rows: 3
Expand All @@ -95,9 +189,33 @@ content:
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
maxlength_js_truncate_html: false
field_site_favicon:
type: image_image
weight: 20
region: content
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings: { }
field_site_feature_flags:
type: key_value_textfield
weight: 19
region: content
settings:
size: 60
placeholder: ''
key_label: Key
value_label: Value
description_label: Description
description_rows: 5
key_size: 60
key_placeholder: ''
description_enabled: false
description_placeholder: ''
third_party_settings: { }
field_site_footer_logos:
type: entity_reference_paragraphs
weight: 8
weight: 7
region: content
settings:
title: Paragraph
Expand Down Expand Up @@ -195,6 +313,22 @@ content:
maxlength:
maxlength_js: 35
maxlength_js_label: 'Link text limited to @limit characters, remaining: <strong>@remaining</strong>'
field_site_theme_values:
type: key_value_textfield
weight: 18
region: content
settings:
size: 60
placeholder: ''
key_label: Key
value_label: Value
description_label: Description
description_rows: 5
key_size: 60
key_placeholder: ''
description_enabled: false
description_placeholder: ''
third_party_settings: { }
field_site_twitter_image:
type: entity_browser_entity_reference
weight: 14
Expand All @@ -218,6 +352,14 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
field_top_corner_graphic:
type: image_image
weight: 22
region: content
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings: { }
name:
type: string_textfield
weight: 0
Expand All @@ -226,6 +368,11 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
simple_sitemap:
weight: 10
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 16
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.call_to_action_image_logo.field_feature_image
- field.field.paragraph.call_to_action_image_logo.field_paragraph_cta
- paragraphs.paragraphs_type.call_to_action_image_logo
module:
- link
- svg_image
id: paragraph.call_to_action_image_logo.default
targetEntityType: paragraph
bundle: call_to_action_image_logo
mode: default
content:
field_feature_image:
type: image
label: above
settings:
image_link: ''
image_style: ''
svg_attributes:
width: null
height: null
svg_render_as_image: true
image_loading:
attribute: lazy
third_party_settings: { }
weight: 1
region: content
field_paragraph_cta:
type: link
label: above
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: ''
third_party_settings: { }
weight: 0
region: content
hidden:
search_api_excerpt: true
Loading

0 comments on commit 3ba25aa

Please sign in to comment.