interface
interface copied to clipboard
Define your own management UI with high-level React.js components and it automatically connects via GraphQL API.
depends on https://github.com/contember/engine/issues/257
Currently `SlugField` component can't accept number from `derivedFrom` prop.
Currently when you deploy new version of administration and people are working there and do not close window/refresh, they can be running on an old version of administration and miss...
Should be useful when we have `DiscriminatedBlocks` and use different set of fields in each block and we want to unset fields or relations not used in the block and...
I have following schema: ```ts export class Article { // [...] publishedAt = def.dateTimeColumn() // [...] } ``` Admin definition: ```tsx ``` ## Current behaviour When editing entity which has...
This change is [](https://reviewable.io/reviews/contember/admin/432)
This change removes HTML `` and replaces it with `react-select` to unify UX. - Depends on https://github.com/contember/admin/pull/429 This change is [](https://reviewable.io/reviews/contember/admin/425)
This change is [](https://reviewable.io/reviews/contember/admin/423)
so some hooks like useState or useMemo can be used in a Component