* Provides a DS field that chains entity reference fields.
@@ -21,7 +22,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* )
*/
classChainedFieldextendsDsFieldBase{
useStringTranslationTrait;
/**
* Formatter manager.
*
@@ -107,7 +108,7 @@ class ChainedField extends DsFieldBase {
$element['chain_settings']['ui_limit']=[
'#type'=>'number',
'#title'=>$this->t('UI Limit'),
'#description'=>t('Enter a number to limit the number of items to print for the items in the outer reference field. Leave empty to display them all.'),
'#description'=>$this->t('Enter a number to limit the number of items to print for the items in the outer reference field. Leave empty to display them all.'),