Skip to content

evanshunt/frontendeditlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consider using https://github.com/jonom/silverstripe-betternavigator instead as it provides more advanced options

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

About

Small SilverStripe module that provides front-end edit link for pages when the user is logged in.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages