D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
kader-lms.com
/
app
/
Optionbuilder
/
Filename :
textarea.php
back
Copy
<?php return [ 'section' => [ 'id' => 'ob_textarea', 'label' => __('textarea'), 'icon' => '', ], 'fields' => [ [ 'id' => 'textarea', 'type' => 'textarea', 'class' => '', 'value' => '', 'label_title' => __('Textarea field'), 'label_desc' => __('This is the label description you can use here'), 'field_desc' => __('This is the field description you can use here'), ] ] ];