1 layout_renderer_flexible.inc LayoutRendererFlexible::addMeta()

Attach page metadata.

File

core/modules/layout/plugins/renderers/layout_renderer_flexible.inc, line 148

Class

LayoutRendererFlexible
The renderer for the flexible template editor.

Code

function addMeta() {
  backdrop_add_library('system', 'backdrop.ajax');
  backdrop_add_library('system', 'ui.sortable');
  backdrop_add_library('layout', 'layout.admin');
  backdrop_add_css(backdrop_get_path('module', 'layout') . '/css/layout.flexible.admin.css');
}