Is it possible to set #rows for textfield-types like text_format in hook_variable_info()?

Comments

usta created an issue. See original summary.

makbul_khan8’s picture

makbul_khan8’s picture

Hi usta,

Yes we can add #rows if we really want rows value more then 5, as currently it defines default value

'#rows' => 5,
'#cols' => 60, 

You can find more information on API page.
https://api.drupal.org/api/drupal/developer!topics!forms_api_reference.h...

Thanks

makbul_khan8’s picture

Status: Active » Needs review