Advertisement
kellykamay

Story Chapters

Jun 27th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.96 KB | None | 0 0
  1. //Story ng kasal one day two events
  2. [
  3.   {
  4.       "date": "2016-06-01",
  5.       "events":[
  6.         {
  7.           "title": "Kasal morning",
  8.           "description": "description ng kasal sa simabahan",
  9.           "images": [
  10.             "http://127.0.0.1:3011/upload/event-main-img-08.jpg",
  11.             "http://127.0.0.1:3011/upload/event-main-img-08.jpg"
  12.           ],
  13.           "categories": ["1", "2", "3" ]
  14.         },
  15.         {
  16.           "title": "Kasal evening",
  17.           "description": "description ng kasal sa reception",
  18.           "images": [
  19.             "http://127.0.0.1:3011/upload/event-main-img-08.jpg",
  20.             "http://127.0.0.1:3011/upload/event-main-img-08.jpg"
  21.           ],
  22.           "categories": ["1", "2", "3" ]
  23.         }
  24.       ]
  25.   }  
  26. ]
  27.  
  28. //Story ng Honeymoon  3 days each day 1 event
  29. [
  30.   {
  31.       "date": "2016-06-03",
  32.       "events":[
  33.         {
  34.           "title": "Day 1 in El Nido ",
  35.           "description": "Tour A",
  36.           "images": [
  37.             "http://127.0.0.1:3011/upload/event-main-img-08.jpg",
  38.             "http://127.0.0.1:3011/upload/event-main-img-08.jpg"
  39.           ],
  40.           "categories": ["1", "2", "3" ]
  41.         }
  42.        
  43.       ]
  44.   } ,
  45.   {
  46.       "date": "2016-06-04",
  47.       "events":[
  48.         {
  49.           "title": "Day 2 in El Nido",
  50.           "description": "Tour B",
  51.           "images": [
  52.             "http://127.0.0.1:3011/upload/event-main-img-08.jpg",
  53.             "http://127.0.0.1:3011/upload/event-main-img-08.jpg"
  54.           ],
  55.           "categories": ["1", "2", "3" ]
  56.         }
  57.        
  58.       ]
  59.   } ,
  60.   {
  61.       "date": "2016-06-05",
  62.       "events":[
  63.         {
  64.           "title": "Day 3 in El Nido",
  65.           "description": "Tour C",
  66.           "images": [
  67.             "http://127.0.0.1:3011/upload/event-main-img-08.jpg",
  68.             "http://127.0.0.1:3011/upload/event-main-img-08.jpg"
  69.           ],
  70.           "categories": ["1", "2", "3" ]
  71.         }
  72.        
  73.       ]
  74.   }
  75. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement