gawati / gawati-editor-ui

Gawati Client
GNU Affero General Public License v3.0
0 stars 0 forks source link

docTypes and aknDocTypes config #29

Closed kohsah closed 6 years ago

kohsah commented 6 years ago

Currently this configuration is duplicated across the editor-ui and editor-fe.

It needs to be retrieved from the editor-fe by the editor-ui.

Editor-ui currently:

Editor-fe currently:

To Fix:

move aknDocTypes.json into editor-fe (i.e. rename editor-fe docTypes.json to aknDocTypes.json and delete aknDocTypes.json from editor-ui)

move docTypes.json out of editor-ui into editor-fe

Make editor-ui retrieve aknDocTypes.json and docTypes.json from the editor-fe server