-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#6] added readme and forgotten package.json
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Static | ||
|
||
The files in the static folder are used for rendrering specific fields. There are also pictures. | ||
|
||
## locales | ||
|
||
It's the translations for every language supported | ||
|
||
## attributes | ||
|
||
Gives the default type and values of each fields in the manager. | ||
It's formated in json like key : { type, default, etc} | ||
|
||
## definition | ||
|
||
This file must be completed, it is supposed to be formated the same way as _attributes_. key : markdown string. | ||
|
||
## tree | ||
|
||
Gives the imbrication of the tree for exemple the auth param tree |