Index: trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_Property.php |
— | — | @@ -331,6 +331,13 @@ |
332 | 332 | '_ERRP' => array( '_wpp', false ), // "has improper value for" |
333 | 333 | '_LIST' => array( '__tls', true ), // "has fields" |
334 | 334 | '_SKEY' => array( '__key', true ), // sort key of a page |
| 335 | + '_SF_DF' => array( '__spf', true ), // Semantic Form's default form property |
| 336 | + '_SF_AF' => array( '__spf', true ), // Semantic Form's alternate form property |
| 337 | + '_1' => array( '__err', true ), // properties for encoding (short) lists, these do not really have a type (may be used internally for diverse types) |
| 338 | + '_2' => array( '__err', true ), |
| 339 | + '_3' => array( '__err', true ), |
| 340 | + '_4' => array( '__err', true ), |
| 341 | + '_5' => array( '__err', true ), |
335 | 342 | ); |
336 | 343 | wfRunHooks( 'smwInitProperties' ); |
337 | 344 | } |