1<?php 2/* 3 * PurpleNumbers plugin, default configuration settings 4 * 5 */ 6 7$conf['numbering'] = 1; //0= consecutive IDs, 1= hierarchical IDs 8$conf['uniqueness'] = 0; //0= IDs unique per page, 1= IDs unique per site 9$conf['internalID'] = 0; //create IDs that can be used as internal anchors? 10$conf['linkText'] = 0; //0= display paragraph/section sign, 1= display ID 11$conf['restrictionNS'] = ''; //restrict usage of plugin to these first level namespaces (comma separated) 12$conf['restrictionType'] = 1; //0= exclude restricted NS, 1=include restricted NS 13$conf['includeStartpage'] = 1; 14$conf['annotationPage'] = ''; 15