Lines Matching full:text

24         'title'                         => array('type' => 'text',      'default'   => ''),
25 'title-text-align' => array('type' => 'choice', 'data' => array(
26 … 'left' => array('text-left'), 'center' => array('text-center'), 'right' => array('text-right')
28 'title-text-color' => array('type' => 'text', 'default' => ''),
29 'subtitle' => array('type' => 'text', 'default' => ''),
30 'subtitle-text-align' => array('type' => 'choice', 'data' => array(
31 … 'left' => array('text-left'), 'center' => array('text-center'), 'right' => array('text-right')
33 'subtitle-text-color' => array('type' => 'text', 'default' => ''),
35 'header' => array('type' => 'text', 'default' => ''),
36 'header-text-align' => array('type' => 'choice', 'data' => array(
37 … 'left' => array('text-left'), 'center' => array('text-center'), 'right' => array('text-right')
39 'header-text-color' => array('type' => 'text', 'default' => ''),
40 'footer' => array('type' => 'text', 'default' => ''),
41 'footer-text-align' => array('type' => 'choice', 'data' => array(
42 … 'left' => array('text-left'), 'center' => array('text-center'), 'right' => array('text-right')
44 'footer-text-color' => array('type' => 'text', 'default' => ''),
45 'placeholder-text' => array('type' => 'text', 'default' => ''),
46 'placeholder-color' => array('type' => 'text', 'default' => ''),
47 'placeholder-text-color' => array('type' => 'text', 'default' => ''),
51 'footer-placeholder-text' => array('type' => 'text', 'default' => ''),
52 'footer-placeholder-color' => array('type' => 'text', 'default' => ''),
53 'footer-placeholder-text-color' => array('type' => 'text', 'default' => ''),
61 … $this->addCommonOptions('type shadow width height text-align vertical-align text-color align');
82 if(!empty($data['placeholder-text'])) {
83 …pties(array('text' => $data['placeholder-text'] ?? '', 'color' => $data['placeholder-color'] ?? ''…
95 …, $this->arrayRemoveEmpties(array('text-align' => $data['header-text-align'] ?? '', 'text-color' =…
98 …ties(array('vertical-align' => $data['vertical-align'] ?? '', 'text-color' => $data['text-color'] …
102 …], $this->arrayRemoveEmpties(array('text-align' => $data['title-text-align'] ?? '', 'text-color' =…
106 …$this->arrayRemoveEmpties(array('text-align' => $data['subtitle-text-align'] ?? '', 'text-color' =…
117 …' => $data['footer-small'] ?? '', 'text-align' => $data['footer-text-align'] ?? '', 'text-color' =…
120 if(!empty($data['footer-placeholder-text'])) {
121 …y('text' => $data['footer-placeholder-text'] ?? '', 'color' => $data['footer-placeholder-color'] ?…