Skip to content

Instantly share code, notes, and snippets.

@markblackmore
Created September 23, 2013 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markblackmore/6667797 to your computer and use it in GitHub Desktop.
Save markblackmore/6667797 to your computer and use it in GitHub Desktop.
/ezpublish_legacy/settings/override/content.ini.append.php
<?php /* #?ini charset="utf-8"?
[CustomTagSettings]
AvailableCustomTags[]=underline
IsInline[underline]=true
[factbox]
CustomAttributes[]=align
CustomAttributes[]=title
CustomAttributesDefaults[align]=right
CustomAttributesDefaults[title]=factbox
[table]
AvailableClasses[]=list
AvailableClasses[]=cols
AvailableClasses[]=comparison
AvailableClasses[]=default
CustomAttributes[]=summary
CustomAttributes[]=caption
ClassDescription[list]=List
ClassDescription[cols]=Timetable
ClassDescription[comparison]=Comparison Table
ClassDescription[default]=Default
Defaults[rows]=2
Defaults[cols]=2
Defaults[width]=100%
Defaults[border]=0
Defaults[class]=default
[td]
CustomAttributes[]=valign
[th]
CustomAttributes[]=scope
CustomAttributes[]=abbr
CustomAttributes[]=valign
[object]
AvailableClasses[]=itemized_sub_items
AvailableClasses[]=itemized_subtree_items
AvailableClasses[]=highlighted_object
AvailableClasses[]=vertically_listed_sub_items
AvailableClasses[]=horizontally_listed_sub_items
CustomAttributes[]=offset
CustomAttributes[]=limit
ClassDescription[itemized_sub_items]=Itemized Sub Items
ClassDescription[itemized_subtree_items]=Itemized Subtree Items
ClassDescription[highlighted_object]=Highlighted Object
ClassDescription[vertically_listed_sub_items]=Vertically Listed Sub Items
ClassDescription[horizontally_listed_sub_items]=Horizontally Listed Sub Items
CustomAttributesDefaults[offset]=0
CustomAttributesDefaults[limit]=5
[embed]
AvailableClasses[]=itemized_sub_items
AvailableClasses[]=itemized_subtree_items
AvailableClasses[]=highlighted_object
AvailableClasses[]=vertically_listed_sub_items
AvailableClasses[]=horizontally_listed_sub_items
CustomAttributes[]=offset
CustomAttributes[]=limit
ClassDescription[itemized_sub_items]=Itemized Sub Items
ClassDescription[itemized_subtree_items]=Itemized Subtree Items
ClassDescription[highlighted_object]=Highlighted Object
ClassDescription[vertically_listed_sub_items]=Vertically Listed Sub Items
ClassDescription[horizontally_listed_sub_items]=Horizontally Listed Sub Items
CustomAttributesDefaults[offset]=0
CustomAttributesDefaults[limit]=5
[quote]
CustomAttributes[]=align
CustomAttributes[]=author
CustomAttributesDefaults[align]=right
CustomAttributesDefaults[autor]=Quote author
[embed-type_images]
AvailableClasses[]
[paragraph]
AvailableClasses[]
AvailableClasses[]=main_intro
AllowEmpty=true
CustomAttributes[]
*/ ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment