Skip to content

Commit

Permalink
Merge branch 'release/6.3.22'
Browse files Browse the repository at this point in the history
  • Loading branch information
artistro08 committed Mar 29, 2023
2 parents 5c7a3a3 + e734c01 commit 6823134
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions seeds/blueprints/content/blog/author.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: entry
name: Post Authors
drafts: false
multisite: sync
pagefinder: item

navigation:
parent: Blog\Posts
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/content/blog/category.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ handle: Blog\Categories
name: Post Categories
drafts: false
multisite: sync
pagefinder: false

structure:
maxDepth: 1
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/content/blog/post.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: stream
name: Posts
drafts: true
multisite: sync
pagefinder: item

primaryNavigation:
label: Blog
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/content/events/event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: structure
name: Events
drafts: true
multisite: sync
pagefinder: item

structure:
maxDepth: 0
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/content/icons/icons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: stream
name: Icons
drafts: false
multisite: sync
pagefinder: false

primaryNavigation:
label: Icons
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/content/menu/main_menu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: structure
name: Main Menu
drafts: false
multisite: sync
pagefinder: false

navigation:
icon: icon-list
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/content/menu/secondary_menu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: structure
name: Secondary Menu
drafts: false
multisite: sync
pagefinder: false


navigation:
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/content/menu/social_menu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: structure
name: Social Menu
drafts: false
multisite: sync
pagefinder: false


navigation:
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/content/page/page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: structure
name: Pages
drafts: true
multisite: sync
pagefinder: item

primaryNavigation:
label: Pages & Menus
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/content/shop/categories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: structure
name: Product Categories
drafts: false
multisite: sync
pagefinder: false

navigation:
icon: icon-th
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/content/shop/orders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ handle: Content\Orders
type: stream
name: Orders
drafts: false
pagefinder: false

navigation:
icon: icon-shopping-bag
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/content/shop/products.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: structure
name: Products
drafts: true
multisite: sync
pagefinder: item

structure:
maxDepth: 0
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/content/shop/properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ handle: Content\Product\Properties
type: structure
name: Product Properties
multisite: sync
pagefinder: false

navigation:
icon: icon-tags
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/forms/forms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: stream
name: Forms
drafts: false
multisite: sync
pagefinder: false

primaryNavigation:
label: Forms
Expand Down
1 change: 1 addition & 0 deletions seeds/blueprints/forms/submissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: stream
name: Submissions
drafts: false
multisite: false
pagefinder: false

navigation:
icon: icon-inbox
Expand Down
3 changes: 2 additions & 1 deletion version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ v6.3.16: Added backgrounds to sections. Added advanced content to columns
v6.3.17: Added card styling to columns
v6.3.19: Fix locale being stuck in url if there is more than one site.
v6.3.20: fix issue where navbar container style isn't set.
v6.3.21: Added extra sitemap options for tailor entries.
v6.3.21: Added extra sitemap options for tailor entries.
v6.3.22: Setup pagefinder to only use front facing page types. Requires October CMS v3.3.3

0 comments on commit 6823134

Please sign in to comment.