From 99bb9239de7250aefcf42180cdc0d7a1241a89d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barthe=CC=81lemy=20de=20Mazenod?= Date: Wed, 24 Apr 2019 11:56:34 +0100 Subject: [PATCH] all objects page --- doc/objects.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/objects.md b/doc/objects.md index 9bdc9181..339e197c 100644 --- a/doc/objects.md +++ b/doc/objects.md @@ -18,8 +18,10 @@ This is the minimal structure of an object: - childrenAttrs {} - children {} -## Browse Object: +## Browse Objects: To access your Objects, go to the admin dashboard and then click on the _manage object_ link within the "Object" card. ![go-to-objects](https://user-images.githubusercontent.com/15313830/56653756-46bdb780-6686-11e9-98ba-18e382987e9c.png) + +Objects are sorted by type in different sections. This page offer a search bar that allow you query the objects by name. In the top-right corner, click the _add a new object_ button to create a new object. Fill a name, select a type and click _create_ to validate your creation. You will be redirected to the Object Edition page (document is here).