Bug Report
a misleading description for the use of 'priority' in the TypoScript section of the documentation 'Usage'.

priority should be options.priority
like in the Tests
Prerequisites
Description
the script is not added in the head
Steps to Reproduce
-
[First Step]
Install extension
-
[Second Step]
Read Documentation and add example Code
plugin.tx_usercentrics {
jsFiles {
10 {
dataServiceProcessor = Google Analytics
file = https://www.google-analytics.com/analytics.js
attributes {
async = async
}
}
}
jsInline {
10 {
dataServiceProcessor = Google Analytics
value (
....
)
}
}
}
- add the option
priority, as seen in the documentation, at the same level as dataServiceProcessor
Expected behavior:
Script should rendered in head
Actual behavior:
Script is rendered at bottom
Versions
Verson 10.0.4
Bug Report
a misleading description for the use of 'priority' in the TypoScript section of the documentation 'Usage'.

priorityshould beoptions.prioritylike in the Tests
Prerequisites
Description
the script is not added in the head
Steps to Reproduce
[First Step]
Install extension
[Second Step]
Read Documentation and add example Code
priority, as seen in the documentation, at the same level asdataServiceProcessorExpected behavior:
Script should rendered in head
Actual behavior:
Script is rendered at bottom
Versions
Verson 10.0.4