Skip to content

Commit bc360b0

Browse files
Add instructions on testing locally with Studio (#125)
1 parent 82e1c2f commit bc360b0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

GETSTARTED.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Start leveraging the latest WordPress core features with WordPress.com’s exper
44

55
Create custom post types and custom fields directly in the Block Editor, and then export your data model and data entry UI as a standalone, maintenance-free plugin. Everything you build is using core WordPress functionality, so you can run the future-proof plugin or you can use filters and hooks to extend and adapt your data model.
66

7-
To get started with the Create Content Model plugin, [download the latest release](https://github.com/Automattic/create-content-model/releases/latest/download/create-content-model.zip) or [launch our WordPress Playground Blueprint](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/Automattic/create-content-model/trunk/blueprint.json).
7+
To get started with the Create Content Model plugin, [download the latest release](https://github.com/Automattic/create-content-model/releases/latest/download/create-content-model.zip), [launch our WordPress Playground Blueprint](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/Automattic/create-content-model/trunk/blueprint.json), or [test locally with Studio](#test-locally-with-studio).
88

99
https://github.com/user-attachments/assets/09b449f0-4398-4037-ba07-820c76407d7d
1010

@@ -91,6 +91,10 @@ Create Content Model is a development tool, but it’s not required to run on yo
9191
3. Install your data model plugin on a new site (or deactivate the main plugin on the current site and import the new plugin). Remember to upload it as the .zip file.
9292
4. Optionally, add version control for your own content model plugin to track changes and deploy your plugin across multiple sites.
9393

94-
95-
94+
## Test locally with Studio
9695

96+
1. Download [Studio](https://developer.wordpress.com/studio/)
97+
2. Add Site
98+
3. Open WP admin
99+
4. Download latest plugin release
100+
5. Install plugin

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ WordPress.com’s experimental Create Content Model plugin transforms the way cu
66

77
[![Try in WordPress Playground](https://img.shields.io/badge/Try%20in%20WordPress%20Playground-blue?style=for-the-badge)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/Automattic/create-content-model/trunk/blueprint.json)
88

9+
You can also test out the plugin locally with [Studio](https://developer.wordpress.com/studio/)! Check out the [Get Started](/GETSTARTED.md) guide for details.
10+
911
[[video]]
1012

1113
## Getting Started

0 commit comments

Comments
 (0)