Skip to content

Commit

Permalink
Fixed #019107: Website Toolbar creates dependency on extensions load
Browse files Browse the repository at this point in the history
order : not all website toolbar extensions are shown
  • Loading branch information
nfrp committed Feb 3, 2012
1 parent bcee0c8 commit cc10a96
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -36,9 +36,9 @@ CustomTemplateList[]=link
# This setting indicates where custom templates should be included
# Array keys correspond to the custom template names defined in CustomTemplateList[]
# Separate each view name with a semi-colon
IncludeInView[]
#IncludeInView[]
# Example: customtemplateexample template will be included in Website Toolbar
# in the full, edit, and versionview views
# IncludeInView[customtemplateexample]=full;edit;versionview
IncludeInView[object_states]=full
IncludeInView[link]=full
IncludeInView[link]=full

0 comments on commit cc10a96

Please sign in to comment.