{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'club', 'mode': 'club' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'club', 'mode': 'club', 'active': 'content' } ) }}

General Settings

General Display Settings

{% if mode is defined and mode == 'edit' %} {% else %}

{% if content.enabled == true %} Enabled {% elseif content.enabled == false %} Disabled {% endif %}

{% endif %}

Status of current content

{% if edit == true %} {% else %}

Section: {{ content.getListingId().getSectionId().getName() }} | Listing: {{ content.getListingId().getName() }}

{% endif %}

Parent section for the content

{% if edit == true %} {% else %}

{{ content.name }}

{% endif %}

Internal content code name

{% if edit == true %} {% else %} {{ content.url }} {% endif %}

URL to display a thumbnail (pictures, videos, games, etc.)

{% if edit == true %} {% else %}

{{ content.streamPreviewPath }}

{% endif %}

Path to stream preview media content, short version. (http://static..)

{% if edit == true %} {% else %}

{{ content.path }}

{% endif %}

Path to directly download content. (/var/www/..)

{% if edit == true %} {% else %}

{{ content.streamPath }}

{% endif %}

Path to stream media content. (http://static..)

{% if edit == true %} {% else %}

{{ content.staticHtml }}

{% endif %}

Points to an index.html in case of custom content (i.e. Games) (http://static..)

{% if edit == true %} {% else %}

{{ content.publicName }}

{% endif %}

Public name to display to clients

{% if edit == true %} {% else %}

{{ content.description }}

{% endif %}

Public textual description of content

{% if edit == true %} {% else %}

{{ content.type }}

{% endif %}

Kind of content (Image, video, etc..)

{% if edit == true %} {% else %}

{% if content.displayType == 'SL' %} Slider {% elseif content.displayType == 'BA' %} Banner {% elseif content.displayType == 'SQ' %} Square {% endif %}

{% endif %}

Content Display Type defines how the thumbnail will be displayed

{% if edit == true %}
{% endif %}
{% if delete == true %}
{% endif %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}