add ability to show metadata values in head blocks.
This commit is contained in:
parent
c15ba6147f
commit
36eb8db8fc
43 changed files with 96 additions and 49 deletions
|
|
@ -132,7 +132,7 @@ sub prepareView {
|
|||
$self->SUPER::prepareView();
|
||||
my $templateId = $self->get("templateId");
|
||||
my $template = WebGUI::Asset::Template->new($self->session, $templateId);
|
||||
$template->prepare;
|
||||
$template->prepare($self->getMetaDataAsTemplateVariables);
|
||||
$self->{_viewTemplate} = $template;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue