I want to display a list of items to my choice from extra-fields. The choice of article the editor does not serve me.
To select, in the .xml file I used the following code.
<fieldset name="basic" addfieldpath="/administrator/components/com_content/models/fields">
<field name="article_id" type="modal_article" default="" label="Select an article" description="" />
And to make an echo get the ID of the article, I would like to know how to build the title and link to that data; because I have not succeeded.
Thank you in advance for your answers.