Edit Item

Edit Item - Premium

Edit the item by Item Format.

Some change rule can be done by Item Format, for example:

For set name rule:

fake-changes:
  set-name: 'test1'

can be replaced to:

fake-changes:
  edit-item:
    name: 'test1'

View Item Format here.

Edit Item and Replace* - Premium

If you want to rewrite item, you can use replace-item option in this rule.

fake-changes:
  edit-item:
    name: 'test1'
    repalce-item: true

Last updated