Skip to content
Snippets Groups Projects
Commit 1326b46c authored by Igor Biki's avatar Igor Biki
Browse files

ISTWCMS-5409: Update to form displays.

parent 6cc95029
No related branches found
No related tags found
1 merge request!229ISTWCMS-5409: Removing host from drush command, and using path instead that...
...@@ -4,6 +4,7 @@ dependencies: ...@@ -4,6 +4,7 @@ dependencies:
config: config:
- taxonomy.vocabulary.uw_vocab_audience - taxonomy.vocabulary.uw_vocab_audience
module: module:
- scheduler
- text - text
id: taxonomy_term.uw_vocab_audience.default id: taxonomy_term.uw_vocab_audience.default
targetEntityType: taxonomy_term targetEntityType: taxonomy_term
...@@ -33,6 +34,12 @@ content: ...@@ -33,6 +34,12 @@ content:
size: 60 size: 60
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
status: status:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
...@@ -45,5 +52,11 @@ content: ...@@ -45,5 +52,11 @@ content:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
region: content region: content
unpublish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
hidden: hidden:
path: true path: true
...@@ -52,6 +52,7 @@ dependencies: ...@@ -52,6 +52,7 @@ dependencies:
- 'drupal:views' - 'drupal:views'
- 'metatag:metatag_extended_perms' - 'metatag:metatag_extended_perms'
- 'quick_node_clone:quick_node_clone' - 'quick_node_clone:quick_node_clone'
- 'scheduler:scheduler'
- 'simple_sitemap:simple_sitemap' - 'simple_sitemap:simple_sitemap'
- 'subpathauto:subpathauto' - 'subpathauto:subpathauto'
- 'uw_media:uw_media' - 'uw_media:uw_media'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment