ImagineWeb.CmsPageView (imagine_cms v6.3.7)

Link to this section Summary

Link to this section Functions

The resource name, as an atom, for this view

Link to this function

cms_page_browser(target)

Link to this function

cms_page_browser_columns(level, pages, target)

Link to this function

cms_page_select_options(cms_pages)

Link to this function

cms_page_select_options(cms_pages, cms_page)

Link to this function

cms_page_version_select_options(cms_page_versions)

Link to this function

cms_template_select_options(cms_templates)

Link to this function

render(template, assigns \\ %{})

Renders the given template locally.

Link to this function

template_not_found(template, assigns)

Specs

template_not_found(Phoenix.Template.name(), map()) :: no_return()

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.