Skip to content

Commit 1c58783

Browse files
author
Tom Kaczocha
authored
Update README with new options
1 parent f1df992 commit 1c58783

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ $( document ).ready( function( )
5858
debug: false,
5959
heading: 'My Custom Delete Heading',
6060
message: 'Are you sure you want to delete this item?',
61+
btn_ok_label: 'Yes',
62+
btn_cancel_label: 'Cancel',
6163
data_type: 'post',
6264
callback: function ( event )
6365
{
@@ -87,6 +89,12 @@ This is for setting a custom modal heading.
8789
### message
8890
Setting a custom delete message/question.
8991

92+
### btn_ok_label
93+
Set the confirm label text
94+
95+
### btn_cancel_label:
96+
Set the cancel label text
97+
9098
### data_type
9199
Used if heading & message are not provided
92100

0 commit comments

Comments
 (0)