daniel added a subscriber: daniel.
daniel added a comment.

For the record, here's the outcome of some discussion we just had (Jonas, 
Thiemo, Lydia, Daniel, prompted by Adrian's comment on I5facc55342d):

- Statement sections should be configurable.
- Statement sections should be configurable per entity type.
- Configuration should not contain PHP code, such as callback functions.

Proposed structure for the configuration:

        array( // entity types
                'item' => array( // sections
                        'other' => null,
                        'identifiers' => array(
                                        'type' => 'data-type',
                                        'data-types' => array( 'identifier' ),
                        ),
                ),
                'property' => array(  // sections
                        'constraints' => array(
                                'type' => 'property-list',
                                'properties' => array( 'P111' ),
                        ),
                        'more' => null,
                ),
        )




TASK DETAIL
  https://phabricator.wikimedia.org/T117421

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: daniel
Cc: daniel, Jonas, Lydia_Pintscher, Aklapper, Sjoerddebruin, Liuxinyu970226, 
Ltrlg, Daniel_Mietchen, Ricordisamoa, Legoktm, Pigsonthewing, Filceolaire, PKM, 
Laddo, Sannita, Addshore, Multichill, Bene, Tobi_WMDE_SW, Snaterlicious, 
thiemowmde, adrianheine, Micru, jayvdb, MGChecker, DSGalaktos, Agabi10, Zolo, 
Wikidata-bugs, aude, Mbch331



_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to