* feat: adds preferences to rest api and graphql * feat: admin panel saves user preferences on locales * feat: admin panel saves user column preferences for collection lists * feat: adds new id field to blocks and array items * feat: exposes new DocumentInfo context and usePreferences hooks to admin panel * docs: preferences api documentation and useage details Co-authored-by: James <james@trbl.design>
2 lines
81 B
TypeScript
2 lines
81 B
TypeScript
export { usePreferences } from '../dist/admin/components/utilities/Preferences';
|