My Umbraco Packages
A content app for umbraco which displays the Exif Info from your media items such as the GPS and Camera details. Based on an Umbraco 8 package by Paul Seal.
Install
Simple Forum add on for Umbraco ≥ 10.
Install
Umbraco.Community.FullCalendar.Block
Easy to use rich HTML backoffice preview for Events using the fullcalendar js component
Install
Umbraco.Community.RTEStyleFormatter
Easy to edit json file for RTE style_formats string in appsettings.json
Install
Our.Community.Polls
Simple Poll Property Editor for Umbraco
Install
Our.Community.RssView
Simple RSS feed viewer Property Editor for Umbraco
Install
Our.Community.Configuration
Store configuration data in the Umbraco database.
This plugin allows you to store configuration data in a custom table in the Umbraco database.
Install
Our.Community.Configuration.OptionsProvider
public class OurConfigOptions
{
//Add your Configuration properties added in the back office here
//The name should match the name in the config setting (minus spaces)
public string? TestEncryptedString { get; set; }
public string? TestBool{ get; set; }
}
IOptions provider add-on for Our.Community.Configuration
Install
requires Our.Community.Configuration