markocupic/contao-rsce-backend-info-image
最新稳定版本:1.0.8
Composer 安装命令:
composer require markocupic/contao-rsce-backend-info-image
包简介
Add an info picture to your rsce configuration file
README 文档
README
Contao Rocksolid Custom Element Backend Info Image for Contao CMS
This Plugin extends madeyourday/contao-rocksolid-custom-elements. The extension allows you to display a thumbnail beside the rsce element type.
Image configuration
The image configuration can be made in the config file of your rocksolid custom element.

Installation
Execute the following command to install the extension:
composer require markocupic/contao-rsce-backend-info-image
Plugin configuration
The image html markup, the image size and the "add_after_regex_pattern" can be customized in your project config/config.yml.
# config/config.yml markocupic_contao_rsce_backend_info_image: image_markup: '<div class="long widget rsce-backend-info-image"><div class="rsce-backend-info-image-inner"><img src="###IMAGE_SRC###" alt="###IMAGE_ALT###"></div></div>' add_after_regex_pattern: /<legend onclick="AjaxRequest\.toggleFieldset\(this,\'([a-z]+)_legend\',\'([a-zA-Z0-9-_]+)\'\)">([a-zA-Z0-9 ]+)<\/legend>/ image_size: [400, '', 'proportional']
This extension has been sponsored by kda.studio, 63067 Offenbach am Main, Germany
统计信息
- 总下载量: 132
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2022-10-05


