Update class-tainacan-control.php

spelling
This commit is contained in:
Adrian 2021-11-09 23:26:23 +02:00 committed by GitHub
parent a64dac1e4d
commit 729c7737be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ class Control extends Metadata_Type {
$this->set_primitive_type('control');
$this->set_component('tainacan-text');
$this->set_name( __('Control Type', 'tainacan') );
$this->set_description( __('A special metadata type, used to map certain item properties such as collection id and document type to metadata in order to easily create filters.', 'tainacan') );
$this->set_description( __('A special metadata type, used to map certain item properties such as collection ID and document type to metadata in order to easily create filters.', 'tainacan') );
$this->set_default_options([
'control_metadatum_options' => ['document_type', 'collection_id', 'has_thumbnail'],
'control_metadatum' => 'document_type',
@ -252,4 +252,4 @@ class Control extends Metadata_Type {
return null;
}
}
}