CustomLayout.js 286 B

123456789101112131415161718
  1. 'use strict';
  2. define([], function () {
  3. return {
  4. layout: {
  5. type: 'genericPage',
  6. layoutPositioning: 'relative',
  7. pageSize: {
  8. width: 512,
  9. height: 1024
  10. },
  11. showGrid: true,
  12. snapGrid: true,
  13. snapObjects: true
  14. }
  15. };
  16. });
  17. //# sourceMappingURL=CustomLayout.js.map