Files
ExpiryIndicator/sharepoint/assets/classic-elements.xml
Torsten Brendgen 0d6768e24c feat: add ExpiryIndicatorClassic functionality with configuration and rendering
- Implemented ExpiryIndicatorClassic.js for managing expiry dates in SharePoint lists.
- Created classic-elements.xml to define the module for ExpiryIndicator assets.
- Added upgrade-actions-v2.xml to apply the new element manifests.
- Introduced ExpiryModels.test.ts for unit testing the expiry configuration and rules validation.
2026-07-18 19:52:50 +02:00

11 lines
353 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Module Name="ExpiryIndicatorClassicAssets" Url="SiteAssets/ExpiryIndicator">
<File
Path="ExpiryIndicatorClassic.js"
Url="ExpiryIndicatorClassic.js"
Type="GhostableInLibrary"
ReplaceContent="TRUE" />
</Module>
</Elements>