Post_content parameters
-
Hi, I’m creating a frontend form to add items to my POD, I have this:
?$fields = array( ‘post_title’ => array(‘label’ => ‘SME name’),’post_content’ => array(‘label’ => ‘Short description’,’media_buttons’ => ‘false’),’logo_sme’,’region_sme’,’good_practices_sme’,’website_sme’,’email_sme’,’linkedin_sme’,’x_sme’,’facebook_sme’,’instagram_sme’);
$smes = pods( ‘sme’ );
echo $smes->form($fields,’Add SME’);
I want to hide de Add media button and also to limit the post_content characters to 300. Is there a list with all the parameters the ‘post_content’ => array has?
Thanks in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.