ui/twig/modules/gallery/includes/header.html.twig line 1

Open in your IDE?
  1. {% include '@ui/create/forms/categories.html.twig' with {
  2.     form: dataForm,
  3.     categories: [
  4.         'Basic',
  5.         'Advanced',
  6.     ],
  7.     title: 'Categories'
  8. } %}