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

Commit

Permalink
SDPA-2742-remove-scheduled_updates-configs (#11)
Browse files Browse the repository at this point in the history
Build failing as it is referencing a version of `tide_test` configuration that doesn't exist in a released version yet.
  • Loading branch information
vincent-gao authored and anthony-malkoun committed Aug 7, 2019
1 parent 1e7f536 commit e0b3c29
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 104 deletions.
28 changes: 0 additions & 28 deletions config/install/core.entity_form_display.node.test.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ dependencies:
- field.field.node.test.field_test_link
- field.field.node.test.field_test_reference
- field.field.node.test.field_topic
- field.field.node.test.scheduled_archiving
- field.field.node.test.scheduled_publishing
- node.type.test
module:
- content_moderation
Expand Down Expand Up @@ -136,32 +134,6 @@ content:
weight: 15
region: content
third_party_settings: { }
scheduled_archiving:
type: inline_entity_form_complex
weight: 19
settings:
override_labels: true
label_singular: 'Scheduled Archiving'
label_plural: 'Scheduled Archivings'
allow_new: true
match_operator: CONTAINS
allow_existing: false
form_mode: default
third_party_settings: { }
region: content
scheduled_publishing:
type: inline_entity_form_complex
weight: 18
settings:
override_labels: true
label_singular: 'Scheduled Publishing'
label_plural: 'Scheduled Publishings'
allow_new: true
match_operator: CONTAINS
allow_existing: false
form_mode: default
third_party_settings: { }
region: content
status:
type: boolean_checkbox
settings:
Expand Down
23 changes: 0 additions & 23 deletions config/install/field.field.node.test.scheduled_archiving.yml

This file was deleted.

23 changes: 0 additions & 23 deletions config/install/field.field.node.test.scheduled_publishing.yml

This file was deleted.

28 changes: 0 additions & 28 deletions config/optional/core.entity_form_display.node.test.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ dependencies:
- field.field.node.test.field_test_media
- field.field.node.test.field_test_reference
- field.field.node.test.field_topic
- field.field.node.test.scheduled_archiving
- field.field.node.test.scheduled_publishing
- node.type.test
module:
- content_moderation
Expand Down Expand Up @@ -123,32 +121,6 @@ content:
weight: 15
region: content
third_party_settings: { }
scheduled_archiving:
type: inline_entity_form_complex
weight: 19
settings:
override_labels: true
label_singular: 'Scheduled Archiving'
label_plural: 'Scheduled Archivings'
allow_new: true
match_operator: CONTAINS
allow_existing: false
form_mode: default
third_party_settings: { }
region: content
scheduled_publishing:
type: inline_entity_form_complex
weight: 18
settings:
override_labels: true
label_singular: 'Scheduled Publishing'
label_plural: 'Scheduled Publishings'
allow_new: true
match_operator: CONTAINS
allow_existing: false
form_mode: default
third_party_settings: { }
region: content
status:
type: boolean_checkbox
settings:
Expand Down
2 changes: 0 additions & 2 deletions tide_test.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ config_devel:
- field.storage.node.field_test_link
- field.storage.node.field_test_reference
- simple_sitemap.bundle_settings.node.test
- field.field.node.test.scheduled_archiving
- field.field.node.test.scheduled_publishing
optional:
- media.type.testmedia
- field.field.media.testmedia.field_media_file_test
Expand Down

0 comments on commit e0b3c29

Please sign in to comment.