We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TYPO3 12.4.24 calendarize 13.0.7 own event Extension
everything works fine, but i still have a missing Template Error in BE when i click in the module "calendarize"
see screen attached.
I can edit the items in BE, it is only the error in the module list view, see screen.
Where is this partial missing? The identifier seems to be correct.
Where do i define the partialRootPaths for this partial? This:
module.tx_calendarize { view { partialRootPaths { 300 = EXT:site/Resources/Private/Extension/calendarize/Partials/ } } }
does not work
The text was updated successfully, but these errors were encountered:
Hey @blueamerican ,
do you load the TypoScript via ext_typoscript_setup.typoscript in your custom extension? (example: https://github.com/lochmueller/calendarize_pages/blob/main/ext_typoscript_setup.typoscript ). In the example is a # Deprecated: remove when dropping TYPO3 v11 note. Do you try this (note: it is "plugin" and not "module" in this case)
ext_typoscript_setup.typoscript
# Deprecated: remove when dropping TYPO3 v11
plugin.tx_calendarize { view { partialRootPaths { 300 = EXT:site/Resources/Private/Extension/calendarize/Partials/ } } }
in ext_typoscript_setup.typoscript?
Do you set EXT:calendarize as dependency in your extension to take care of the right loading order of the extensions?
Regards, Tim
Sorry, something went wrong.
Do you also try this (example of calendarize_news): https://github.com/lochmueller/calendarize_news/blob/main/Configuration/page.tsconfig
I think one of the ideas (post before and/or page.tsconfig file) should fix this problem. I will close this issue.
No branches or pull requests
TYPO3 12.4.24
calendarize 13.0.7
own event Extension
everything works fine, but i still have a missing Template Error in BE when i click in the module "calendarize"
see screen attached.
I can edit the items in BE, it is only the error in the module list view, see screen.
Where is this partial missing? The identifier seems to be correct.
Where do i define the partialRootPaths for this partial?
This:
does not work
The text was updated successfully, but these errors were encountered: