Skip to content

Flaeng/Umbraco.EditButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Umbraco.EditButton

Install using NuGet

Install-Package Flaeng.Umbraco.EditButton

alternatively use Umbraco Packages

A simple edit button that shows up on the frontend when you're allready signed in to the backoffice.

Example Image is missing

If you use ClientDependency just add the following to your <body>

@Html.Partial("~/App_Plugins/Flaeng.Umbraco.EditButton/EditButton.cshtml")

If you dont use ClientDendency add the line above and the following

<link rel="stylesheet" href="/App_Plugins/Flaeng.Umbraco.EditButton/styles.css" />

The edit-icon is made by Umar Irshad

https://www.iconfinder.com/icons/290135/draw_edit_pen_pencil_write_icon#size=128

Known issues

There can be issues with dictionary items on Umbraco 7.X.X.X. The issue and solution are described here:

#1 (comment)

Thank you to enkelmedia for finding the bug and solution

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published