@dyrected/knowledge 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,46 @@
1
+ {
2
+ "add draft and publish states": "editorial-publishing-workflow",
3
+ "add image uploads to my project": "upload-collection",
4
+ "add role based access": "role-based-access",
5
+ "add row level access": "owner-scoped-access",
6
+ "automatically generate a slug": "auto-slug",
7
+ "build a page builder": "page-builder-blocks",
8
+ "change a field name without losing data": "safe-field-rename",
9
+ "connect posts to authors": "relationship-and-reverse-join",
10
+ "create a cascading dropdown": "dependent-dropdown",
11
+ "create a media library": "upload-collection",
12
+ "create a reverse relationship": "relationship-and-reverse-join",
13
+ "create an editorial workflow": "editorial-publishing-workflow",
14
+ "create friendly urls from titles": "auto-slug",
15
+ "create reusable content blocks": "page-builder-blocks",
16
+ "hide irrelevant form fields": "conditional-admin-field",
17
+ "keep a slug synchronized with a title": "auto-slug",
18
+ "keep old documents working after a rename": "safe-field-rename",
19
+ "let editors arrange page sections": "page-builder-blocks",
20
+ "let editors submit content for approval": "editorial-publishing-workflow",
21
+ "let editors upload images": "upload-collection",
22
+ "make content publicly readable": "role-based-access",
23
+ "make one dropdown depend on another": "dependent-dropdown",
24
+ "make sure an end date is after the start date": "cross-field-validation",
25
+ "make the admin form react to another field": "conditional-admin-field",
26
+ "make the url follow the title": "auto-slug",
27
+ "migrate an existing schema": "safe-field-rename",
28
+ "model flexible landing pages": "page-builder-blocks",
29
+ "model one-to-many content": "relationship-and-reverse-join",
30
+ "only editors can update content": "role-based-access",
31
+ "prevent users reading another user's data": "owner-scoped-access",
32
+ "reject invalid form submissions": "cross-field-validation",
33
+ "rename a field safely": "safe-field-rename",
34
+ "require review before publishing": "editorial-publishing-workflow",
35
+ "restrict deletion to admins": "role-based-access",
36
+ "scope documents by owner": "owner-scoped-access",
37
+ "show a field conditionally": "conditional-admin-field",
38
+ "show discount only with a coupon": "conditional-admin-field",
39
+ "show every post written by a user": "relationship-and-reverse-join",
40
+ "show states based on the selected country": "dependent-dropdown",
41
+ "store uploaded files": "upload-collection",
42
+ "update select options while editing": "dependent-dropdown",
43
+ "users should only see their own records": "owner-scoped-access",
44
+ "validate fields before saving": "cross-field-validation",
45
+ "validate multiple fields together": "cross-field-validation"
46
+ }