Skip to content

Commit

Permalink
create page of workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Jul 23, 2024
1 parent ca3748f commit 5a451a2
Show file tree
Hide file tree
Showing 5 changed files with 1,868 additions and 716 deletions.
16 changes: 15 additions & 1 deletion packages/Webkul/Admin/src/Resources/lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,14 +235,15 @@

'workflows' => [
'create' => [
'title' => 'Edit Workflow',
'title' => 'Create Workflow',
'event' => 'Event',
'back-btn' => 'Back',
'save-btn' => 'Save Workflow',
'general' => 'General',
'name' => 'Name',
'description' => 'Description',
'conditions' => 'Conditions',
'value' => 'Value',
'condition-type' => 'Condition Type',
'all-condition-are-true' => 'All condition are true',
'any-condition-are-true' => 'Any condition are true',
Expand Down Expand Up @@ -276,6 +277,7 @@
'name' => 'Name',
'description' => 'Description',
'conditions' => 'Conditions',
'value' => 'Value',
'all-condition-are-true' => 'All condition are true',
'any-condition-are-true' => 'Any condition are true',
'condition-type' => 'Condition Type',
Expand All @@ -297,6 +299,18 @@
'send-email-to-sales-owner' => 'Send email to sales owner',
'send-email-to-participants' => 'Send email to participants',
'add-webhook' => 'Add Webhook',
'update-lead' => 'Update Lead',
'update-person' => 'Update Person',
'send-email-to-person' => 'Send email to person',
'add-tag' => 'Add Tag',
'add-note-as-activity' => 'Add Note as Activity',
'get-method' => 'Get Method',
'post-method' => 'Post Method',
'put-method' => 'Put Method',
'delete-method' => 'Delete Method',
'patch-method' => 'Patch Method',
'encoding-json' => 'Encoding JSON',
'encoding-http-query' => 'Encoding HTTP Query',
],
],
],
Expand Down
Loading

0 comments on commit 5a451a2

Please sign in to comment.