-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PLANET-6825: Page creation UI integration #882
Conversation
7c6d630
to
ea8f6d7
Compare
/unhold e9dfd7aa-d285-4e9a-8919-4db47e2fdc37
Test instance is ready 🚀🌑 pandora | admin | blocks report | CircleCI | composer-local.json ⌚ 2022.07.01 14:16:29 |
ea8f6d7
to
67e399f
Compare
/unhold 04ae2e20-7c3b-4976-be7f-7941d555d7de
67e399f
to
c67a001
Compare
/unhold c5cd9c8c-1079-4bd2-a95b-55b60237fae4
c67a001
to
1186e53
Compare
/unhold 759774bd-9180-4f47-a9fe-69f5cf352ba9
public static function get_config( $params = [] ): array { | ||
return [ | ||
'title' => __( 'Blank page', 'planet4-blocks-backend' ), | ||
'blockTypes' => [ 'core/post-content' ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add this config for adding it into the page creation popup.
- Create a "new blank" page as a pattern
1186e53
to
a1b855a
Compare
/unhold cd123ef7-d930-46b3-8e5b-48ba3103487c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
/unhold 0e20abde-e8af-47d2-ab8d-29c8fe9d320b
Ref: https://jira.greenpeace.org/browse/PLANET-6825
Create a new "blank page" pattern as a starting point.
Testing Instructions
Go to the sinope's instance and create a new page. Then, you'll be able to pick the desired pattern (for now only a the Blank page) when the page is empty.
More info about this feature