Skip to content

[DOCS] Use of configuration option priority #28

Description

@SvenJuergens

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions