Fixes typo and improves metadata description string.

This commit is contained in:
mateuswetah 2021-07-05 10:33:20 -03:00
parent b1087623a0
commit 6609c0d10e
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ class Metadata extends Repository {
'map' => 'post_content', 'map' => 'post_content',
'title' => __( 'Description', 'tainacan' ), 'title' => __( 'Description', 'tainacan' ),
'type' => 'string', 'type' => 'string',
'description' => __( 'The metadata description', 'tainacan' ), 'description' => __( 'The metadatum description. This may provide information on how to fill this metadatum, which will appear inside a tooltip alongside the input label.', 'tainacan' ),
'default' => '', 'default' => '',
//'on_error' => __('The description should be a text value', 'tainacan'), //'on_error' => __('The description should be a text value', 'tainacan'),
//'validation' => v::stringType()->notEmpty(), //'validation' => v::stringType()->notEmpty(),

View File

@ -905,7 +905,7 @@ class Theme_Helper {
$defaults = array( $defaults = array(
'max_items_number' => 12, 'max_items_number' => 12,
'max_tems_per_screen' => 7, 'max_items_per_screen' => 7,
'arrows_position' => 'around', 'arrows_position' => 'around',
'large_arrows' => false, 'large_arrows' => false,
'auto_play' => false, 'auto_play' => false,