File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ services:
6969 address : ' '
7070 postalCode : ' '
7171 place : ' '
72+ country : ' '
7273 tel : ' '
7374 mail : ' '
7475 website : ' '
Original file line number Diff line number Diff line change 11# Widgets for the TYPO3 Dashboard
22This extension contains several widgets, which can be used on the Dashboard for TYPO3. To use
3- these widgets you need to install the TYPO3 core-extension called dashboard.
3+ these widgets you need to install the TYPO3 core-extension called dashboard.
44
55The extension only contains widgets showing data that is available in core extensions. So for
66these widgets no 3rd party extensions are needed.
77
88## Overview of widgets
99This extension currently contains the following widgets:
10- *
10+ * ** Contact information ** , Will show contact information of your supplier;
1111
1212## I miss widgets!
1313Do you have an idea for a widget showing information that is available by core extensions, please
14- create a new widget request with your ideas.
14+ create a new widget request with your ideas.
1515
1616[ Request new widget] ( https://github.com/FriendsOfTYPO3/widgets/issues/new?labels=widget&template=widget-request.md )
1717
Original file line number Diff line number Diff line change 7171 <source >Contact information</source >
7272 </trans-unit >
7373 <trans-unit id =" widgets.dashboard.widget.contact.description" xml : space =" preserve" >
74- <source >Will show contact information of supplier</source >
74+ <source >Will show contact information of your supplier</source >
7575 </trans-unit >
7676 </body >
7777 </file >
Original file line number Diff line number Diff line change 1717 < f:if condition ="{options.postalCode} || {options.place} ">
1818 {options.postalCode} {options.place} < br />
1919 </ f:if >
20+ < f:if condition ="{options.country} ">
21+ {options.country} < br />
22+ </ f:if >
2023 </ p >
2124 < f:if condition ="{options.tel} || {options.mail} ">
2225 < p >
You can’t perform that action at this time.
0 commit comments