Opened 6 years ago
Closed 6 years ago
#45110 closed task (blessed) (fixed)
Integrate client-side asset loading for the new editor
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | fixed-5.0 |
Focuses: | Cc: |
Description
The code registering the client-side assets for the new editor currently exists in Gutenberg. This code should be in WordPress Core.
Change History (10)
#2
@
6 years ago
- Summary changed from Integrate client-side assets for the new editor to Integrate client-side asset loading for the new editor
Thanks, @youknowriad. I think you are referencing #45065 (related). I was not sure if all the code had made it over from client-assets.php
, so wanted to open this to be sure. I updated the ticket title to reflect that this should ensure all of the PHP related code is merged. If everything is completed, then feel free to resolve this one as a duplicate.
#3
@
6 years ago
yes, that's the ticket I was referring too. Thanks for the link.
I think all the registrations did move but there's still value in keeping this ticket open maybe as it mirrors the "client-assets.php" file which includes other functions in addition to the registration. I know that it's the file where the bootstrapping happens but not sure if there's anything else.
No harm in keeping this open then to ensure everything is moved at the end.
Actually, this has already been moved to Core (scripts and styles registration), what's remaining is the function bootstraping the editor which I guess is the last thing we'll merge.