JSFiddle - React, Tailwind, and code Playground

by Salmin Skenderovic

JavaScript

{
  extentionsBehavior: [{
      v: 1,
      familyGroup: "File Size",
      handlerId: "<uuid>",
      choosenBehavior: {
        action: "block",
        enabled: true,
        notificationPolicyID: "abb8f193 - b0be - 4581 - ade6 - 35b1b3dd5d17"
      }
    },
    {
      v: 1,

      familyGroup: "Bulk Size",
      handlerId: "<uuid>",
      choosenBehavior: {
        action: "prompt",
        enabled: true,
        notificationPolicyID: "24a28335 - 8168 - 4419 - bf4f - 942bc717437b"
      }
    },
    {
      v: 1,
      familyGroup: "MIP Label",
      handlerId: "<uuid>",
      choosenBehavior: {
        action: "accordingToPrevRule",
        enabled: true
      }
    }
  ],
  handlers: [{
    id: "<uuid>",
    targetEnum: ["it:error:contentscan:filesize"]
  }, {
    id: "<uuid>",
    targetEnum: ["it:error:contentscan:bulksize"]
  }, {
    id: "<uuid>",
    targetEnum: ["it:error:contentscan:miperror"]
  }]
}