Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
75:customize_support_tile [2020/09/28 09:31] pklr75:customize_support_tile [2021/06/07 11:19] pklr
Line 1: Line 1:
-====== Add custom information to the dashboard support tile (7.5.2.0 and higher) ======+====== Add additional custom information to the dashboard support tile (7.5.2.0 and higher) ======
  
 Add the following properties to your language ***.properties** files (global definition in conf/local.properties or metamodel specific in localization/*.properties) to provide custom information for the stages users. Add the following properties to your language ***.properties** files (global definition in conf/local.properties or metamodel specific in localization/*.properties) to provide custom information for the stages users.
Line 9: Line 9:
 For each of these categories (except the headline), property entries from 1 - 10 are supported on the dashboard. For each of these categories (except the headline), property entries from 1 - 10 are supported on the dashboard.
  
-**UDATE (2020-09-10) Version 7.5.3.0 and higher:**+__NOTE:__  To make changes take effect you need to update the Stages configuration e.gin Windows via shortcutMethod Park > Update Configuration, or in linux with the //stages update//  command. Afterwards please restart the Stages service.
  
 +__NOTE2__: If you want to customize the <font inherit/inherit;;#16a085;;inherit>standard mail</font> in support tile you can just edit
 +
 +  * dashboard.support.email.name
 +  * dashboard.support.email.href
 +
 +**UDATE (2020-09-10) Version 7.5.3.0 and higher:**
   * Link stylings can now be customized via custom.css (e.g. text-decoration: underline)   * Link stylings can now be customized via custom.css (e.g. text-decoration: underline)
       * ".support_dashboard_link" styles all links       * ".support_dashboard_link" styles all links
Line 21: Line 27:
  
 Add the following properties to your language ***.properties**  files (global definition in conf/local.properties or metamodel specific in localization/*.properties) to provide custom information for the stages users. Add the following properties to your language ***.properties**  files (global definition in conf/local.properties or metamodel specific in localization/*.properties) to provide custom information for the stages users.
-  * **Add a headline for the provided informations** \\ +  * **Add a headline for the provided informations** 
-    e.g. \\ +e.g.<code> 
-    login.help.information = This is a help information text + 
-  * **Provide a link/url** \\ +  login.help.information = This is a help information text 
-    e.g. \\ +* **Provide a link/url** \\ 
-    login.help.link.text = Company Help Desk \\ +  e.g. \\ 
-    login.help.link.href = [[http://yourpersonalhelpdesk.de|http://yourpersonalhelpdesk.de]]+  login.help.link.text = Company Help Desk \\ 
 +  login.help.link.href = [[http://yourpersonalhelpdesk.de|http://yourpersonalhelpdesk.de]] 
 + 
 +</code>