craft-fakeplugin:一个封装 https 的 Craft 插件

时间:2024-07-12 12:00:39
【文件属性】:

文件名称:craft-fakeplugin:一个封装 https 的 Craft 插件

文件大小:1.73MB

文件格式:ZIP

更新时间:2024-07-12 12:00:39

PHP

伪造的 一个包含Craft 插件 安装 将此存储库克隆或解压缩到 Craft 插件目录中的'fake'目录中,然后从插件设置页面启用。 用法 {# create a new factory for the current locale #} {% set fake = craft.fake.factory %} {# or explicitly pass one in #} {% set fake = craft.fake.factory('en_GB') %} {{ fake.address }} {{ fake.name }} {% for paragraph in fake.paragraphs(4) %}

{{ paragraph }}

{% endfor %}


网友评论