Start Theme Repo

This commit is contained in:
2026-01-29 19:10:03 +01:00
commit 101179e994
84 changed files with 14654 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<label for="releaseSite">
{{ __( "Release Site:", 'romhackplaza' ) }}
</label>
<span class="field-helper">{{ __( 'Optional.', 'romhackplaza' ) }}</span>
<span class="field-helper">{{ __( "Project entry on site/blog/forum/GitHub.", 'romhackplaza' ) }}</span>
<input type="url" id="releaseSite" name="release_site" placeholder="https://example.com" value="{{ value_release_site }}">
<label for="youtubeVideo">
{{ __( "YouTube Video:", 'romhackplaza' ) }}
</label>
<span class="field-helper">{{ __( 'Optional.', 'romhackplaza' ) }}</span>
<input type="url" id="youtubeVideo" name="youtube_video" placeholder="https://youtube.com/watch?v=example" value="{{ value_youtube_video }}">