- Shortcodes

This commit is contained in:
Ty Clifford
2026-07-04 21:53:18 -04:00
parent bb93bf58fe
commit 9dbd29d8aa
7 changed files with 426 additions and 0 deletions
+7
View File
@@ -2,6 +2,13 @@
All notable changes to Ty Clifford's Content Management System are documented here.
## 2026-07-05
### Added
- Added a declared shortcode parser with PHP-array/JSON configuration, including `[youtube=<id>]` and `[video poster=<poster> file=<file>]`.
- Added `lone-embed.php` as the generated HTML5 video player target for video shortcodes.
## 2026-07-04
### Added