Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
[
{
"flag": "blocked",
"label": "Short Term Block (24 Hours)",
"label": "24-hour Block",
"durationInHours": "24"
},
{
"flag": "blocked",
"label": "Long Term Block (5 Years)",
"durationInHours": "43848"
"label": "Acceptable Use Policy or LIO Behavior",
"durationInHours": "876000"
},
{
"flag": "blocked",
"label": "Access Policy",
"durationInHours": "876000"
}
]
Original file line number Diff line number Diff line change
@@ -1,32 +1,12 @@
[
{
"name": "summary",
"label": "Summary",
"name": "behaviouralPlan",
"label": "Behavioural Plan",
"editLabel": "Edit Summary",
"type": "textarea",
"rows": 20,
"width": 500,
"placeholder": "Enter a summary of the client",
"isPII": true
},
{
"name": "recommendedApproach",
"label": "Recommended Approach",
"editLabel": "Edit Recommended Approach",
"type": "textarea",
"rows": 20,
"width": 500,
"placeholder": "Enter recommended approach",
"isPII": true
},
{
"name": "details",
"label": "Details",
"editLabel": "Edit Details",
"type": "textarea",
"rows": 20,
"width": 500,
"placeholder": "Enter Details",
"rows": 50,
"width": 550,
"placeholder": "Enter a behavioural plan for the help seeker",
"isPII": true
}
]
Loading