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: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Create content models in WP Admin.
4
4
5
+
6
+
5
7
### Development
6
8
7
9
*`npm install` to install the dependencies
@@ -12,3 +14,9 @@ Create content models in WP Admin.
12
14
### Bundling
13
15
14
16
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`
0 commit comments