You are here

panelizer.info.yml in Panelizer 8.5

Same filename and directory in other branches
  1. 8.3 panelizer.info.yml
  2. 8.4 panelizer.info.yml

File

panelizer.info.yml
View source
  1. type: module
  2. name: Panelizer
  3. description: 'Allow any entity view mode to be rendered using a Panels display.'
  4. package: Layout
  5. version: VERSION
  6. core_version_requirement: ^8.8 || ^9
  7. dependencies:
  8. # Core.
  9. - drupal:layout_builder
  10. # @todo Break the dependency on Field UI.
  11. - drupal:field_ui
  12. # Contrib
  13. - core_context:core_context
  14. - ctools:ctools_block
  15. - layout_library:layout_library
  16. - panels:panels
  17. # @todo Allow editing without the IPE.
  18. - panels:panels_ipe