diff --git a/Build/cookieman_test/Configuration/TypoScript/setup.typoscript b/Build/cookieman_test/Configuration/TypoScript/setup.typoscript
index e69de29b..41adc4ee 100644
--- a/Build/cookieman_test/Configuration/TypoScript/setup.typoscript
+++ b/Build/cookieman_test/Configuration/TypoScript/setup.typoscript
@@ -0,0 +1,2 @@
+page.5 = TEXT
+page.5.value =
diff --git a/Build/cookieman_test/ext_typoscript_setup.typoscript b/Build/cookieman_test/ext_typoscript_setup.typoscript
index 9c03c62e..e1f77345 100644
--- a/Build/cookieman_test/ext_typoscript_setup.typoscript
+++ b/Build/cookieman_test/ext_typoscript_setup.typoscript
@@ -1,3 +1,5 @@
+@import 'EXT:cookieman_test/Configuration/TypoScript/setup.typoscript'
+
@import 'EXT:cookieman/Configuration/TypoScript/setup.typoscript'
@import 'EXT:cookieman/Configuration/TypoScript/Example/setup.typoscript'
diff --git a/Documentation/Configuration/Customization/Index.rst b/Documentation/Configuration/Customization/Index.rst
index 41cb0208..bd7edc54 100644
--- a/Documentation/Configuration/Customization/Index.rst
+++ b/Documentation/Configuration/Customization/Index.rst
@@ -131,3 +131,23 @@ Uncheck all checkboxes
data-cookieman-save>
{f:translate(key: 'deny')}
+
+
+Global functionality with data-attributes
+=========================================
+
+<* data-cookieman-show>
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+.. rst-class:: dl-parameters
+
+Opens the cookieman dialog
+ It can be added to any HTML element. The element does not have to be there on
+ initial load (thus it should work with web components, VueJS, react, etc.).
+
+ Example:
+
+ .. code-block:: HTML
+
+
diff --git a/Documentation/Developer/JavaScript.rst b/Documentation/Developer/JavaScript.rst
index 3478774b..174afedb 100644
--- a/Documentation/Developer/JavaScript.rst
+++ b/Documentation/Developer/JavaScript.rst
@@ -28,18 +28,16 @@ cookieman.show()
:sep:`|` :aspect:`Data type:` void
:sep:`|`
- Shows the confirmation modal. You can call that from anywhere you need it (e.g. with a link from your data protection declaration page).
+ Shows the confirmation modal.
+
+ You can also use the attribute `data-cookieman-show` on any element to show the modal when clicked.
.. code-block:: HTML
-