We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ビューや詳細画面において、画像列部分のコードへ何らかのclassを付与していただきたいです。 現状の出力されたコードは以下のような状態です。
<a href="https://<exment uri>/admin/files/<file uuid>" target="_blank"> <img src="https://<exment uri>/admin/files/<file uuid>" class="mw-100 image_html" /> </a>
こちらを次のようなコードへ修正いただけると大変助かります。 ※class名は例で、画像と識別できる文字列であれば良いと考えています。
<a href="https://<exment uri>/admin/files/<file uuid>" target="_blank" class="image-link"> <img src="https://<exment uri>/admin/files/<file uuid>" class="mw-100 image_html" /> </a>
最終的にはLightboxのように画像をモーダルダイアログへポップアップ表示させたいです。 プラグイン開発時にclass名が予め付与された状態だと大変助かります。 ご検討よろしくお願いします。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ビューや詳細画面において、画像列部分のコードへ何らかのclassを付与していただきたいです。
現状の出力されたコードは以下のような状態です。
こちらを次のようなコードへ修正いただけると大変助かります。
※class名は例で、画像と識別できる文字列であれば良いと考えています。
最終的にはLightboxのように画像をモーダルダイアログへポップアップ表示させたいです。
プラグイン開発時にclass名が予め付与された状態だと大変助かります。
ご検討よろしくお願いします。
The text was updated successfully, but these errors were encountered: