Stefan Vandermeulen
Stefan Vandermeulen
beter mobile scrolling
fixed some scrolling issues on mobile and also added a simple plugin system.
addon plugin system by overwriting the prototype _observe method
Hi, I am very much stuck creating relations between my models. I am reusing some models as submodels and it always gives me the error: `Cannot create relation=s on "page_id"...
I am trying to add a new option to PodioCategoryItemField using the podio php api ``` $field = new \PodioCategoryItemField('test'); // this field exists in Podio $field->add_value( array( 'value'=>array( 'status'=>'active','text'...