-
Notifications
You must be signed in to change notification settings - Fork 683
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1897 from magento-obsessive-owls/PB-36
[PB][Docs] PB-36: Creating custom Page Builder components
- Loading branch information
Showing
62 changed files
with
1,306 additions
and
455 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
_site/ | ||
.sass-cache/ | ||
.jekyll-metadata | ||
.jekyll-cache | ||
|
||
node_modules | ||
src/builds | ||
|
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 |
---|---|---|
@@ -1,55 +1,77 @@ | ||
title: Page Builder | ||
entries: | ||
- label: Integration Overview | ||
url: /pagebuilder/overview/ | ||
|
||
- label: Create custom components | ||
url: /pagebuilder/creating-pb-components/ | ||
- label: Integration | ||
url: /pagebuilder/ | ||
|
||
- label: Page Builder components | ||
- label: Known limitations | ||
url: /pagebuilder/known-limitations/ | ||
|
||
- label: Creating custom components | ||
entries: | ||
- label: Row | ||
url: /pagebuilder/components/row/ | ||
- label: Overview | ||
url: /pagebuilder/custom-components/overview/ | ||
|
||
- label: Column | ||
url: /pagebuilder/components/column/ | ||
|
||
- label: Tabs | ||
url: /pagebuilder/components/tabs/ | ||
- label: Set up component | ||
url: /pagebuilder/custom-components/setup-component/ | ||
|
||
- label: Add aggregator | ||
url: /pagebuilder/custom-components/add-aggregator/ | ||
|
||
- label: Add stylesheet | ||
url: /pagebuilder/custom-components/add-stylesheet/ | ||
|
||
- label: Add component | ||
url: /pagebuilder/custom-components/add-component/ | ||
|
||
- label: Debugging tips | ||
url: /pagebuilder/custom-components/debugging/ | ||
|
||
- label: Utility functions | ||
url: /pagebuilder/utility-functions/ | ||
|
||
- label: Components | ||
entries: | ||
- label: Banner | ||
url: /pagebuilder/components/banner/ | ||
|
||
- label: Block | ||
url: /pagebuilder/components/block/ | ||
|
||
- label: Text | ||
url: /pagebuilder/components/text/ | ||
|
||
- label: Heading | ||
url: /pagebuilder/components/heading/ | ||
|
||
- label: Buttons | ||
url: /pagebuilder/components/buttons/ | ||
|
||
|
||
- label: Column | ||
url: /pagebuilder/components/column/ | ||
|
||
- label: Divider | ||
url: /pagebuilder/components/divider/ | ||
|
||
|
||
- label: Heading | ||
url: /pagebuilder/components/heading/ | ||
|
||
- label: HTML Code | ||
url: /pagebuilder/components/html/ | ||
|
||
- label: Image | ||
url: /pagebuilder/components/image/ | ||
|
||
- label: Video | ||
url: /pagebuilder/components/video/ | ||
|
||
- label: Banner | ||
url: /pagebuilder/components/banner/ | ||
|
||
- label: Slider | ||
url: /pagebuilder/components/slider/ | ||
|
||
|
||
- label: Map | ||
url: /pagebuilder/components/map/ | ||
|
||
- label: Block | ||
url: /pagebuilder/components/block/ | ||
|
||
|
||
- label: Products | ||
url: /pagebuilder/components/products/ | ||
|
||
|
||
- label: Row | ||
url: /pagebuilder/components/row/ | ||
|
||
- label: Slider | ||
url: /pagebuilder/components/slider/ | ||
|
||
- label: Tabs | ||
url: /pagebuilder/components/tabs/ | ||
|
||
- label: Text | ||
url: /pagebuilder/components/text/ | ||
|
||
- label: Video | ||
url: /pagebuilder/components/video/ |
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
10 changes: 10 additions & 0 deletions
10
pwa-devdocs/src/_drafts/pagebuilder/components/banner/index.md
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,10 @@ | ||
--- | ||
title: Banner | ||
--- | ||
|
||
<!-- | ||
The reference doc content is generated automatically from the source code. | ||
To update this section, update the doc blocks in the source code | ||
--> | ||
|
||
{% include auto-generated/venia-ui/lib/components/RichContent/PageBuilder/ContentTypes/Banner/banner.md %} |
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
11 changes: 11 additions & 0 deletions
11
pwa-devdocs/src/_drafts/pagebuilder/components/buttons/index.md
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 @@ | ||
--- | ||
title: Buttons | ||
--- | ||
|
||
<!-- | ||
The reference doc content is generated automatically from the source code. | ||
To update this section, update the doc blocks in the source code | ||
--> | ||
|
||
{% include auto-generated/venia-ui/lib/components/RichContent/PageBuilder/ContentTypes/Buttons/buttons.md %} | ||
{% include auto-generated/venia-ui/lib/components/RichContent/PageBuilder/ContentTypes/ButtonItem/buttonItem.md %} |
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
10 changes: 10 additions & 0 deletions
10
pwa-devdocs/src/_drafts/pagebuilder/components/divider/index.md
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,10 @@ | ||
--- | ||
title: Divider | ||
--- | ||
|
||
<!-- | ||
The reference doc content is generated automatically from the source code. | ||
To update this section, update the doc blocks in the source code | ||
--> | ||
|
||
{% include auto-generated/venia-ui/lib/components/RichContent/PageBuilder/ContentTypes/Divider/divider.md %} |
10 changes: 10 additions & 0 deletions
10
pwa-devdocs/src/_drafts/pagebuilder/components/heading/index.md
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,10 @@ | ||
--- | ||
title: Heading | ||
--- | ||
|
||
<!-- | ||
The reference doc content is generated automatically from the source code. | ||
To update this section, update the doc blocks in the source code | ||
--> | ||
|
||
{% include auto-generated/venia-ui/lib/components/RichContent/PageBuilder/ContentTypes/Heading/heading.md %} |
2 changes: 2 additions & 0 deletions
2
.../src/pagebuilder/components/html/index.md → ...afts/pagebuilder/components/html/index.md
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 |
---|---|---|
@@ -1,8 +1,10 @@ | ||
--- | ||
title: HTML Code | ||
--- | ||
|
||
<!-- | ||
The reference doc content is generated automatically from the source code. | ||
To update this section, update the doc blocks in the source code | ||
--> | ||
|
||
{% include auto-generated/venia-ui/lib/components/RichContent/PageBuilder/ContentTypes/Html/html.md %} |
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
10 changes: 10 additions & 0 deletions
10
pwa-devdocs/src/_drafts/pagebuilder/components/map/index.md
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,10 @@ | ||
--- | ||
title: Map | ||
--- | ||
|
||
<!-- | ||
The reference doc content is generated automatically from the source code. | ||
To update this section, update the doc blocks in the source code | ||
--> | ||
|
||
{% include auto-generated/venia-ui/lib/components/RichContent/PageBuilder/ContentTypes/Map/map.md %} |
10 changes: 10 additions & 0 deletions
10
pwa-devdocs/src/_drafts/pagebuilder/components/products/index.md
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,10 @@ | ||
--- | ||
title: Products | ||
--- | ||
|
||
<!-- | ||
The reference doc content is generated automatically from the source code. | ||
To update this section, update the doc blocks in the source code | ||
--> | ||
|
||
{% include auto-generated/venia-ui/lib/components/RichContent/PageBuilder/ContentTypes/Products/products.md %} |
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
pwa-devdocs/src/_drafts/pagebuilder/components/slider/index.md
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,10 @@ | ||
--- | ||
title: Slider | ||
--- | ||
|
||
<!-- | ||
The reference doc content is generated automatically from the source code. | ||
To update this section, update the doc blocks in the source code | ||
--> | ||
|
||
{% include auto-generated/venia-ui/lib/components/RichContent/PageBuilder/ContentTypes/Slider/slider.md %} |
11 changes: 11 additions & 0 deletions
11
pwa-devdocs/src/_drafts/pagebuilder/components/tabs/index.md
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 @@ | ||
--- | ||
title: Tabs | ||
--- | ||
|
||
<!-- | ||
The reference doc content is generated automatically from the source code. | ||
To update this section, update the doc blocks in the source code | ||
--> | ||
|
||
{% include auto-generated/venia-ui/lib/components/RichContent/PageBuilder/ContentTypes/Tabs/tabs.md %} | ||
{% include auto-generated/venia-ui/lib/components/RichContent/PageBuilder/ContentTypes/TabItem/tabItem.md %} |
10 changes: 10 additions & 0 deletions
10
pwa-devdocs/src/_drafts/pagebuilder/components/text/index.md
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,10 @@ | ||
--- | ||
title: Text | ||
--- | ||
|
||
<!-- | ||
The reference doc content is generated automatically from the source code. | ||
To update this section, update the doc blocks in the source code | ||
--> | ||
|
||
{% include auto-generated/venia-ui/lib/components/RichContent/PageBuilder/ContentTypes/Text/text.md %} |
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
1 change: 1 addition & 0 deletions
1
...s/pagebuilder/custom-components/add-aggregator/images/AddAggregatorOverview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.7 KB
...builder/custom-components/add-aggregator/images/AggregatorHTMLConsoleOutput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.8 KB
...ilder/custom-components/add-aggregator/images/AggregatorObjectConsoleOutput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.