mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Draw.io integration WIP
This commit is contained in:
parent
2b8a7921ad
commit
d746c90624
16 changed files with 955 additions and 14 deletions
|
@ -9,14 +9,14 @@
|
|||
//
|
||||
// https://documize.com
|
||||
|
||||
import Model from 'ember-data/model';
|
||||
import attr from 'ember-data/attr';
|
||||
// import { belongsTo } from 'ember-data/relationships';
|
||||
import Model from 'ember-data/model';
|
||||
|
||||
export default Model.extend({
|
||||
pageId: attr('string'),
|
||||
documentId: attr('string'),
|
||||
orgId: attr('string'),
|
||||
userId: attr('string'),
|
||||
rawBody: attr(),
|
||||
config: attr(),
|
||||
externalSource: attr('boolean', { defaultValue: false }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue