|
|
|
@ -7,8 +7,7 @@ import {
|
|
|
|
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
|
|
|
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
|
|
|
const details = ():IpluginDetails => ({
|
|
|
|
const details = ():IpluginDetails => ({
|
|
|
|
name: 'Set Original File',
|
|
|
|
name: 'Set Original File',
|
|
|
|
description: 'Set the working file to the original file path at the very start of the flow. '
|
|
|
|
description: 'Set the working file to the original file path at the very start of the flow.',
|
|
|
|
+ 'The original file won\'t be affected by subsequent plugins (E.g. Replace Original File).',
|
|
|
|
|
|
|
|
style: {
|
|
|
|
style: {
|
|
|
|
borderColor: 'green',
|
|
|
|
borderColor: 'green',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|