Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.80 KB | None | 0 0
  1.  
  2.      $this->setGroupedFields(array(
  3.        "General"    => array("_propertyselection", "property_type_id", "name", "price", "number_of_bedrooms", "key_features", "description","thumbnail"),
  4.        "Floorplan 1" => array("floorplan1", "floorplan1_text"),
  5.        "Floorplan 2" => array("floorplan2", "floorplan2_text"),
  6.        "Floorplan 3" => array("floorplan3", "floorplan3_text"),
  7.        "Floorplan 4" => array("floorplan4", "floorplan4_text"),
  8.        "Floorplan 5" => array("floorplan5", "floorplan5_text"),
  9.        "Floorplan 6" => array("floorplan6", "floorplan6_text"),
  10.        "Slideshow 1" => array("slideshow1"),
  11.        "Slideshow 2" => array("slideshow2"),
  12.        "Slideshow 3" => array("slideshow3"),
  13.        "Slideshow 4" => array("slideshow4"),
  14.        "Slideshow 5" => array("slideshow5"),
  15.     ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement