nelson-ph/container_tag

扩展核心容器,以便我们可以传递用作容器的标签。

2.0.1 2024-02-09 14:19 UTC

This package is auto-updated.

Last update: 2024-09-09 15:45:40 UTC


README

扩展核心容器,以便我们可以传递用作容器的标签。

安装

  • 使用composer安装: composer require nelson-ph/container_tag
  • 像其他模块一样安装该模块。

用法

编程方式

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

许可证

此项目受MIT许可证的许可 - 有关详细信息,请参阅LICENSE.md文件。