Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Local.Configuration.Site.Posts Class Reference

Static Public Attributes

string category = "posts"
 The category (or table name) where new posts are placed. More...
 
string uriTitleQueryKey = "title"
 The URI query key that is used to specify a post title to display.
 
string allowedAttributes = "width"
 Attributes allowed for Markdown-style link and image statements. More...
 

Member Data Documentation

string Local.Configuration.Site.Posts.allowedAttributes = "width"
static

Attributes allowed for Markdown-style link and image statements.

arena extends Markdown to allow reference-style Markdown statements to specify additional attributes, such as width and height, that are attached to the HTML tag when the Markdown text is rendered. Any attribute that is NOT in this list is ignored. It is probably a good idea to leave out Javscript event attributes, in order to prevent a malicious user from inserting Javascript code into a post.

string Local.Configuration.Site.Posts.category = "posts"
static

The category (or table name) where new posts are placed.


The documentation for this class was generated from the following file: