Adding a new description field on the profil

Hello,

I would like to add an extra "description" block in the organization's profil. The purpose is to allow the organization to write a "long description" and a "short description". Like that, I could display the "short description" on the profil-home page and display a longer description on the "profil-info" page.

Is there a tutorial for that ? Could anyone give me an advice on how to set that up, sort of clone the default "description" block and create a new one ?

Thank you

  • 417
  • More
Replies (3)
    • Hello Miroslav !

      You need to go to Studio->Forms->Organisation->Add Org form. Create a new text field and enable it. Then also enable this field in the "Full View Form" which means the Info page where your new field's value will e visible.

      • Hello LeonidS,

        I've followed your procedure and it works well.

        Would it be possible to create a "clone" of the "Description" block ? The "Info block" contains extra information and I would also like to use elsewhere, consequently I will need a separate block for the "long description"

        • It isn't possible for now, but it will be possible in the next major update:
          https://github.com/unaio/una/issues/3082
          So you will be able to create new html or raw block in pages builder with replaceable marker, for example:

          My description: {description2}
          Login or Join to comment.