Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions admin/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { AdminGuesser, ResourceGuesser } from "@api-platform/admin";
const App = () => (
<AdminGuesser
entrypoint={entrypoint}
mercure={mercure}
dataProvider={dataProvider}
authProvider={authProvider}>
<ResourceGuesser
Expand All @@ -39,6 +40,7 @@ export default App;
|-------------------|--------------------|----------------|----------|----------------------------------------------------------------------------------|
| dataProvider | object or function | - | yes | communicates with your API |
| schemaAnalyzer | object | schemaAnalyzer | yes | retrieves resource type according to [Schema.org](https://schema.org) vocabulary |
| mercure | object | `hub`: the URL to your mercure hub. `jwt`: a subscriber JWT to access your mercure hub. `topicUrl`: the topic URL of your resources. | no | configuration to communicates with a mercure endpoint |
| children | node or function | - | no | - |
| theme | object | theme | no | theme of your Admin App |
| includeDeprecated | boolean | true or false | no | displays or not deprecated resources |
Expand Down