From 509bc581caa297efd0946d97217070a54b9d5a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barthe=CC=81lemy=20de=20Mazenod?= Date: Wed, 24 Apr 2019 16:29:47 +0100 Subject: [PATCH] remove anotation marks --- doc/object-edit.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/doc/object-edit.md b/doc/object-edit.md index c4f20634..272ca098 100644 --- a/doc/object-edit.md +++ b/doc/object-edit.md @@ -7,24 +7,28 @@ ![object-edit-overview](https://user-images.githubusercontent.com/15313830/56667480-ceff8500-66a5-11e9-98c7-792d598f2394.png) ### Pin 1 -> - Link back to the "Objects" page ; -> - Editable name field, hit 'enter' or 'cmd + s' or click on the floppy-disk icon to save ; -> - Major dependencies visualisation, (where my object is used as a child), click the label to navigate to the dependence ; -> - External URL, this is an optional parameter, it's use to point at an other source of content or information needed by the object. We generaly use to point at a Git repository ; + +- Link back to the "Objects" page ; +- Editable name field, hit 'enter' or 'cmd + s' or click on the floppy-disk icon to save ; +- Major dependencies visualisation, (where my object is used as a child), click the label to navigate to the dependence ; +- External URL, this is an optional parameter, it's use to point at an other source of content or information needed by the object. We generaly use to point at a Git repository ; ### Pin 2 -> - Delete Button, Warning there, it will destroy your object! ; -> - Type of your Object (`organisation`, `campus`, `onboarding`, `cursus`, `quest`, `exercise`), save on select ; -> - Status of your Object (`draft`, `online`, `offline`), save on select ; -> - The first and last name of the original author ; + +- Delete Button, Warning there, it will destroy your object! ; +- Type of your Object (`organisation`, `campus`, `onboarding`, `cursus`, `quest`, `exercise`), save on select ; +- Status of your Object (`draft`, `online`, `offline`), save on select ; +- The first and last name of the original author ; ### Pin 3 -> - Object Attribute edition area, manage all the attributes relative to this Object. These attributes will be exposed to its relationship ; + +- Object Attribute edition area, manage all the attributes relative to this Object. These attributes will be exposed to its relationship ; ### Pin 4 -> - Object Children edition area ; -> - Children Attributes edition area, these attributes impact and overload all the following children. Works the same way as standard attributes ; -> - Add a child, allows to add a child to the children list, more information here -> [Object Child creation](https://github.com/01-edu/public/blob/master/doc/object-child-creation.md) ; -> - Children List, allows you to reorganise, delete and edit child. Each child can be overload with its own attributes, the edition works the same way as the original attributes ; + +- Object Children edition area ; +- Children Attributes edition area, these attributes impact and overload all the following children. Works the same way as standard attributes ; +- Add a child, allows to add a child to the children list, more information here -> [Object Child creation](https://github.com/01-edu/public/blob/master/doc/object-child-creation.md) ; +- Children List, allows you to reorganise, delete and edit child. Each child can be overload with its own attributes, the edition works the same way as the original attributes ; More informations about attribute overload system [here] ((https://github.com/01-edu/public/blob/master/doc/object-attribute-overload-system.md)