File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,27 @@ easy_admin:
312312
313313Use following __template_options__ to pass options.
314314
315+ # ### Disabling "Open in new tab" link at the bottom of embedded lists
316+
317+ * __globally__ in `config/packages/easy_admin_extension.yaml` :
318+
319+ ` ` ` yaml
320+ easy_admin_extension:
321+ embedded_list:
322+ open_new_tab: false
323+ ` ` `
324+
325+ * __by entity__ in `config/packages/easy_admin.yaml` :
326+
327+ ` ` ` yaml
328+ easy_admin:
329+ entities:
330+ YourEntity:
331+ class: App\E ntity\Y ourEntity
332+ embeddedList:
333+ open_new_tab: false
334+ ` ` `
335+
315336# ## Autocomplete add new option 'create' for modal in new and edit
316337
317338# ### Configure form type 'easyadmin_autocomplete', add type_options: { attr: { create: true } }
You can’t perform that action at this time.
0 commit comments