Modified:
wiki/Settings.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/Settings.wiki
==============================================================================
--- wiki/Settings.wiki (original)
+++ wiki/Settings.wiki Thu Mar 19 08:26:24 2009
@@ -4,7 +4,7 @@
Loki has many settings to customize its behavior that can be passed to
`UI.Loki.init()`. A reference table is given below; for information how to
pass these settings in, see [Initialization the article on initializing
Loki]. All settings are optional.
|| *Name* || *Type* || *Description * ||
-|| allowable_tags || array || An array of allowed HTML tags. Loki will
remove any tags from the document that do not appear in this list. If this
is not specified, a fairly permissive default list that is built-in to Loki
will be used. ||
+|| allowable_tags || array || An array of allowed HTML tags. Loki will
remove any tags from the document that do not appear in this list. If this
is not specified, a fairly permissive default list that is built-in to Loki
will be used. Include an exclamation mark ("!") in the array to allow
comments. ||
|| allowable_styles || array || An array of allowed inline styles (all
others will be stripped). If this is not specified, only `text-align`,
`vertical-align`, `float`, `direction`, `display`, `clear`, and
`list-style` will be allowed. ||
|| base_uri || string || The URL of the Loki folder. Loki uses this to
pull in icons, CSS files, etc. Loki will attempt to detect the correct
value for this automatically, but in some cases it may need to be given
explicitly. ||
|| crash_report_uri || string || The URL to which [CrashReports crash
reports] will be sent. Crash reports were added in Loki 2.0.1. ||