diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-04 15:50:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-04 15:50:23 -0400 |
commit | 2fe3dfc9f93ffa3bedaba261cd37deb9539fa9f0 (patch) | |
tree | cc8704209aa48306efe7a3a08716cbdf0bacb73d /doc/todo | |
parent | 46676639c2d8d3b4491d45785f69adf79cbcb7b0 (diff) | |
parent | 53453ebdb2c6624abcbb56a2f9605fffcd326c77 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/structured_page_data.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/structured_page_data.mdwn b/doc/todo/structured_page_data.mdwn index 524bdb8dd..3db750783 100644 --- a/doc/todo/structured_page_data.mdwn +++ b/doc/todo/structured_page_data.mdwn @@ -33,7 +33,7 @@ Information about data types would be encoded elsewhere, probably on a parent page (using a separate directive). That way, all child pages could be forced to have the same fields. -There would be some simple types like select, boolean, multiselect, string. +There would be some simple types like select, boolean, multiselect, string, wiki markup. Probably lists of these (ie, list of strings). Possibly more complex data structures. |