-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add marketplace tag - Update to Umbraco v11 - Add marketplace manifest
- Loading branch information
1 parent
1e77b5e
commit 148e32e
Showing
11 changed files
with
1,884 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Infocaster.Umbraco.DateFolders.Website/Infocaster.Umbraco.DateFolders.Website.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,810 changes: 1,810 additions & 0 deletions
1,810
Infocaster.Umbraco.DateFolders.Website/appsettings-schema.Umbraco.Cms.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json", | ||
"Title": "Date folders", | ||
"Category": "Editor Tools", | ||
"PackageType": "Package", | ||
"Tags": [ | ||
"folder", | ||
"date", | ||
"news", | ||
"year", | ||
"month", | ||
"day" | ||
], | ||
"LicenseTypes": ["Free"], | ||
"AuthorDetails": { | ||
"Url": "https://infocaster.net", | ||
"ImageUrl": "https://github.com/InfocasterTechniek.png", | ||
"Description": "Let's make the internet brighter", | ||
"Contributors": [ | ||
"Dennis Heutinck", | ||
"Erik Eelman", | ||
"Joris Peters", | ||
"Bram van den Bogaard", | ||
"Fabian Hofman" | ||
] | ||
}, | ||
"IssueTrackerUrl": "https://github.com/Infocaster/DateFolders/issues", | ||
"DiscussionForumUrl": "https://github.com/Infocaster/DateFolders/discussions" | ||
} |