relationship meta html field
-
Hi, is it possible to save HTML information within a relationship meta key?
instead of type checkbox it would be type HTML.
what options is there for types?
e.g:
fields’ => array(
‘color’ => array(
‘title’ => ‘Color’,
‘type’ => ‘checkbox’,
‘values’ => array( ‘green’, ‘yellow’, ‘blue’, ‘white’ ),
‘default’ => ‘blue’
),
)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘relationship meta html field’ is closed to new replies.