update help mentioning RawHeadTags macro
This commit is contained in:
parent
75f159f71b
commit
6c46d97eea
2 changed files with 5 additions and 3 deletions
|
|
@ -24,6 +24,8 @@
|
|||
- Tried to clean up some HttpProxy code. Still very ugly. (need rewrite?)
|
||||
- fix: HttpProxy would not put correct values for multiple query params with
|
||||
same name.
|
||||
- fix: metadata (WebGUI Help). Removed mention of the RawHeadTags macro
|
||||
from the Metadata help.
|
||||
|
||||
|
||||
7.1.2
|
||||
|
|
|
|||
|
|
@ -615,11 +615,11 @@ each asset under the tab "Meta" in the asset properties.</p>
|
|||
Metadata fields are exposed to the asset templates as their property name. So you can actually display the metadata
|
||||
to the rendered page using a template variable like <tmpl_var <i>propertyname</i>></p></li>
|
||||
<li><p><b>Meta tags</b><br />
|
||||
Since the meta data is exposed as template variables, you can use that in combination with the ^RawHeadTags();
|
||||
macro to create meta tags from meta data, including the tags from the Dublin Core standard.</p></li>
|
||||
Since the meta data is exposed as template variables, you can use them in the Head Block of Style templates
|
||||
to create meta tags from meta data, including the tags from the Dublin Core standard.</p></li>
|
||||
</ul>|,
|
||||
context => q|Metadata help|,
|
||||
lastUpdated => 1110530955
|
||||
lastUpdated => 1162233025
|
||||
},
|
||||
|
||||
'metadata edit property' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue