Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Use of configuration option priority #28

Open
2 of 3 tasks
SvenJuergens opened this issue Apr 12, 2021 · 0 comments
Open
2 of 3 tasks

[DOCS] Use of configuration option priority #28

SvenJuergens opened this issue Apr 12, 2021 · 0 comments

Comments

@SvenJuergens
Copy link

Bug Report

a misleading description for the use of 'priority' in the TypoScript section of the documentation 'Usage'.
image
priority should be options.priority
like in the Tests

Prerequisites

  • Can you reproduce the problem on TYPO3 v9.5 LTS
  • Can you reproduce the problem on TYPO3 v10.4 LTS
  • Did you perform a cursory search to see if your bug or feature is already reported?

Description

the script is not added in the head

Steps to Reproduce

  1. [First Step]
    Install extension

  2. [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 (
             ....
            )
        }
    }
}
  1. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant