mirror of
https://github.com/vale981/grapher
synced 2025-03-10 04:46:40 -04:00
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
![]() |
import { Items, SubItems } from './collection';
|
||
|
|
||
|
Items.addLinks({
|
||
|
'subitems': {
|
||
|
collection: SubItems,
|
||
|
field: 'subitemsIds',
|
||
|
type: 'many'
|
||
|
}
|
||
|
});
|