esign/craft-dynamate-signature
最新稳定版本:1.0.2
Composer 安装命令:
composer require esign/craft-dynamate-signature
包简介
Display a Dynamate-branded signature
关键字:
README 文档
README
This package allows you to display a Dynamate-branded signature in your Craft CMS application.
Installation
You can install the package via composer:
composer require esign/craft-dynamate-signature
php craft plugin/install _dynamate-signature
Usage
To display the Dynamate contact information in your head, please use following variant:
{% include '_dynamate-signature/head.twig' %}
To display the Dynamate-branded signature, you may use any of the following variants:
{% include '_dynamate-signature/default.twig' %}
{% include '_dynamate-signature/default.twig' with {
theme: 'light',
animated: true,
positionRight: '4rem',
positionAbsolute: true,
colorOverride: null,
} %}
{% include '_dynamate-signature/powered-by.twig' %}
{% include '_dynamate-signature/powered-by.twig' with {
theme: 'light',
colorOverride: null,
} %}
You can override the default signature template by creating your own template at:
templates/_dynamate-signature/default.twig
This will take precedence over the plugin's default template.
Testing
composer test
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 1.53k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-02-14