You are here

faq-draggable-question-order-table.html.twig in Frequently Asked Questions 8

Template file for the questions reorder page.

Available variables:

  • order_table: Renders the question reorder table.

See also

template_preprocess_faq_draggable_questions_order_table()

File

templates/faq-draggable-question-order-table.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Template file for the questions reorder page.
  5. *
  6. * Available variables:
  7. * - order_table: Renders the question reorder table.
  8. *
  9. * @see template_preprocess_faq_draggable_questions_order_table()
  10. *
  11. * @ingroup themable
  12. */
  13. #}
  14. {{ order_table }}