Skip to content

Commit 55a4400

Browse files
authored
Update README.md
1 parent 1a11661 commit 55a4400

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Create content models in WP Admin.
44

5+
6+
57
### Development
68

79
* `npm install` to install the dependencies
@@ -12,3 +14,9 @@ Create content models in WP Admin.
1214
### Bundling
1315

1416
Run `npm run plugin-zip` to create a zip file of the plugin. It will automatically bundle the JavaScript files.
17+
18+
19+
### Usage Hints
20+
(This is temporary, helpful for internal testing)
21+
* If rich text area is needed in a data model, a group block can be added in the CPT-template and bound to `post_content` with the speical key `post_content`
22+
* <img width="818" alt="image" src="https://github.com/user-attachments/assets/d8bd60ea-858c-42fd-b4f6-7c2295115e08">

0 commit comments

Comments
 (0)