Skip to content

Commit

Permalink
Merge pull request #190 from joshuataylor/commerce-store-schema
Browse files Browse the repository at this point in the history
The schema that will be needed for PR187
  • Loading branch information
bojanz committed Apr 27, 2015
2 parents 9b130ef + 6715f96 commit 8918073
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/store/config/install/commerce_store.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
default_store: ''
8 changes: 8 additions & 0 deletions modules/store/config/schema/commerce_store.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ commerce_store.commerce_store_type.*:
description:
type: text
label: 'Description'

commerce_store.settings:
type: config_object
label: 'Commerce Store settings'
mapping:
default_store:
type: string
label: 'Default store UUID'

0 comments on commit 8918073

Please sign in to comment.