diff --git a/package.json b/package.json index cacaf1f..2cc4d5a 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "i18next": "^23.10.1", "i18next-browser-languagedetector": "^7.2.1", "i18next-http-backend": "^2.5.0", + "markdown-to-jsx": "^7.4.7", "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^14.1.0", @@ -60,14 +61,14 @@ ] }, "devDependencies": { - "react-scripts": "5.0.1", "@types/redux-mock-store": "^1.0.6", "jest-environment-jsdom": "^29.7.0", "jest-preview": "^0.3.1", + "react-scripts": "5.0.1", "ts-jest": "^29.1.2", "ts-node": "^10.9.2" }, "overrides": { "got": "^12.1.0" } -} \ No newline at end of file +} diff --git a/src/static/readme.md b/src/static/readme.md new file mode 100644 index 0000000..a7370f3 --- /dev/null +++ b/src/static/readme.md @@ -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