werstreamtes/pimcore-list-widget 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

werstreamtes/pimcore-list-widget

最新稳定版本:1.0.1

Composer 安装命令:

composer require werstreamtes/pimcore-list-widget

包简介

WerStreamt.es Widget

README 文档

README

Requirements

This widget is designed for use with Pimcore 10.2 or higher.

Installation

Install the widget using composer:

composer require werstreamtes/pimcore-list-widget

or via composer.json:

"require" : {
    "werstreamtes/pimcore-list-widget" : "1.0.0",
}

Activate the widget with the following command:

Pimcore 10

bin/console pimcore:bundle:enable WerStreamtEsListWidgetBundle

Pimcore 11

bin/console pimcore:bundle:install WerStreamtEsListWidgetBundle

Finally, the plugin must be registered in the registerBundlesToCollection function in the App/Kernel.php file

$collection->addBundle(WerStreamtEsListWidgetBundle::class);

Good to know

If you are part of the WerStreamt.es partner program, you can save your tag in the website settings.

Go to the website settings and create a new entry with the key wseWidgetTag of type Text. You can fill this with your partner tag.

General Settings

How to style the Widget

There are some basic classes for styling the widget.

The color of the shade used for fading can be overwritten with the following variable:

.wse-widget {
    --shadow-color: #fff;
}

Please note: The shade also exists in dark mode and can be overwritten with the following code:

@media (prefers-color-scheme: dark) {
    .wse-widget {
        --shadow-color: #000;
    }
}

The color of the arrows can be adjusted with the following code:

.wse-arrow-fill {
  fill: #ffffff;
}

The color of the numbering can be adjusted with the following code:

.wse-numeric .wse-elements li.wse-element:before {
  color: #d90000;
}

Further Information

Feel free to reach out if you have any questions or issues!

统计信息

  • 总下载量: 1.1k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2024-07-09