mirror of
https://github.com/makeplane/plane.git
synced 2026-07-14 14:31:37 +02:00
* feat: publish template to marketplace form * Sample fixture for template categories * Updated serializer with new fields and made changes to api endpoints to use serializer while creating templates (#3205) * improvement: add more fields to the template publish form * improvement: ui update and error validations for template publish form * Added extra fields to marketplace template urls * improvement: minor ui/ ux enhancements * feat: add translations for template publish * chore: update string utils for joinWithConjunction * fix: build error * Remove workspace and template_type from serializer validation * improvement: updated template categories computed function to computed value * improvement: ensure terms & conditions and privacy policy urls have http protocol * Only return verified project templates for the meta endpoint * improvement: updated template keywords dropdown placeholder * improvement: update translations * improvement: add loader for publish template page * improvement: docs comments for string utils * Add validation for publishing and unpublish option for management command * fixed formatting * change support_url to support_email while validating --------- Co-authored-by: Dheeraj Kumar Ketireddy <dheeru0198@gmail.com>