Skip to content

Add information about accessing TypoScript in extension #463

@sypets

Description

@sypets

AFAIK, this information is currently missing. Information about how to access TypoScript can be added, similar to the information on the Flexform page.

todos

  • Access TypoScript from Extbase controllers
  • Access TypoScript from Fluid with Extbase controllers
  • Access TypoScript with Extbase, but outside of controller (with ConfigurationManager?)
  • Access TypoScript outside of Extbase
  • Access TypoScript with Fluid, without Extbase

Existing resources in TYPO3 documentation:

Existing resources outside of TYPO3 documentation

Open questions

  • should ConfigurationManager be used (and when?)
  • can this always be used? Is it recommended?

$GLOBALS['TSFE']->tmpl->setup['plugin.']['tx_xxxx.']['settings.']['storagePid'];

https://stackoverflow.com/a/59598451/2444812

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