Render custom attribute type
Permalink
I have a new custom attribute type built (partly) usinghttp://www.concrete5.org/documentation/how-tos/developers/create-a-...
It works, it saves and it loads again within the page properties. But I get nothing back from it when doing
Which function do I need to override to display my own custom output?
It works, it saves and it loads again within the page properties. But I get nothing back from it when doing
$c->getAttribute("my_custom");
Which function do I need to override to display my own custom output?
Is that right? By using getValue() have I missed anything?