1.20.x layout_renderer_flexible.inc LayoutRendererFlexible::addMeta()

Attach page metadata.

File

modules/layout/plugins/renderers/layout_renderer_flexible.inc, line 124

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_js(backdrop_get_path('module', 'layout') . '/js/layout.admin.js');
  backdrop_add_css(backdrop_get_path('module', 'layout') . '/css/layout.admin.css');
}