Skip to content

Commit 75888d7

Browse files
committed
MAGEDOC-3450: Automate build/deploy operations
Testing partial builds # Conflicts: # docs/getting-started/introduction.md
1 parent 08871d9 commit 75888d7

File tree

4 files changed

+27
-47
lines changed

4 files changed

+27
-47
lines changed

docs/getting-started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ See [Install Page Builder](install-pagebuilder.md)
3737
* [Additional configurations](../configurations/additional-configurations.md)
3838
* [Panel configurations](../configurations/panel-configurations.md)
3939
* [Option menu configurations](../configurations/option-menu-configurations.md)
40-
* [Iconography](../configurations/iconography.md)
40+
* [Icons and images](../configurations/icons-and-images.md)
4141
* [Block chooser configuration](../configurations/block-chooser-configuration.md)
4242
* [Full-width page layout configuration](../configurations/full-width-page-layout-configuration.md)
4343
* [Responsive layout configuration](../configurations/responsive-layout-configuration.md)

docs/reference/events.md

Lines changed: 14 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,15 @@
1-
# Events {#events}
1+
# Page Builder Events {#events}
22

33
This document contains reference information for events dispatched in Page Builder.
44

5-
**Note:**
6-
*We are revising naming conventions for events, naming may change.*
7-
85
## Events list {#eventslist}
96

10-
- [`contentType:*` events](#contenttype-events)
11-
- [`contentType:createAfter`](#contenttypecreateafter)
12-
- [`contentType:mountAfter`](#contenttypemountafter)
13-
- [`contentType:dropAfter`](#contenttypedropafter)
14-
- [`contentType:mountAfter`](#contenttypemountafter)
15-
- [`contentType:renderAfter`](#contenttyperenderafter)
16-
- [`contentType:removeAfter`](#contenttyperemoveafter)
17-
- [`contentType:duplicateAfter`](#contenttypeduplicateafter)
18-
- [`contentType:moveBefore`](#contenttypemovebefore)
19-
- [`contentType:moveAfter`](#contenttypemoveafter)
20-
- [`contentType:redrawAfter`](#contenttyperedrawafter)
21-
- [Backend](#backend)
22-
- [Frontend](#frontend)
23-
- [`column:dragStart`](#columndragstart)
24-
- [`column:dragStop`](#columndragstop)
25-
- [`column:initializeAfter`](#columninitializeafter)
26-
- [`image:{{id}}:assignAfter`](#imageidassignafter)
27-
- [`image:mountAfter`](#imagemountafter)
28-
- [`image:uploadAfter`](#imageuploadafter)
29-
- [`stage:{{id}}:readyAfter`](#stageidreadyafter)
30-
- [`stage:interactionStart`](#stageinteractionstart)
31-
- [`stage:interactionStop`](#stageinteractionstop)
32-
- [`stage:{{id}}:toggleFullscreen`](#stageidtogglefullscreen)
33-
- [`previewData:updateAfter`](#previewdataupdateafter)
34-
- [`previewSortable:sortstart`](#previewsortablesortstart)
35-
- [`previewSortable:sortupdate`](#previewsortablesortupdate)
36-
- [`stage:error`](#stageerror)
37-
- [`stage:{{id}}:readyAfter`](#stageidreadyafter)
38-
- [`stage:{{id}}:masterFormatRenderAfter`](#stageidmasterformatrenderafter)
39-
- [`stage:updateAfter`](#stageupdateafter)
40-
- [`stage:childFocusStart`](#stagechildfocusstart)
41-
- [`stage:childFocusStop`](#stagechildfocusstop)
42-
- [`state`](#state)
43-
- [`{{config.name}}:{{id}}:updateAfter`](#confignameidupdateafter)
44-
- [`googleMaps:authFailure`](#googlemapsauthfailure)
7+
8+
9+
4510

4611
## `contentType:*` events
47-
All events starting with `contentType:` can also be called for specific content types by prefixing the content types name (`{{name}}:{{event}}`) like the following:
12+
Events starting with `contentType:` are triggered by every content type on the stage. can also be called for specific content types by prefixing the content types name (`{{name}}:{{event}}`) like the following:
4813
* `text:createAfter`
4914
* `row:mountAfter`
5015
* `tab-item:mountAfter`
@@ -337,7 +302,7 @@ Function
337302

338303
[Back to top]
339304

340-
### `stage:{{id}}:readyAfter`
305+
### `stage:{{preview.parent.stageId}}:readyAfter`
341306

342307
**Triggers**
343308

@@ -353,7 +318,7 @@ Function
353318

354319
[Back to top]
355320

356-
### `stage:{{id}}:renderAfter`
321+
### `stage:{{preview.parent.stageId}}:renderAfter`
357322

358323
**Triggers**
359324

@@ -382,6 +347,7 @@ Function
382347
**Params**
383348

384349
``` js
350+
385351
```
386352

387353
[Back to top]
@@ -400,11 +366,12 @@ Function
400366
**Params**
401367

402368
``` js
369+
403370
```
404371

405372
[Back to top]
406373

407-
### `stage:{{id}}:toggleFullscreen` {#stageidtogglefullscreen}
374+
### `stage:{{preview.parent.stageId}}:toggleFullscreen` {#stageidtogglefullscreen}
408375

409376
**Triggers**
410377

@@ -414,6 +381,7 @@ Function
414381
**Params**
415382

416383
``` js
384+
417385
```
418386

419387
[Back to top]
@@ -484,14 +452,14 @@ Error
484452

485453
[Back to top]
486454

487-
### `stage:{{id}}:readyAfter` {#stageidreadyafter}
455+
### `stage:{{preview.parent.stageId}}:readyAfter` {#stageidreadyafter}
488456

489457
**Triggers**
490458

491459
* `Stage::ready`
492460
* `stage instance`
493461

494-
### `stage:{{id}}:masterFormatRenderAfter` {#stageidmasterformatrenderafter}
462+
### `stage:{{preview.parent.stageId}}:masterFormatRenderAfter` {#stageidmasterformatrenderafter}
495463

496464
**Triggers**
497465

@@ -548,7 +516,7 @@ Error
548516

549517
[Back to top]
550518

551-
### `{{config.name}}:{{id}}:updateAfter` {#confignameidupdateafter}
519+
### `{{config.name}}:{{preview.parent.id}}:updateAfter` {#confignameidupdateafter}
552520

553521
**Triggers**
554522

docs/reference/knockout-bindings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ As part of the Page Builder application, we provide new Knockout bindings you ca
88
| -------------- | -------------------------------------------------------------- | ------------------------------------- |
99
| sortable | Enables sorting the children of a bound element. | \<div data-bind="sortable: {}"></div> |
1010
| draggable | Enables draggable functionality on DOM elements. | \<div data-bind="draggable: {}"></div> |
11+
| live-edit | Enables editing text directly from the Admin stage. | \<div data-bind="liveEdit: {}"></div> |
12+
| focus | Enables default focus on DOM elements. | \<div data-bind="hasFocusNoScroll: $parent.focusedSlide() === $index()"></div> |
1113

1214
### Sortable binding
1315

docs/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Here are the Page Builder beta release notes and the higher priority known issues. We are actively working on many of these items and will update this document with each beta release.
44

5+
## Beta 6 - February 4, 2019
6+
7+
- Resolved: Background attachments of "fixed" do not work in storefront on Android or iPhone mobile devices<!-- MC-5419 -->
8+
- Resolved: Minimum height issues with Columns <!-- MC-5405 -->
9+
- Resolved: Parallax fixed settings should work in admin and storefront <!-- MC-11066 -->
10+
- Resolved: Move data migration into its own module <!-- MC-5824 -->
11+
- Resolved: Changing row appearance with two rows on stage breaks admin <!-- MC-11821 -->
12+
- Resolved: Banner and Slider TinyMCE menus display inconsistently in admin <!-- MC-13691 -->
13+
- Improved: Test coverage for CMS Blocks and Catalog Product <!-- MC-3328, MC3329 -->
14+
515
## Beta 5 - January 28, 2019
616

717
- Resolved: Prefixed field names with section name to avoid field name collision <!-- MC-5232 -->

0 commit comments

Comments
 (0)