File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
blocks/pure_cookies_notice Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,16 @@ public function on_start()
240240
241241 public function add ()
242242 {
243+ $ this ->set ('title ' , '' );
244+ $ this ->set ('agreeText ' , '' );
243245 $ this ->set ('position ' , 'bottom ' );
246+ $ this ->set ('textColor ' , '' );
247+ $ this ->set ('linkColor ' , '' );
248+ $ this ->set ('backgroundColor ' , '' );
249+ $ this ->set ('sitewideCookie ' , false );
250+ $ this ->set ('onlyForEU ' , false );
251+ $ this ->set ('interactionImpliesOk ' , false );
252+ $ this ->set ('sitewideCookie ' , true );
244253 $ this ->edit ();
245254 }
246255
Original file line number Diff line number Diff line change 1313/* @var Concrete\Core\Form\Service\Form $form */
1414/* @var Concrete\Core\Block\View\BlockView $this */
1515/* @var Concrete\Core\Block\View\BlockView $view */
16+
17+ /* @var string $title */
18+ /* @var string $agreeText */
19+ /* @var string $textColor */
20+ /* @var string $linkColor */
21+ /* @var string $backgroundColor */
22+ /* @var array $positions */
23+ /* @var string $position */
24+ /* @var bool $geolocationSupported */
25+ /* @var bool|string $onlyForEU */
26+ /* @var bool|string $interactionImpliesOk */
27+ /* @var bool|string $sitewideCookie */
1628?>
1729<div class="pure-cookies-notice-edit-container">
1830
You can’t perform that action at this time.
0 commit comments