'Varchar', 'Content' => 'HTMLText', // Supports shortcodes ]; public $Title = 'ItemD'; public $Content = '
ItemD Content [test_shortcode]
'; public function Link() { return 'item-d.html'; } public function AbsoluteLink() { return 'http://www.example.org/item-d.html'; } }