Skip to content

Instantly share code, notes, and snippets.

@propertyhive
Created August 17, 2023 15:19
Show Gist options
  • Save propertyhive/e12046cd26304817494017047713f265 to your computer and use it in GitHub Desktop.
Save propertyhive/e12046cd26304817494017047713f265 to your computer and use it in GitHub Desktop.
Jet Fields Requested
$property_fields = array(
'ID',
// Address
'Strapline',
'HouseName',
'HouseNumber',
'Address1',
'Address2',
'Address3',
'Address4',
'Postcode',
'Area',
'Country',
'Latitude',
'Longitude',
'Currency',
// Office
'MarketingOffice',
'Office',
'Negotiator',
// Residential Sales
'SalePrice',
'PriceQualifier',
'Tenure',
// Residential Lettings
'WeeklyRent',
'RentalPeriod',
'Furnish',
'AvailableFrom',
// Residential
'TotalBedrooms',
'Bedrooms',
'Bathrooms',
'ReceptionRooms',
'Receptions',
'Type',
'Style',
'Age',
'Parking',
// Commercial
'Size',
'MaxSize',
// Marketing
'MarketedOnInternet',
'SaleStatus',
'LettingStatus',
'Status',
'Featured',
// Descriptions
'AccommodationSummary',
'Description',
'LongDesc',
'Room',
// Media
'Image',
'Floorplan',
'PDF',
'PDFAmendTime',
'EPC',
'EPCURL',
'VTour',
'VTourCaption',
'VTour2',
'VTour2Caption',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment