From 7a7508c4caf8d9a5da19334529723d37ed645f99 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Fri, 14 Nov 2025 12:47:01 -0500 Subject: [PATCH] rename Application Template internal module/theme template manifests --- .../Internal/{template.json => internal.module.template.json} | 0 .../Internal/{template.json => internal.theme.template.json} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Oqtane.Application/Server/wwwroot/Modules/Templates/Internal/{template.json => internal.module.template.json} (100%) rename Oqtane.Application/Server/wwwroot/Themes/Templates/Internal/{template.json => internal.theme.template.json} (100%) diff --git a/Oqtane.Application/Server/wwwroot/Modules/Templates/Internal/template.json b/Oqtane.Application/Server/wwwroot/Modules/Templates/Internal/internal.module.template.json similarity index 100% rename from Oqtane.Application/Server/wwwroot/Modules/Templates/Internal/template.json rename to Oqtane.Application/Server/wwwroot/Modules/Templates/Internal/internal.module.template.json diff --git a/Oqtane.Application/Server/wwwroot/Themes/Templates/Internal/template.json b/Oqtane.Application/Server/wwwroot/Themes/Templates/Internal/internal.theme.template.json similarity index 100% rename from Oqtane.Application/Server/wwwroot/Themes/Templates/Internal/template.json rename to Oqtane.Application/Server/wwwroot/Themes/Templates/Internal/internal.theme.template.json