Start Theme Repo
This commit is contained in:
12
views/pieces/submissions/fields/extra-links.twig
Normal file
12
views/pieces/submissions/fields/extra-links.twig
Normal 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 }}">
|
||||
Reference in New Issue
Block a user