Folder section

{
  "category_image" : "https://firebasestorage.googleapis.com/v0/b/universalapp-a272a.appspot.com/o/1530571286790.jpg?alt=media&token=053c18fe-63f5-4763-a05e-f8b7cd89e476",
  "display_header_image" : true,
  "icon" : "FeUser",
  "listStyle" : "grid",
  "name" : "Folder Section",
  "subMenus" : [ {
    "html" : "<img class='img-responsive' src='https://s3.amazonaws.com/tcdn.mobidonia.com/codecanyon/info/Screenshot+at+Mar+20+23-01-48.png' /> <br /><br /> <div class=\"col-md-12\"> <h4>Thanks for purchasing</h4> <h4>App Platform - All in one React Native Universal Mobile App</h4> </div> <br /><br /> <div class=\"col-md-12\"> <div class=\"col-md-6\"> <h4>Why do I see this?</h4> <p>Because you haven't setup the app to be pointed to your Firebase.</p> </div> <div class=\"col-md-6\"> <h4>How do I do that?</h4> <p>In config.js, in the first lines, replace with your connection strings for Firebase. Follow the documentation steps.</p> </div> </div>",
    "icon" : "MdInfoOutline",
    "name" : "About",
    "sectionType" : "web",
    "url" : "http://mobidonia.com",
    "webSource" : "html"
  } ]
}

1. category_image - URL to the header image that should be displayed

2. display_header_image - Do we want to display the header image

3. subMenus - An array that contains other menus.

4. The standard elements (icon,name)