• Resolved aaron@rossano.com.au

    (@aaronrossanocomau)


    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’
    ),
    )

    http://wordpress.org/extend/plugins/posts-to-posts/

Viewing 1 replies (of 1 total)
  • Plugin Author scribu

    (@scribu)

    Just set 'type' => 'textarea'. If you mean a TinyMCE area, that’s not supported out of the box.

Viewing 1 replies (of 1 total)
  • The topic ‘relationship meta html field’ is closed to new replies.