-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/release' into SLB-287-background…
…-image-cards # Conflicts: # packages/ui/src/components/Organisms/PageDisplay.tsx # packages/ui/src/components/Organisms/PageHero.tsx # packages/ui/src/components/Routes/Page.stories.tsx
- Loading branch information
Showing
86 changed files
with
2,511 additions
and
549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ jobs: | |
with: | ||
type: now | ||
target_branch: stage | ||
github_token: ${{ github.token }} | ||
github_token: ${{ github.token }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,9 @@ jobs: | |
steps: | ||
- name: Init check | ||
if: ${{ github.repository != 'AmazeeLabs/silverback-template'}} | ||
run: echo 'Please run the INIT script. See the root README.md for instructions.' && false | ||
run: | ||
echo 'Please run the INIT script. See the root README.md for | ||
instructions.' && false | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
@@ -19,6 +21,9 @@ jobs: | |
- name: Setup | ||
uses: ./.github/actions/setup | ||
|
||
- name: Check formatting | ||
run: pnpm test:format | ||
|
||
- name: TurboRepo local server | ||
uses: felixmosh/turborepo-gh-artifacts@v2 | ||
with: | ||
|
@@ -59,6 +64,8 @@ jobs: | |
storybookBaseDir: packages/ui | ||
onlyChanged: true | ||
exitOnceUploaded: true | ||
externals: | | ||
static/stories/webforms/** | ||
if: ${{ steps.chromatic-check.outputs.available == 'true' }} | ||
|
||
- name: Deploy storybook to netlify | ||
|
@@ -75,7 +82,9 @@ jobs: | |
|
||
- name: Merge release to prod (silverback-template only) | ||
uses: devmasx/[email protected] | ||
if: ${{ github.repository == 'AmazeeLabs/silverback-template' && github.ref == 'refs/heads/release'}} | ||
if: | ||
${{ github.repository == 'AmazeeLabs/silverback-template' && | ||
github.ref == 'refs/heads/release'}} | ||
with: | ||
type: now | ||
from_branch: release | ||
|
@@ -84,7 +93,9 @@ jobs: | |
|
||
docker_build: | ||
name: Docker Build | ||
if: startsWith(github.ref_name, 'test-all/') || startsWith(github.head_ref, 'test-all/') | ||
if: | ||
startsWith(github.ref_name, 'test-all/') || startsWith(github.head_ref, | ||
'test-all/') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ apps | |
packages | ||
tests | ||
.turbo | ||
pnpm-lock.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
config/sync | ||
composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 103 additions & 0 deletions
103
apps/cms/config/sync/core.entity_form_display.node.page.split.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
uuid: a39d0011-2ebf-4b18-a9f0-8b5aeff5b9aa | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- core.entity_form_mode.node.split | ||
- field.field.node.page.body | ||
- field.field.node.page.field_metatags | ||
- node.type.page | ||
- workflows.workflow.basic | ||
module: | ||
- content_moderation | ||
- metatag | ||
- path | ||
id: node.page.split | ||
targetEntityType: node | ||
bundle: page | ||
mode: split | ||
content: | ||
created: | ||
type: datetime_timestamp | ||
weight: 3 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
field_metatags: | ||
type: metatag_firehose | ||
weight: 11 | ||
region: content | ||
settings: | ||
sidebar: true | ||
use_details: true | ||
third_party_settings: { } | ||
langcode: | ||
type: language_select | ||
weight: 1 | ||
region: content | ||
settings: | ||
include_locked: true | ||
third_party_settings: { } | ||
moderation_state: | ||
type: moderation_state_default | ||
weight: 9 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
path: | ||
type: path | ||
weight: 7 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
promote: | ||
type: boolean_checkbox | ||
weight: 5 | ||
region: content | ||
settings: | ||
display_label: true | ||
third_party_settings: { } | ||
status: | ||
type: boolean_checkbox | ||
weight: 10 | ||
region: content | ||
settings: | ||
display_label: true | ||
third_party_settings: { } | ||
sticky: | ||
type: boolean_checkbox | ||
weight: 6 | ||
region: content | ||
settings: | ||
display_label: true | ||
third_party_settings: { } | ||
title: | ||
type: string_textfield | ||
weight: 0 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
translation: | ||
weight: 4 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
uid: | ||
type: entity_reference_autocomplete | ||
weight: 2 | ||
region: content | ||
settings: | ||
match_operator: CONTAINS | ||
match_limit: 10 | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
url_redirects: | ||
weight: 8 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
hidden: | ||
body: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
uuid: 5f26940d-fd06-41e0-8e59-9dfcdc9c86df | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- node | ||
id: node.split | ||
label: Split | ||
description: '' | ||
targetEntityType: node | ||
cache: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.