Make the textarea more beautiful #12
Closed
wordpressvn
started this conversation in
Ideas
Replies: 1 comment
|
I'm thinking of making it on option to set so people can choose themselves how many rows they would like to apply. Will probably be as simple as: $section->add_option('textarea', [
'name' => 'option_1',
'label' => __('Option 1', 'textdomain'),
'rows' => 10
]); |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I propose adding rows="10" to the file vendor\jeffreyvanrossum\wp-settings\resources\views\options\textarea.php
All reactions