withcandour/statamic-markdown-table
最新稳定版本:1.0.0-beta
Composer 安装命令:
composer require withcandour/statamic-markdown-table
包简介
Add markdown content to your statamic table cells
README 文档
README
Adds more functionality to your Statamic tables by letting you use a markdown field to add content.
Installation
Install via composer:
composer require withcandour/statamic-markdown-table
Then publish the publishables from the service provider:
php artisan vendor:publish --provider="WithCandour\MarkdownTable\ServiceProvider"
Usage
Blueprints
You may drop a markdown table fieldtype into any new or existing blueprint by selecting it from the fieldtype list. You will have all the markdown config options available to you so you may control how the markdown gets parsed before the table cells are added to your view.
Templating
The markdown table fieldtype will produce data in exactly the same way as the table fieldtype so you may either use the table modifier or use the more verbose option of looping over the cells.
Documentation on templating with the table fieldtype can be found in the Statamic docs
统计信息
- 总下载量: 2.95k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-04-20