From: JoshTriplett Date: Thu, 4 Sep 2008 19:48:03 +0000 (-0400) Subject: Distinguish between strings and wiki markup. X-Git-Tag: 2.63~18^2 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/53453ebdb2c6624abcbb56a2f9605fffcd326c77?ds=sidebyside;hp=500a19baaaddcd9a3a98a1c1716233df7c9013b7 Distinguish between strings and wiki markup. --- diff --git a/doc/todo/structured_page_data.mdwn b/doc/todo/structured_page_data.mdwn index 7723daba7..59756152f 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.