Skip to content
Snippets Groups Projects
class.queue.php 30.4 KiB
Newer Older
  • Learn to ignore specific revisions
  •             )),
                'truncate' => new ChoiceField(array(
                    'label' => __('Text Overflow'),
                    'choices' => array(
                        'wrap' => __("Wrap Lines"),
                        'ellipsis' => __("Add Ellipsis"),
                        'clip' => __("Clip Text"),
                    ),
                    'default' => 'wrap',
                    'layout' => new GridFluidCell(3),
                )),
            );
        }
    }