https://github.com/nick-hoang/Umbraco-HidePreviewButton
This is a simple plugin that automatically hide preview button, based on a set of user-defined rules.
https://github.com/nick-hoang/Umbraco-HidePreviewButton
plugin umbraco umbraco-cms
Last synced: about 1 month ago
JSON representation
This is a simple plugin that automatically hide preview button, based on a set of user-defined rules.
- Host: GitHub
- URL: https://github.com/nick-hoang/Umbraco-HidePreviewButton
- Owner: nick-hoang
- License: mit
- Created: 2018-06-13T07:51:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T08:16:22.000Z (almost 7 years ago)
- Last Synced: 2024-10-24T00:24:21.933Z (6 months ago)
- Topics: plugin, umbraco, umbraco-cms
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Umbraco-HidePreviewButton
This is a simple plugin that automatically hide preview button, based on a set of user-defined rules.## Usage (using appsettings in web.config)
Here's an example rule:
```xml
```Check out [No-js solution for Umbraco 7.6 or above here](https://github.com/dstream/Umbraco-HidePreviewButton/tree/NoJS-Solution)