Håkan Edling
Håkan Edling
This is more of a question than an issue, but I was wondering if there’s any option or extension point to, for security reasons, strip JavaScript inserted into markdown content...
Hi there @thiennn! I'm the lead developer for @PiranhaCMS, an open source CMS for .NET that's been around since 2011. In december last year I released the completely rewritten version...
SimpleMDE is outdated, has a dependabot alert and doesn't seem to be maintained anymore. Look into replacing this with another Markdown editor, for example TOAST UI (https://github.com/nhn/tui.editor). * [ ]...
This should not be implemented as a new field type, but rather. 1. Add PageFieldSettings with a filter option to get All/Content/Archives 2. Add filtering support to the pagepicker component...
We want to take some time and focus on features that will improve developer productivity during projects. We need input from all of you creating awesome solutions with Piranha with...
Add `Published` and `PublishedTo` to block instances to schedule when blocks are visible on a page. This ties into issue #1029. * [ ] Extend block model * [ ]...
As of the draft management in `7.0` Piranha now saves a configurable amount of revisions for Pages & Posts. Add UI for listing and restoring existing revisions.
The cache is commented out in the `GetById()` method in the `ContentService`. See #1696 for reference.
Add a simple way to request multiple items from a service in a single call.
Add new post list block where the manager get to pick an archive and set the number of included posts. This is dependent on #1655 being implemented first.