add dynamic documents

This commit is contained in:
Pete Matsyburka
2026-02-12 09:22:08 +02:00
parent b50d982497
commit 37196ff89f
65 changed files with 4372 additions and 485 deletions
+1
View File
@@ -10,6 +10,7 @@ module Templates
template.external_id = external_id
template.shared_link = original_template.shared_link
template.variables_schema = original_template.variables_schema
template.author = author
template.name = name.presence || "#{original_template.name} (#{I18n.t('clone')})"