Label Manager: how to have more than one newline per label
Collapse
X
-
Solution: put file in question (here: EntityManager.json) into ...\custom\Espo\Custom\Resources\i18n\de _DE\ and edit tooltip as follows:
{
"tooltips": {"entityType": "* **Basis** – enhält lediglich Basisfelder wie Name, zugewiesener Benutzer, Teams und Beschreibung. \n\n* **Basis Plus** – wie Basis, aber zusätzlich mit Aktivitäten-, History- und Aufgaben-Panels.\n\n* **Ereignis** - hat die Felder Start- und Endedatum, Dauer, Elter und Status. Nur für Kalender und Aktivitäten. \n\n* **Person** - hat E-Mail, Telefon, Vor- und Nachname, Anrede, Adressfelder und die Panels Aktivitäten History und Aufgaben.\n\n* **Firma** - mit den Feldern E-Mail, Telefon, Rechnungsadresse und Zustellungsadresse. Zusätzlich die Panels Aktivitäten, History und Aufgaben."
}
}
This will look like
Thanks for your input!
RegardsLeave a comment:
-
did you try something like this: https://www.markdownguide.org/basic-...best-practices
Leave a comment:
-
Hi lasovic,
thanks for your reply. I don't know, wether this would be used very often. But it would really be nice to have!
Kind regardsLeave a comment:
-
agri,
Thanks for the details, I understand it now.
Most likely, directly in the Label Manager it is impossible to supplement the field values with formatting that would wrap the text to the next line.
Perhaps this can be done through changes to the EspoCRM files, it needs to be check.Leave a comment:
-
Hi @lasovic,
in Label Manager, there is just one line (input field, no text area) per label. Pressing Shift + Enter does not have any effect. I tried to prepare the text in n++ and copy it to EspoCRM, no effect either.
(we are in Label Manager, entry "Entity Manager", tooltips, entityType)Last edited by agri; 10-18-2022, 03:16 PM.Leave a comment:
-
Label Manager: how to have more than one newline per label
[ EspoCRM v. 7.1.9]
I managed to have a line break within a label using "\\n"(double backslash!), such as
**Basis** – enhält lediglich Basisfelder wie Name, zugewiesener Benutzer, Teams und Beschreibung. \\n**Basis Plus** – wie Basis, aber zusätzlich mit Aktivitäten-, History- und Aufgaben-Panels.
Any attempt to set an additional line break by using another "\\n" will not insert a new line but just show a "\n" (single backslash!) in the label:
Is there a way to have several line breaks within one label or even an unordered list?
RegardsTags: None
Leave a comment: