Issue #1828Opened February 25, 2019by SeongwoonHong0 reactions

[Question] Add an additional text box for image upload modal?

Question

Hi Artur, I'm wondering if that's possible to add some input boxes for image upload modal? capture I'd like to add some boxes in the red area in the screenshot above. Those boxes is intended for adding href for the image

Answers (2)

artfMarch 3, 20190 reactions

You can intercept the asset open command and then manipulate the DOM for your needs

editor.on('run:open-assets', () => {
	const el = editor.Modal.getContent().querySelector('.gjs-am-assets-cont');
	...
})
lock[bot]March 10, 20200 reactions

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.