Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. import { Reaction } from "/server/api";
  2.  
  3.  
  4. Reaction.registerPackage({
  5. label: "Bees Knees",
  6. name: "beesknees",
  7. icon: "fa fa-vine",
  8. autoEnable: true,
  9. registry: [
  10. {
  11. route: "/home",
  12. name: "home",
  13. template: "home",
  14. workflow: "coreWorkflow"
  15. }
  16. ],
  17. layout: [{
  18. layout: "CoreLayoutBeesknees",
  19. workflow: "coreProductWorkflow",
  20. collection: "Products",
  21. theme: "default",
  22. enabled: true,
  23. structure: {
  24. template: "productsLanding",
  25. layoutHeader: "layoutHeader",
  26. layoutFooter: "layoutFooter",
  27. notFound: "productNotFound",
  28. dashboardHeader: "",
  29. dashboardControls: "dashboardControls",
  30. dashboardHeaderControls: "",
  31. adminControlsFooter: "adminControlsFooter"
  32. }
  33. }]
  34. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement