Skip to content

Commit 239776e

Browse files
committed
MAGETWO-90441: Allow inline editing of Heading from stage
- add annotation
1 parent e603c23 commit 239776e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/toolbar-options.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/toolbar-options.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ export class ToolbarOptions {
2323
this.options(options);
2424
}
2525

26+
/**
27+
* Toolbar template
28+
*
29+
* @returns {string}
30+
*/
2631
get template(): string {
2732
return "Magento_PageBuilder/content-type/toolbar";
2833
}

0 commit comments

Comments
 (0)