@@ -94,6 +94,44 @@ The conception of costum based on of communecter's parameters is a basic version
| scopes | _object_ with entry cities or zones to be focus on specific geographical area |
<br/>
# generic COstum (templates)
Imagine having created a costum (templateSlug)
and you want to reuse exactly the same in a different context
This is possible with *generic costums* with a parent element(elementSlug)
we can then use specific things from the parent element
The process means reusing a costum json file by many elements(organization, project, event ...) while using a costum attribute in the element's data map.
on any element data, minimum :
```
_id : "xxxxxelementID",
slug : "elementSlug",
costum : {
//this is the parent costum , that can be overloaded
slug : "templateSlug"
}
```
all attributes inside this costum attribute will be identical to the parent