Replies: 1 comment 1 reply
-
I will not add any default template layouts to the extension. This must always be done manually by the integrator in each TYPO3 website. I will add a localization string for the word |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was trying to show in FE a month view and on request a week view.
I then found out, the Calender.html only supports one view at a time.
So I went the following way, and probably, this is something that could be used in general - not sure:
tx_sfeventmgt.templateLayouts { 1 = viewyear 2 = viewmonth }
Calender.html with condition included (see attached).
In addition:
Comment: unfortunately this does not work so far - where I don't know why not.
Calendar.txt
Beta Was this translation helpful? Give feedback.
All reactions