Skip to content

Commit

Permalink
Task Drupalcat#32 Exported page CT fields, form and display settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamara committed Mar 28, 2015
1 parent 1a8fde6 commit 546323c
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
uuid: 54b7a11a-a7a8-4d11-b900-b0c63282aba5
langcode: ca
status: true
dependencies:
config:
- field.field.node.page.body
- node.type.page
module:
- text
id: node.page.default
targetEntityType: node
bundle: page
mode: default
content:
title:
type: string_textfield
weight: 0
settings:
size: 60
placeholder: ''
third_party_settings: { }
langcode:
type: language_select
weight: 1
settings: { }
third_party_settings: { }
body:
type: text_textarea_with_summary
weight: 2
settings:
rows: 9
summary_rows: 3
placeholder: ''
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 3
settings:
match_operator: CONTAINS
size: 60
placeholder: ''
third_party_settings: { }
created:
type: datetime_timestamp
weight: 4
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 5
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 6
settings:
display_label: true
third_party_settings: { }
hidden: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
uuid: fcd2b232-5d6a-4f8c-8419-253ff931a4b2
langcode: ca
status: true
dependencies:
config:
- field.field.node.page.body
- node.type.page
module:
- text
- user
id: node.page.default
targetEntityType: node
bundle: page
mode: default
content:
body:
type: text_default
weight: 0
settings: { }
third_party_settings: { }
label: hidden
links:
weight: 1
settings: { }
third_party_settings: { }
hidden:
langcode: true
22 changes: 22 additions & 0 deletions drupalcat/config/install/field.field.node.page.body.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: d16ea9be-8352-4f82-8200-b011b9bb662a
langcode: ca
status: true
dependencies:
config:
- field.storage.node.body
- node.type.page
module:
- text
id: node.page.body
field_name: body
entity_type: node
bundle: page
label: Descripció
description: ''
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
display_summary: false
field_type: text_with_summary
1 change: 1 addition & 0 deletions drupalcat/config/install/field_ui.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
field_prefix: field_

0 comments on commit 546323c

Please sign in to comment.