[php] php

Viewer

  1. sessionComponents = [
  2.   {
  3.     title: "Session Accounting Info",
  4.     description: "View the Budget tab for full accounting details.",
  5.     id: "session-accounting-info",
  6.     component: "SessionAccountingInfo",
  7.     status: true,
  8.   },
  9.   {
  10.     title: "Session Information",
  11.     description: "",
  12.     id: "session-information",
  13.     component: "SessionInformation",
  14.     status: true,
  15.     menuName: 'sessionInformationMenu'
  16.   },
  17.   {
  18.     title: "Session Objective",
  19.     description: "",
  20.     id: "session-objective",
  21.     component: "SessionObjective",
  22.     status: true,
  23.     emptyResponse: {
  24.       messsage: "The Session Objective has not been added for this session. Add the Session Objective in the Client Journey."
  25.     }
  26.   },
  27.   {
  28.     title: "Session Details",
  29.     description: "",
  30.     id: "session-details",
  31.     component: "SessionDetails",
  32.     status: true,
  33.     menuName: 'sessionDetailsMenu',
  34.     emptyResponse: {
  35.       messsage: "Session Details have not been added for this session."
  36.     }
  37.   },
  38.   {
  39.     title: "Session Tasks",
  40.     description: "See the Budget or Hours tab for detailed Task info",
  41.     id: "session-tasks",
  42.     component: "SessionTasks",
  43.     status: true,
  44.     menuName: 'sessionTasksMenu'
  45.   },
  46.   {
  47.     title: "Lead Background Details",
  48.     description: "",
  49.     id: "lead-background-details",
  50.     component: "LeadBackgroundDetails",
  51.     status: true,
  52.   },
  53.   {
  54.     title: "Tree and DNA Links",
  55.     description: "",
  56.     id: "tree-and-dna-links",
  57.     component: "SessionTreeAndDnaLinks",
  58.     status: true,
  59.     menuName: "sessionTreeDNALinksMenu",
  60.     emptyResponse: {
  61.       messsage: "Tree or DNA links have not been added to this client's Sequuoia account."
  62.     }
  63.   },
  64.   {
  65.     title: "Delivery Method",
  66.     description: "",
  67.     id: "delivery-method",
  68.     component: "SessionDeliveryMethod",
  69.     status: true,
  70.     menuName: "sessionDeliveryMethodMenu",
  71.     emptyResponse: {
  72.       messsage: "The Delivery Method has not been selected on this session."
  73.     }
  74.   },
  75.   {
  76.     title: "Research Categories",
  77.     description: "",
  78.     id: "research-categories",
  79.     component: "SessionResearchCategories",
  80.     status: true,
  81.     menuName: "sessionResearchCategoriesMenu",
  82.     emptyResponse: {
  83.       messsage: "This session has not been tagged with any Research Categories."
  84.     }
  85.   }
  86. ]

Editor

You can edit this paste and save as new: