Skip to content

Commit

Permalink
Merge pull request #59 from NeuBIAS/Adding-worflows-step-description
Browse files Browse the repository at this point in the history
Taggathon luxemburg (#58)
  • Loading branch information
PerrineGilloteaux committed Feb 3, 2019
2 parents 8d73ab8 + ce1d26f commit 27942de
Show file tree
Hide file tree
Showing 28 changed files with 1,563 additions and 1,565 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -52,6 +52,7 @@
"drupal/httpbl": "1.x-dev",
"drupal/markdown": "^1.2",
"drupal/menu_token": "^1.0",
"drupal/paragraphs": "^1.5",
"drupal/pathauto": "^1.1",
"drupal/popular_tags": "^1.0@alpha",
"drupal/recaptcha": "^2.3",
Expand Down
142 changes: 140 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -18,6 +18,6 @@ settings:
id: 'views_exposed_filter_block:testsearch-page_1'
label: ''
provider: views
label_display: '0'
label_display: visible
views_label: ''
visibility: { }
14 changes: 14 additions & 0 deletions config/sync/core.entity_form_display.node.software.default.yml
Expand Up @@ -30,13 +30,15 @@ dependencies:
- field.field.node.software.field_platform
- field.field.node.software.field_supported_image_dimension
- field.field.node.software.field_type
- field.field.node.software.field_workflow_steps
- image.style.thumbnail
- node.type.software
module:
- comment
- field_group
- image
- link
- paragraphs
- text
third_party_settings:
field_group:
Expand Down Expand Up @@ -334,6 +336,18 @@ content:
third_party_settings: { }
type: options_buttons
region: content
field_workflow_steps:
type: entity_reference_paragraphs
weight: 37
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: open
add_mode: dropdown
form_display_mode: default
default_paragraph_type: ''
third_party_settings: { }
region: content
status:
type: boolean_checkbox
settings:
Expand Down
@@ -0,0 +1,44 @@
uuid: bdc0c17d-a05a-4377-b389-a11e9f831c9b
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.workflow_step.field_current_workflow_step_
- field.field.paragraph.workflow_step.field_previous_workflow_step
- field.field.paragraph.workflow_step.field_title_of_the_setp
- paragraphs.paragraphs_type.workflow_step
id: paragraph.workflow_step.default
targetEntityType: paragraph
bundle: workflow_step
mode: default
content:
field_current_workflow_step_:
weight: 1
settings:
match_operator: CONTAINS
size: 60
placeholder: ''
third_party_settings: { }
type: entity_reference_autocomplete
region: content
field_previous_workflow_step:
weight: 2
settings:
match_operator: CONTAINS
size: 60
placeholder: ''
third_party_settings: { }
type: entity_reference_autocomplete
region: content
field_title_of_the_setp:
weight: 0
settings:
size: 60
placeholder: ''
third_party_settings: { }
type: string_textfield
region: content
hidden:
created: true
status: true
uid: true

0 comments on commit 27942de

Please sign in to comment.