Sync with MokoStandards: Remove local scripts and workflows #57

Merged
Copilot merged 6 commits from copilot/sync-mokostandards-requirements into main 2026-01-18 01:56:31 +00:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 51238139c1 - Show all commits

View File

@@ -98,6 +98,10 @@ $wa->useStyle('template.user'); // css/user.css
// Optional vendor CSS
$wa->useStyle('vendor.bootstrap-toc');
// Optional demo/showcase CSS (available for use, not loaded by default)
// To use: Add 'template.global.social-media-demo' to your article/module
// $wa->useStyle('template.global.social-media-demo');
// Color theme (light + optional dark)
$colorLightKey = strtolower(preg_replace('/[^a-z0-9_.-]/i', '', $params_LightColorName));
$colorDarkKey = strtolower(preg_replace('/[^a-z0-9_.-]/i', '', $params_DarkColorName));

View File

@@ -235,6 +235,11 @@
"name": "vendor.fa7free.solid.min",
"type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/solid.min.css"
},
{
"name": "template.global.social-media-demo",
"type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/global/social-media-demo.css"
}
]
}