We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653935b commit 88491e0Copy full SHA for 88491e0
packages/post-type-note/index.js
@@ -21,7 +21,6 @@ export default class NotePostType {
21
name: this.options.name,
22
h: "entry",
23
fields: this.options.fields,
24
- requiredFields: ["content", "published"],
25
};
26
}
27
0 commit comments