[Gutenberg] UBE - Implement custom JS code #14683
Conversation
|
You can trigger an installable build for these changes by visiting CircleCI here. |
|
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
|
We're cutting the Thanks! |
45c6694 to
906737b
Compare
|
Hey there! I'm moving this to 15.8 because 15.7 has been cut. If you want this to make it to 15.7, please, feel free to ping me. |
eaf0a42 to
96bc2de
Compare
|
Updated with |
|
@etoledom just a headsup that I tried to create an App Center build and it failed, looks like it's due to the changing Podfile.lock. |
guarani
left a comment
There was a problem hiding this comment.
Approved via WordPress/gutenberg#24658 (review)
96bc2de to
b8b5b66
Compare
gb-mobile PR: wordpress-mobile/gutenberg-mobile#2561
gutenberg PR: WordPress/gutenberg#24658
This PR implements the changes from the previously mentioned PRs.
With these changes we are able to inject custom JS scripts to the Unsupported Block Editor. This is needed to do modifications related to WPCom, that are not allowed to do on gutenberg repo directly.
We inject
remove-nux.jsandextra-localstorage-entriesalready provided bygutenberg-mobile�. This will remove the WPCom NUX screen when a new user opens gutenberg for the first time.To test:
<!-- wp:file /-->PR submission checklist:
RELEASE-NOTES.txtif necessary.