Commit c85dab0
authored
Allow installing multiple themes via URL, as required by parent/child themes. (#2581)
## Motivation for the change, related issues
At present it isn't possible to install Child themes via the playground
through the URL without using a blueprint.
## Implementation details
Iterate over the theme parameter.
## Testing Instructions (or ideally a Blueprint)
Compare
http://127.0.0.1:5400/website-server/?theme=acai&theme=skincare-brand&url=wp-admin/themes.php
to
http://playground.wordpress.net/?theme=acai&theme=skincare-brand&url=wp-admin/themes.php1 parent ace3012 commit c85dab0
File tree
1 file changed
+15
-9
lines changed- packages/playground/website/src/lib/state/url
1 file changed
+15
-9
lines changedLines changed: 15 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
114 | 120 | | |
115 | 121 | | |
116 | 122 | | |
| |||
0 commit comments