1<?php 2 3$meta['theme'] = [ 4 'multichoice', 5 '_choices' => [ 6 'default', 7 'coy', 8 'dark', 9 'funky', 10 'okaidia', 11 'solarizedlight', 12 'tomorrow', 13 'twilight', 14 ] 15]; 16 17$meta['cdn'] = [ 18 'multichoice', 19 '_choices' => [ 20 'https://cdn.jsdelivr.net/npm/prismjs@1.29.0/', 21 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/', 22 'https://unpkg.com/prismjs@1.29.0/', 23 'https://cdn.bootcdn.net/ajax/libs/prism/1.29.0/', 24 ] 25]; 26$meta['custom-cdn'] = array('string'); 27$meta['override-code'] = array('onoff'); 28$meta['show-invis'] = array('onoff'); 29$meta['hl-brace'] = array('onoff'); 30$meta['previewer'] = array('onoff'); 31$meta['user'] = array('string'); 32$meta['host'] = array('string'); 33