10 lines
378 B
Twig
10 lines
378 B
Twig
<span class="label">
|
|
{{ __( "Main Image:", 'romhackplaza' ) }}
|
|
</span>
|
|
<span class="field-helper">
|
|
{{ __( "This will show up on the index and on top of the entry. A screenshot or custom cover is prefered else all hacks of same game will look the same.", 'romhackplaza' ) }}
|
|
</span>
|
|
<br>
|
|
{% if can_acf %}
|
|
{{ function( 'acf_form', attachments_settings ) }}
|
|
{% endif %} |