Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/svgo/README.md

    r59329aa re29cc2e  
    6464  plugins: [
    6565    // enable a built-in plugin by name
    66     'builtinPluginName',
     66    'prefixIds',
     67
    6768    // or by expanded version
    6869    {
    69       name: 'builtinPluginName',
    70     },
     70      name: 'prefixIds',
     71    },
     72
    7173    // some plugins allow/require to pass options
    7274    {
    73       name: 'builtinPluginName',
    74       params: {
    75         optionName: 'optionValue',
     75      name: 'prefixIds',
     76      params: {
     77        prefix: 'my-prefix',
    7678      },
    7779    },
     
    9193        overrides: {
    9294          // customize options for plugins included in preset
    93           builtinPluginName: {
    94             optionName: 'optionValue',
     95          inlineStyles: {
     96            onlyMatchedOnce: false,
    9597          },
     98
    9699          // or disable plugins
    97           anotherBuiltinPlugin: false,
     100          removeDoctype: false,
    98101        },
    99102      },
    100103    },
    101     // Enable builtin plugin not included in preset
    102     'moreBuiltinPlugin',
    103     // Enable and configure builtin plugin not included in preset
    104     {
    105       name: 'manyBuiltInPlugin',
    106       params: {
    107         optionName: 'value',
     104
     105    // enable builtin plugin not included in default preset
     106    'prefixIds',
     107
     108    // enable and configure builtin plugin not included in preset
     109    {
     110      name: 'sortAttrs',
     111      params: {
     112        xmlnsOrder: 'alphabetical',
    108113      },
    109114    },
Note: See TracChangeset for help on using the changeset viewer.