Adds a custom dashboard within the Content section that lets you view the list of content items that are both scheduled for release and expiration.
You can:
Umbraco v10/11 support is provided by V3.x
Umbraco v9 support is provided by V2.x
In line with changes made in Umbraco 9 RC, all future versions of this package are now only available as a NuGet package
Umbraco v8 support is provided by V1.x.
Umbraco v7 support is provided by V0.1.x. Please note this is a limited functionality release only. Also, NuGet installation requires the dashboard must be added to the Dashboard.config by adding the following:
<section alias="scheduledContentDashboard">
<areas>
<area>content</area>
</areas>
<tab caption="Scheduled Content">
<control>/App_Plugins/ScheduledContentDashboard/dashboard.html</control>
</tab>
</section>