Start Theme Repo
This commit is contained in:
10
views/pieces/submissions/fields/entry-title.twig
Normal file
10
views/pieces/submissions/fields/entry-title.twig
Normal file
@@ -0,0 +1,10 @@
|
||||
<label for="entryTitle">{{ entry_title_field_name }}</label>
|
||||
{% if post_type == "translations" %}
|
||||
{{ __( "If the translation has a custom title. If not, leave it blank and the game title will be taken.", 'romhackplaza' ) }}
|
||||
{% endif %}
|
||||
<input
|
||||
type="text"
|
||||
id="entryTitle"
|
||||
value="{{ value_entry_title }}"
|
||||
{% if not post_type == "translations" %}required{% endif %}
|
||||
>
|
||||
Reference in New Issue
Block a user