Sha256: a9b4ad48cc6b60ba9b4c68806f15fa112814be78b73e082d3d8adc5669e9d85b
Contents?: true
Size: 353 Bytes
Versions: 2
Compression:
Stored size: 353 Bytes
Contents
import BackboneModelResolver from './backbone_model_resolver'; export default function(options, callback) { return new BackboneModelResolver({ collection: () => pageflow.pages, idAttribute: 'perma_id', attributesForProps: ['perma_id', ['type', 'template'], 'chapter_id'], includeConfiguration: true, ...options }, callback); };
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pageflow-react-0.1.1 | js/src/resolvers/editor_page_resolver.js |
pageflow-react-0.1.0 | js/src/resolvers/editor_page_resolver.js |