Skip to content

Instantly share code, notes, and snippets.

@HenderOrlando
Created March 6, 2014 18:37
Show Gist options
  • Select an option

  • Save HenderOrlando/9396477 to your computer and use it in GitHub Desktop.

Select an option

Save HenderOrlando/9396477 to your computer and use it in GitHub Desktop.
{% include '_page_3Col_panel_center.html.twig' with {
media : {
tipo : 'img',
sources : [
{
src : 'url/a/la/imagen',
}
]
},
botones : {
'buttonset': 'horizontal',
'botones' : [
{
'url' : 'Enviar/Mensaje/de/Contacto/',
'label' : 'Enviar mensaje'
'type' : 'Info',
},
{
'url' : 'Administrar/perfil/',
'class' : 'open-panel-right',
'label' : 'Administrar'
'type' : 'primary',
'list' : [
{
'url' : 'bandeja/de/entrada/',
'class' : 'open-panel-right',
'label' : 'Bandeja de Entrada'
},
{
'url' : 'usuarios/',
'class' : 'open-panel-right',
'label' : 'Usuarios',
},
{
'url' : 'archivos/',
'class' : 'open-panel-right',
'label' : 'Galerías',
},
{
'url' : 'participacion/',
'class' : 'open-panel-right',
'label' : 'Participación',
},
],
},
},
infos : [
{
title :'texto 1',
numCol :1,
xeditable :{
valor : 'texto',
emptyText : 'vacío',
placeholder : 'texto',
}
},
{
title :'texto 2',
text :'texto 2',
numCol :1,
},
],
redes : [
{
name : 'facebook',
title : 'Facebook de ',
href : '/facebook/'
},
{
name : 'twitter',
title : 'Twitter de ',
href : '/twitter/'
},
],
} %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment