I want to have an article picker in my custom module. A button and a form field like this one in add new article.
Is ist possible? I tried this in my module xml:
<field name="article_id" type="modal_article" default="" label="Select an article" description="" />
But I only get a form input, not a button to choose an article.