Skip to content

Commit

Permalink
se agrega la info de tareas automaticas al crear y ver articulos
Browse files Browse the repository at this point in the history
  • Loading branch information
jpablop committed Jun 4, 2014
1 parent 021f112 commit 3a33859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/backend/modules/article/config/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ generator:
Secciones relacionadas: [_section_id, _article_section]
# @ncuesta: De 'Contenido' eliminé 'link_id', porque no encontré para qué se usaba.
Contenido: [upper_description, title, heading, _editor, contact, _multimedia_id, zoomable_multimedia, main_gallery_id, _reference_type, _reference, open_reference_new_window]
Tareas Automáticas: [auto_publish_at, auto_unpublish_at]
actions:
_list:
_save:
Expand Down Expand Up @@ -241,5 +242,6 @@ generator:
Información y estado: [<?php (CmsConfiguration::get('check_use_sources', true)) and print 'source, ' ?>type_text, comment, current_status, section, _references<?php (CmsConfiguration::get('check_allow_article_popup', true)) and print ', open_as_popup' ?>]
Información de Auditoria: [ author, created_at, author_updated, updated_at ]
Contenido: [full_HTML_representation]
Tareas Automáticas: [auto_publish_at, auto_unpublish_at]
actions:
_list:

0 comments on commit 3a33859

Please sign in to comment.