1.1.0 • Published 10 months ago

directus-extension-okam v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

directus-extension-okam

See README.md for more details on each extension entries

endpoints

  • preview-endpoint : provides a /preview endpoint for the preview field in a collection

operations

  • okam-check-duplicate-slug : checks for duplicate slug within a single collection across the same language
  • okam-extract-keys : extracts collection/key properties from an object with keys or keys and returns an array of objects {collection, key}
  • okam-page-settings-path : generates an update object to update the path of an element with page_settings, based on the object's route.
  • okam-patch-page-settings : generates an update object to update the slugs of an element with page_settings. It generates a unique slug if there is any conflict.
  • okam-slugify-input : converts a title string to a slug identifier
  • okam-slugify-list : converts a list of object, each with 'from' property, into a list of slug identifiers. { from: 'Original Title', to: 'original-title' }

publish

npm login
npm run build
npm publish --dry-run
npm publish
1.1.0

10 months ago

1.0.10

11 months ago

1.0.9

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago