Label Manager: how to have more than one newline per label

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • shalmaxb
    replied
    Thank you! Good output of your`s! Best way to end a thread.

    Leave a comment:


  • agri
    replied
    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
    Click image for larger version

Name:	grafik.png
Views:	212
Size:	71.4 KB
ID:	84491
    Thanks for your input!
    Regards

    Leave a comment:


  • agri
    replied
    shalmaxb,
    yes, I did. Unfortunately, it does not work in single line <input>-Fields ...

    Leave a comment:


  • shalmaxb
    replied
    did you try something like this: https://www.markdownguide.org/basic-...best-practices

    Leave a comment:


  • agri
    replied
    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 regards

    Leave a comment:


  • lazovic
    replied
    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:


  • agri
    replied
    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:


  • lazovic
    replied
    Hi agri,

    In this case, you do not need to use additional characters and letters. Try just pressing Shift + Enter to move the text to the next line and then check the result.

    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:
    Click image for larger version

Name:	grafik.png
Views:	255
Size:	38.3 KB
ID:	84175


    Is there a way to have several line breaks within one label or even an unordered list?

    Regards
Working...