pino-8.x-1.2-no-core/themes/pino_theme/config/schema/pino_theme.schema.yml
themes/pino_theme/config/schema/pino_theme.schema.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | # Schema for the configuration files of the Pino Theme theme. pino_theme.settings: type: theme_settings label: 'Bulma settings' mapping: general: type: mapping label: 'Bulma general settings' mapping: block: type: integer label: 'Bulma block style' icon: type: integer label: 'Use icons' icon_type: type: integer label: 'Use default field type icons' menu: type: string label: 'Bulma nav menu' button: type: mapping label: 'Bulma buttons' mapping: colorize: type: integer label: 'Colorize button' size: type: string label: 'Button size' outlined: type: integer label: 'Outlined button' inverted: type: integer label: 'Inverted button' elements: type: mapping label: 'Bulma form elements' mapping: labels_inline: type: integer label: 'Horizontal form' input_size: type: string label: 'Form element size' labels_rounded: type: integer label: 'Rounded labels' labels_color: type: string label: 'Labels style' labels_size: type: string label: 'Labels size' tabs: type: mapping label: 'Bulma tabs' mapping: position: type: string label: 'Tabs position' size: type: string label: 'Tabs size' style: type: string label: 'Tabs style' fullwidth: type: integer label: 'Tabs fullwidth' table: type: mapping label: 'Bulma table' mapping: bordered: type: integer label: 'Bordered' striped: type: integer label: 'Striped' narrow: type: integer label: 'Narrow' cdn: type: mapping label: 'CDN' mapping: bulma: type: mapping label: 'Bulma' mapping: version: type: string label: 'Version' bulmaswatch: type: mapping label: 'Bulmaswatch' mapping: version: type: string label: 'Version' theme: type: string label: 'Theme' |