You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this was not working - so I examined further the code is actually keyed on the term 'default' and using 'default' works so basically a documentation / example issue
The text was updated successfully, but these errors were encountered:
Thanks for your code, it is nice, I came across a small issue in using it
In your example settings you use the term 'std'
and also in the framework
protected $setting_defaults = array(
'id' => 'default_field',
'title' => 'Default Field',
'desc' => '',
'std' => '',
'type' => 'text',
'placeholder' => '',
'choices' => array(),
'class' => '',
'subfields' => array()
);
But this was not working - so I examined further the code is actually keyed on the term 'default' and using 'default' works so basically a documentation / example issue
The text was updated successfully, but these errors were encountered: