123456789101112131415161718 |
- 'use strict';
- define([], function () {
- return {
- layout: {
- type: 'genericPage',
- layoutPositioning: 'relative',
- pageSize: {
- width: 512,
- height: 1024
- },
- showGrid: true,
- snapGrid: true,
- snapObjects: true
- }
- };
- });
- //# sourceMappingURL=CustomLayout.js.map
|