-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[!!!][TASK] Remove obsolete sidebar headline (#66)
The sidebar headline does not deliver any benefit. The user has the option to use the title of the content element to add a headline to the sidebar if nessesary, in general this has no real usecase since only the headlines of the widgets are relevant. Releases: master
- Loading branch information
1 parent
1b4303d
commit 7fac00a
Showing
2 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
<f:layout name="Default" /> | ||
|
||
<f:section name="content"> | ||
<h2><f:translate key="headline.sidebar"/></h2> | ||
<f:for each="{settings.sidebarWidgets}" as="widget"> | ||
<f:cObject typoscriptObjectPath="{widget}" /> | ||
</f:for> | ||
</f:section> | ||
</f:section> |