evanshunt/frontendeditlink
最新稳定版本:3.0
Composer 安装命令:
composer require evanshunt/frontendeditlink
包简介
A small SilverStripe module that provides logged in users with a front-end `Edit` link. This helps in quickly editing a pages and finding it on the SiteTree instead of hunting for it.
README 文档
README
Description
A small SilverStripe module that provides logged in users with a front-end Edit link. This helps in quickly editing a pages and finding it on the SiteTree instead of hunting for it.
This is SilverStripe 5 supported release
Setup
Then from where you have the composer.json file run composer require evanshunt/frontendeditlink:^2
Add the extension to your site's yml configuration
Page: extensions: - evanshunt\frontendeditlink\FrontEndEditLink
Then on your Page.ss or if you only want to enabel it on specific pages; then only add it to those pages' templates, add $EditLink. This will render a small link on the page. Right now it's positioned fixed at the bottom left corner of the page.
Changelog:
- 2020-06-25: renamed module
- 2020-06-22: initial commit
统计信息
- 总下载量: 2.44k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-06-29