You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/site/docs/developers/06-apis/query-api/01-index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ You can go ahead and try it out. The Playground will automatically install the t
38
38
|`multisite`|`no`| Enables the WordPress multisite mode. Accepts `yes` or `no`. |
39
39
|`import-site`|| Imports site files and database from a ZIP file specified by a URL. |
40
40
|`import-wxr`|| Imports site content from a WXR file specified by a URL. It uses the WordPress Importer plugin, so the default admin user must be logged in. |
41
-
|`site-slug`|| Selects which site to load from browser storage. If the specified site does not exist, the user will be prompted to save a new site with the specified slug. |
41
+
|`site-slug`|| Selects which site to load from browser storage. If the specified site does not exist, Playground creates a new browser-saved site with the specified slug unless temporary storage is requested. |
42
+
|`storage`|| Controls whether the Playground is saved by default. Use `storage=temp` to create an unsaved temporary Playground that is reset when the page is refreshed or closed. |
42
43
|`language`|`en_US`| Sets the locale for the WordPress instance. This must be used in combination with `networking=yes` otherwise WordPress won't be able to download translations. |
43
44
|`core-pr`|| Installs a specific https://github.com/WordPress/wordpress-develop core PR. Accepts the PR number. For example, `core-pr=6883`. |
44
45
|`gutenberg-pr`|| Installs a specific https://github.com/WordPress/gutenberg PR. Accepts the PR number. For example, `gutenberg-pr=65337`. |
0 commit comments