('listing_title',models.CharField(blank=True,help_text='Override the page title used when this page appears in listings',max_length=255)),
('listing_summary',models.CharField(blank=True,help_text="The text summary used when this page appears in listings. It's also used as the description for search engines if the 'Search description' field above is not defined.",max_length=255)),
('listing_image',models.ForeignKey(blank=True,help_text='Choose the image you wish to be displayed when this page appears in listings',null=True,on_delete=django.db.models.deletion.SET_NULL,related_name='+',to='images.CustomImage')),