Skip to content

Commit

Permalink
[SDPA-904] Add event content type (#17)
Browse files Browse the repository at this point in the history
* Add taxonomy audidience config

* Add media type image config

* Add storage config for landing page show contact and news intro text

* Add storage config for field node primary site and taxonomy sites

* Add storage filed node site and taxonomy sites

* Update makefile to create app/screenshots folder to behat

* Remove configuration commited in wrong folder

* Move storage for field_paragraph_location from tide_landing_page

* Add storage for field field_landing_page_summary
  • Loading branch information
enzolutions authored Sep 19, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 61b4787 commit 0e8cad9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/install/field.storage.node.field_landing_page_summary.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
langcode: en
status: true
dependencies:
module:
- node
id: node.field_landing_page_summary
field_name: field_landing_page_summary
entity_type: node
type: string_long
settings:
case_sensitive: false
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

0 comments on commit 0e8cad9

Please sign in to comment.