Created
January 20, 2016 07:42
-
-
Save jmolivas/fb1979b05a63577e7a4d to your computer and use it in GitHub Desktop.
Casper chain files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commands: | |
- command: config:override | |
arguments: | |
config-name: system.site | |
key: page.front | |
value: /front-page | |
- command: config:import:single | |
arguments: | |
config-name: core.entity_view_display.user.user.default | |
input-file: themes/contrib/casper/config/override/core.entity_view_display.user.user.default.yml | |
- command: config:import:single | |
arguments: | |
config-name: core.entity_form_display.user.user.default | |
input-file: themes/contrib/casper/config/override/core.entity_form_display.user.user.default.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uuid: 6921e496-30ea-49c8-ba05-5cdc52840d95 | |
langcode: en | |
status: true | |
dependencies: | |
config: | |
- field.field.user.user.field_bio | |
- field.field.user.user.field_facebook | |
- field.field.user.user.field_full_name | |
- field.field.user.user.field_google_ | |
- field.field.user.user.field_profile_picture | |
- field.field.user.user.field_twitter | |
- field.field.user.user.field_website | |
- field.field.user.user.user_picture | |
module: | |
- image | |
- link | |
- user | |
id: user.user.default | |
targetEntityType: user | |
bundle: user | |
mode: default | |
content: | |
account: | |
weight: 0 | |
settings: { } | |
third_party_settings: { } | |
contact: | |
weight: 4 | |
settings: { } | |
third_party_settings: { } | |
field_bio: | |
weight: 2 | |
settings: | |
rows: 5 | |
placeholder: '' | |
third_party_settings: { } | |
type: string_textarea | |
field_facebook: | |
weight: 7 | |
settings: | |
placeholder_url: '' | |
placeholder_title: '' | |
third_party_settings: { } | |
type: link_default | |
field_full_name: | |
weight: 10 | |
settings: | |
size: 60 | |
placeholder: '' | |
third_party_settings: { } | |
type: string_textfield | |
field_google_: | |
weight: 8 | |
settings: | |
placeholder_url: '' | |
placeholder_title: '' | |
third_party_settings: { } | |
type: link_default | |
field_profile_picture: | |
weight: 11 | |
settings: | |
progress_indicator: throbber | |
preview_image_style: thumbnail | |
third_party_settings: { } | |
type: image_image | |
field_twitter: | |
weight: 6 | |
settings: | |
placeholder_url: '' | |
placeholder_title: '' | |
third_party_settings: { } | |
type: link_default | |
field_website: | |
weight: 9 | |
settings: | |
placeholder_url: '' | |
placeholder_title: '' | |
third_party_settings: { } | |
type: link_default | |
language: | |
weight: 3 | |
settings: { } | |
third_party_settings: { } | |
timezone: | |
weight: 5 | |
settings: { } | |
third_party_settings: { } | |
user_picture: | |
type: image_image | |
settings: | |
preview_image_style: large | |
progress_indicator: throbber | |
third_party_settings: { } | |
weight: 1 | |
hidden: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uuid: 36cb209f-b06b-413b-8704-4e260c7771d2 | |
langcode: en | |
status: true | |
dependencies: | |
config: | |
- field.field.user.user.field_bio | |
- field.field.user.user.field_facebook | |
- field.field.user.user.field_full_name | |
- field.field.user.user.field_google_ | |
- field.field.user.user.field_profile_picture | |
- field.field.user.user.field_twitter | |
- field.field.user.user.field_website | |
- field.field.user.user.user_picture | |
module: | |
- image | |
- link | |
- user | |
id: user.user.default | |
targetEntityType: user | |
bundle: user | |
mode: default | |
content: | |
field_bio: | |
weight: 6 | |
label: above | |
settings: { } | |
third_party_settings: { } | |
type: basic_string | |
field_facebook: | |
weight: 8 | |
label: above | |
settings: | |
trim_length: 80 | |
url_only: false | |
url_plain: false | |
rel: '' | |
target: '' | |
third_party_settings: { } | |
type: link | |
field_full_name: | |
weight: 11 | |
label: above | |
settings: | |
link_to_entity: false | |
third_party_settings: { } | |
type: string | |
field_google_: | |
weight: 9 | |
label: above | |
settings: | |
trim_length: 80 | |
url_only: false | |
url_plain: false | |
rel: '' | |
target: '' | |
third_party_settings: { } | |
type: link | |
field_profile_picture: | |
weight: 12 | |
label: above | |
settings: | |
image_style: '' | |
image_link: '' | |
third_party_settings: { } | |
type: image | |
field_twitter: | |
weight: 7 | |
label: above | |
settings: | |
trim_length: 80 | |
url_only: false | |
url_plain: false | |
rel: '' | |
target: '' | |
third_party_settings: { } | |
type: link | |
field_website: | |
weight: 10 | |
label: above | |
settings: | |
trim_length: 80 | |
url_only: false | |
url_plain: false | |
rel: '' | |
target: '' | |
third_party_settings: { } | |
type: link | |
member_for: | |
weight: 5 | |
settings: { } | |
third_party_settings: { } | |
user_picture: | |
type: image | |
weight: 0 | |
settings: | |
image_style: '' | |
image_link: content | |
third_party_settings: { } | |
label: hidden | |
hidden: { } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment