Index: trunk/extensions/SemanticMediaWiki/includes/SMW_DataValueFactory.php |
— | — | @@ -117,6 +117,7 @@ |
118 | 118 | '_wpg' => 'SMWWikiPageValue', // Page type |
119 | 119 | '_wpp' => 'SMWWikiPageValue', // Property page type TODO: make available to user space |
120 | 120 | '_wpc' => 'SMWWikiPageValue', // Category page type TODO: make available to user space |
| 121 | + '_wpf' => 'SMWWikiPageValue', // Form page type for Semantic Forms |
121 | 122 | '_num' => 'SMWNumberValue', // Number type |
122 | 123 | '_tem' => 'SMWTemperatureValue', // Temperature type |
123 | 124 | '_dat' => 'SMWTimeValue', // Time type |
— | — | @@ -129,6 +130,7 @@ |
130 | 131 | '__spu' => 'SMWURIValue', // Special uri type |
131 | 132 | '__sup' => 'SMWWikiPageValue', // Special subproperty type |
132 | 133 | '__suc' => 'SMWWikiPageValue', // Special subcategory type |
| 134 | + '__spf' => 'SMWWikiPageValue', // Special Form page type for Semantic Forms |
133 | 135 | '__sin' => 'SMWWikiPageValue', // Special instance of type |
134 | 136 | '__red' => 'SMWWikiPageValue', // Special redirect type |
135 | 137 | '__lin' => 'SMWLinearValue', // Special linear unit conversion type |