You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the current page it is not possible to choose the "TeaserContainer" type from the content element wizard since it's not listed there at all. It's possible though to just create any other type and then alter the type to "TeaserContainer" since all types are listed in the "tx_fed_fcefile" dropdown when editing a content element, regardless of any deniedContentTypes statements in any of the used templates.
The text was updated successfully, but these errors were encountered:
@NamelessCoder : I debugged this one once again and am now convinced that there isn't any bug regarding fetching the wrong template. I was misled by the fact that my current pages parent and child page had the same tx_fed_page_controller_action.
Nonetheless the issue itself remains. Only the description changed. Am I correct that there's currently no way of stopping the inheritance of variables? I think there should be one, just like it's possible to stop the inheritance of fields. Right?
We've got a similar situation like in #239 but with inheritance of variables instead of fields.
Here's our templates. I stripped the parts that I thought were irrelevant.
Template of current page:
Template of all subpages:
On the current page it is not possible to choose the "TeaserContainer" type from the content element wizard since it's not listed there at all. It's possible though to just create any other type and then alter the type to "TeaserContainer" since all types are listed in the "tx_fed_fcefile" dropdown when editing a content element, regardless of any deniedContentTypes statements in any of the used templates.
The text was updated successfully, but these errors were encountered: