Skip to content

Commit

Permalink
Item9588: Update ZonePlugin Config.spec
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8916 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Sep 5, 2010
1 parent b074600 commit c898bdd
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions ZonePlugin/lib/Foswiki/Plugins/ZonePlugin/Config.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# ---+ Extensions
# ---++ ZonePlugin
# ---+++ Backwards compatibility - EXPERT
# ---+++ Backwards compatibility
# **BOOLEAN**
# This will help you to work around situatios where javascript files produce errors
# due to the different ordering of depending files being located in the BODY zone.
# If switched on, all content added to any zone will be gathered in the HEAD for.
# Note, that in backwards compatibility mode, the page layout will be suboptimal
# resulting in slower page rendering times by todays browsers. Alternatively, try
# to fix the cause for any javascript not being properly put into the BODY zone.
$Foswiki::cfg{OptimizePageLayout} = 0;
# <p><code>{MergeHeadAndScriptZones}</code> is provided to maintain compatibility with legacy extensions that use <code>ADDTOHEAD</code> to add <code>&lt;script&gt;</code> markup and require content that is now in the <code>script</code> zone.</p>
# <p>Normally, dependencies between individual <code>ADDTOZONE</code> statements are resolved within each zone. However, if <code>{MergeHeadAndScriptZones}</code> is enabled, then <code>head</code> content which requires an <code>id</code> that only exists in <code>script</code> (and vice-versa) will be re-ordered to satisfy any dependency.</p>
# <p><strong><code>{MergeHeadAndScriptZones}</code> will be removed from a future version of Foswiki.</strong></p>
$Foswiki::cfg{MergeHeadAndScriptZones} = 0;

# ---+++ Warning messages - EXPERT
# **BOOLEAN**
Expand Down

0 comments on commit c898bdd

Please sign in to comment.