Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Test PR with new tab on layout #10

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions data/db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,17 @@ blocks:
type: paragraph
type: doc
id: 6-qXFUJ0eH
6DYmRbbcZv:
blockType: pattern-variations
data:
demoId: ''
excludePropValue: ''
includePropValue: ''
patternId: layout
templateId: ''
variationId: ''
id: 6DYmRbbcZv
size: null
6eHTQ_DA5d:
blockType: text-editor
data:
Expand Down Expand Up @@ -1894,6 +1905,18 @@ blocks:
type: heading
type: doc
id: DRNLXHrlPG
DV3f3cUshu:
blockType: text-editor
data:
content:
content:
- content:
- text: "Hey! Layouts are hard.\_"
type: text
type: paragraph
type: doc
id: DV3f3cUshu
size: null
DZDCl_8hOO:
blockType: text-editor
data:
Expand Down Expand Up @@ -3966,6 +3989,14 @@ blocks:
type: doc
id: ctwMU8NUmw
size: null
dLxcPcvhZq:
blockType: component-spec-block
data:
collapsible: false
patternId: layout
templateId: react
id: dLxcPcvhZq
size: null
dWwXgDQUjj:
blockType: divider-block
id: dWwXgDQUjj
Expand Down
2 changes: 1 addition & 1 deletion data/knapsack.custom-page.homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ settings:
size: full
textColorTitle:
type: design-token
tokenName: color.base.red
tokenName: color.base.blue
backgroundImage: >-
https://knapsack.imgix.net/site/workshop-demo/insurance-concept-with-icons-for-car-home-medical-insurance-68afjwupqb.jpg
textColorDescription:
Expand Down
11 changes: 10 additions & 1 deletion data/knapsack.pattern.layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,29 @@
{
"id": "react",
"type": "template"
},
{
"id": "8hMllLUfBj",
"type": "subPage"
}
],
"title": "Layout",
"statuses": {
"twig": "needs-dev",
"react": "ready",
"design": "ready",
"web-components": "needs-dev"
"web-components": "ready"
},
"subPages": [
{
"id": "Figma",
"title": "Figma",
"blockIds": ["YEkgV9IhxW", "kKTr9MvIOY"]
},
{
"id": "8hMllLUfBj",
"title": "Layout Test",
"blockIds": ["DV3f3cUshu", "dLxcPcvhZq"]
}
],
"templates": [
Expand Down
Loading