Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New naming scheme and API for integration modules #34

Open
marcelklehr opened this issue Sep 28, 2016 · 1 comment
Open

New naming scheme and API for integration modules #34

marcelklehr opened this issue Sep 28, 2016 · 1 comment
Milestone

Comments

@marcelklehr
Copy link
Member

marcelklehr commented Sep 28, 2016

  • Editor bindings: gulf-editor-*, eg. gulf-editor-contenteditable
    • API: DummyDocument = require('gulf-editor-dummy'); editableDoc = new DummyDocument({editorInstance, ...}); editableDoc.close()
  • Storage adapter: gulf-backend-*, eg. gulf-backend-mongodb
@marcelklehr marcelklehr added this to the 5.x milestone Sep 28, 2016
@marcelklehr marcelklehr changed the title New naming scheme for integration modules New naming scheme and API for integration modules Sep 28, 2016
@marcelklehr
Copy link
Member Author

Minor change: Don't require passing ottype and storageAdapter, but use sane defaults (corrsponding ottype and MemoryAdapter)

@marcelklehr marcelklehr reopened this Oct 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant