From 68eb712915ac77f5b15ffae68e2470248e1d5b19 Mon Sep 17 00:00:00 2001 From: paweljarosz Date: Thu, 30 Jul 2026 17:05:28 +0200 Subject: [PATCH] Fixed asset tags when submitting assets. --- submit_asset.html | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/submit_asset.html b/submit_asset.html index 54d5d401b7..62af425d27 100644 --- a/submit_asset.html +++ b/submit_asset.html @@ -7,7 +7,7 @@ - submit --- -{%- assign tags = site.asset_allowed_tags -%} +{%- assign tags = site.asset_allowed_tags | default: site.data.tagindex -%} {%- capture page_hero_copy -%}

Share your extension, template, tool, or sample with the Defold community. Fill in the key details here and the site will open a prefilled GitHub issue for the final submission.

@@ -22,18 +22,12 @@