nelson-ph/container_tag 问题修复 & 功能扩展

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

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

nelson-ph/container_tag

最新稳定版本:2.0.1

Composer 安装命令:

composer require nelson-ph/container_tag

包简介

Extends core container, so that we can pass the tag that will be used as container.

README 文档

README

Extends core container, so that we can pass the tag that will be used as container.

Install

  • Require it with composer: composer require nelson-ph/container_tag
  • Install the module as any other module.

Usage

Programmatically:

$element=[
  '#type'=>'container_tag',
  '#tag'=>'strong',
  'container_values'=>[
    'markup'=>[
      '#markup'=>'simple markup',
    ],
  ],
];

License

This project is licensed under the MIT License - see the LICENSE.md file for details

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-05-01