Presenter Output
The addon field type will always return null
or an instance of the addon. When accessing the field value from a decorated entry model the returned addon instance will be automatically decorated.
Example
$decorated->example->name; // Files Module
Twig
{{ decorated.example.name }} // Files Module