cookieconsent::after-install (private)
cookieconsent::after-install
Defined in packages/cookie-consent/tcl/callback-procs.tcl
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # # Add additional parameters to acs-subsite # foreach {name description default datatype} { "Enabled" "Enable/Disable Cookie Consent for this Subsite" "0" "number" "Layout" "Layout of the Cookie Consent Widget; possible values: block|classic|edgeless|wire" "block" "string" "LearnMoreLink" "Link for learning more about Cookies" "https://cookiesandyou.com/" "string" "Palette" "Color palette for the Cookie Consent Widget; possible values: default|oacs|honeybee|mono|neon|corporate" "default" "string" "Position" "Position of the Cookie Consent Widget; possible values: bottom|top|pushdown|left|right" "pushdown" "string" "DefaultPalette" "Default style: use the following settings, when CookieConsentPalette is set to 'default'" "popup {text #fff background #004570} button {text #000 background #f1d600}" "string" "ExpiryDays" "Lifetime of the cookie" "365" "number" } { apm_parameter_register "CookieConsent$name" $description "acs-subsite" $default $datatype "Cookie Consent" }XQL Not present: Generic, PostgreSQL, Oracle