Humble.Umbraco.CustomBackofficeIcons
13.0.0.3
Prefix Reserved
dotnet add package Humble.Umbraco.CustomBackofficeIcons --version 13.0.0.3
NuGet\Install-Package Humble.Umbraco.CustomBackofficeIcons -Version 13.0.0.3
<PackageReference Include="Humble.Umbraco.CustomBackofficeIcons" Version="13.0.0.3" />
paket add Humble.Umbraco.CustomBackofficeIcons --version 13.0.0.3
#r "nuget: Humble.Umbraco.CustomBackofficeIcons, 13.0.0.3"
// Install Humble.Umbraco.CustomBackofficeIcons as a Cake Addin #addin nuget:?package=Humble.Umbraco.CustomBackofficeIcons&version=13.0.0.3 // Install Humble.Umbraco.CustomBackofficeIcons as a Cake Tool #tool nuget:?package=Humble.Umbraco.CustomBackofficeIcons&version=13.0.0.3
Custom Backoffice Icons
Give your editors the ability to customize the icons next to most nodes in the Umbraco Backoffice.
You can customize the icon of nodes in Umbraco by right-clicking any content node in the tree and choosing Set Icon
. You can also undo the changes just as easily with Unset Icon
.
Most nodes in the Umbraco Backoffice can be customized this way—as long as they have an action menu. Use any icon from the Umbraco Backoffice—even custom icons loaded by yourself or a third party.
Configuration
The default settings:
{
"Humble": {
"Umbraco": {
"CustomBackofficeIcons": {
"IconForSetAction": "favorite",
"IconForUnsetAction": "wrong",
"AllowedUserGroups": [
"admin"
]
}
}
}
}
How to Find Support
- Use GitHub Issues to
report bugs
. - Use GitHub Discussions to
ask questions
,provide feedback
, andmake suggestions.
- Consider hiring our agency, Next Player Up, for your next project—innovative apps, immersive XR experiences, and AI solutions that'll exceed your expectations, not your budget. We are also a Umbraco Certified Gold Partner!
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
License information was last updated May 19th, 2024.
Release History
13.0.0.3
- HOTFIX: by default any user in the admin group will have permission to set and unset icons.
13.0.0.2
- Add configuration settings to control the icons displayed for our custom actions.
- Add configuration settings to control which user groups have permissions to set and unset custom icons.
- Updated
readme.md
with a reference to these default settings.
13.0.0.1
- Bug fix: resolve error in code when the currently rendering tree node id cannot be parsed to an int.
- Bug fix: unsetting an icon in some areas of the backoffice did not visually reflect the change until after a reload.
13.0.0.0
- For Umbraco v13.x.x
- Set (and unset) custom icons for almost any tree node in the Umbraco Backoffice.
- With this release, we officially sunset
Humble.Umbraco.ContentNodeIcons
—which replacedHumble.ContentNodeIcons
several years ago.
You've reached the end of readme.md.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Umbraco.Cms.Web.BackOffice (>= 13.5.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.