Skip to content

Commit

Permalink
Remove midline tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and jakubmikita committed Aug 24, 2023
1 parent aa40ff6 commit 3b2c80d
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion resources/wizard-data/comment_moderation.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"trigger": "comment/comment/added",
"carriers": {
"email": {
"activated": true,
"activated": true,
"enabled": true,
"subject": "{site_title} - Please moderate: \"{post_title}\"",
"body": "A new comment on the post \"{post_title}\" is waiting for your approval\r\n{post_permalink}\r\n\r\nAuthor: {comment_author_user_display_name} (IP address: {comment_author_IP})\r\nEmail: {comment_author_user_email}\r\nURL: {comment_author_url}\r\nComment: {comment_content}\r\n\r\nApprove it: {comment_approve_action_url}\r\nTrash it: {comment_trash_action_url}\r\nDelet it: {comment_delete_action_url}\r\nSpam it: {comment_spam_action_url}",
Expand Down
2 changes: 1 addition & 1 deletion resources/wizard-data/comment_published.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"trigger": "comment/comment/approved",
"carriers": {
"email": {
"activated": true,
"activated": true,
"enabled": true,
"subject": "{site_title} - Comment: \"{post_title}\"",
"body": "New comment on your post \"{post_title}\"\r\n\r\nAuthor: {comment_author_user_display_name} (IP address: {comment_author_IP})\r\n\r\nEmail: {comment_author_user_email}\r\n\r\nURL: {comment_author_url}\r\n\r\nComment: {comment_content}\r\n\r\nYou can see all comments on this post here:\r\n{post_permalink}#comments\r\n\r\nPermalink: {post_permalink}",
Expand Down
42 changes: 21 additions & 21 deletions resources/wizard-data/comment_reply.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"hash": "notification_5d3af50b188af",
"title": "Comment reply - comment author",
"trigger": "comment/comment/replied",
"carriers": {
"email": {
"activated": true,
"enabled": true,
"subject": "{site_title} - a new reply to your comment on \"{post_title}\"",
"body": "A new reply to your comment on the post \"{post_title}\" has been just added.\r\n{post_permalink}\r\n\r\nAuthor: {comment_author_user_display_name}\r\nURL: {comment_author_url}\r\nComment: {comment_content}",
"recipients": [
{
"type": "email",
"recipient": "{parent_comment_author_user_email}"
}
],
"headers": null
}
},
"enabled": true,
"extras": [],
"version": 1564144907
"hash": "notification_5d3af50b188af",
"title": "Comment reply - comment author",
"trigger": "comment/comment/replied",
"carriers": {
"email": {
"activated": true,
"enabled": true,
"subject": "{site_title} - a new reply to your comment on \"{post_title}\"",
"body": "A new reply to your comment on the post \"{post_title}\" has been just added.\r\n{post_permalink}\r\n\r\nAuthor: {comment_author_user_display_name}\r\nURL: {comment_author_url}\r\nComment: {comment_content}",
"recipients": [
{
"type": "email",
"recipient": "{parent_comment_author_user_email}"
}
],
"headers": null
}
},
"enabled": true,
"extras": [],
"version": 1564144907
}
2 changes: 1 addition & 1 deletion resources/wizard-data/new_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"trigger": "user/registered",
"carriers": {
"email": {
"activated": true,
"activated": true,
"enabled": true,
"subject": "{site_title} - New User Registration",
"body": "New user registration on your site {site_name}:\r\n\r\nUsername: {user_login}\r\n\r\nEmail: {user_email}",
Expand Down
2 changes: 1 addition & 1 deletion resources/wizard-data/password_forgotten.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"trigger": "user/password_reset_request",
"carriers": {
"email": {
"activated": true,
"activated": true,
"enabled": true,
"subject": "{site_title} - Password Reset",
"body": "Someone has requested a password reset for the following account:\r\n\r\nSite Name: {site_title}\r\n\r\nUsername: {user_nicename}\r\n\r\nIf this was a mistake, just ignore this email and nothing will happen.\r\n\r\nTo reset your password, visit the following address:\r\n\r\n{user_password_reset_link}",
Expand Down
2 changes: 1 addition & 1 deletion resources/wizard-data/password_reset.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"trigger": "user/password_changed",
"carriers": {
"email": {
"activated": true,
"activated": true,
"enabled": true,
"subject": "{site_title} - Password Reset",
"body": "Password changed for user: {user_login}",
Expand Down
2 changes: 1 addition & 1 deletion resources/wizard-data/post_published_admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"trigger": "post/post/published",
"carriers": {
"email": {
"activated": true,
"activated": true,
"enabled": true,
"subject": "{site_title} - Post \"{post_title}\" has been published",
"body": "The post \"{post_title}\" has been just published.\r\n\r\nView: {post_permalink}\r\nEdit: {home_url}/wp-admin/post.php?post={post_ID}&action=edit",
Expand Down
2 changes: 1 addition & 1 deletion resources/wizard-data/post_published_subscribers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"trigger": "post/post/published",
"carriers": {
"email": {
"activated": true,
"activated": true,
"enabled": true,
"subject": "{site_title} - New post: \"{post_title}\"",
"body": "Howdy,\r\n\r\nwe just published a new post: \"{post_title}\".\r\n\r\nSee the post: {post_permalink}",
Expand Down
2 changes: 1 addition & 1 deletion resources/wizard-data/post_review.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"trigger": "post/post/pending",
"carriers": {
"email": {
"activated": true,
"activated": true,
"enabled": true,
"subject": "{site_title} - A new post \"{post_title}\" is pending review",
"body": "The post \"{post_title}\" has been just sent for a review.\r\n\r\nView: {post_permalink}\r\nEdit: {home_url}/wp-admin/post.php?post={post_ID}&action=edit",
Expand Down
2 changes: 1 addition & 1 deletion resources/wizard-data/post_updated.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"trigger": "post/post/updated",
"carriers": {
"email": {
"activated": true,
"activated": true,
"enabled": true,
"subject": "{site_title} - The post \"{post_title}\" has been updated",
"body": "The post \"{post_title}\" has been just updated.\r\n\r\nView: {post_permalink}\r\nEdit: {home_url}/wp-admin/post.php?post={post_ID}&action=edit",
Expand Down
2 changes: 1 addition & 1 deletion resources/wizard-data/welcome_email.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"trigger": "user/registered",
"carriers": {
"email": {
"activated": true,
"activated": true,
"enabled": true,
"subject": "Your account at {site_title}",
"body": "Howdy,\r\n\r\nthanks for registering your account on our website!\r\n\r\nYour username is: {user_login}\r\n\r\nPlease, setup your password: {user_password_setup_link}",
Expand Down
2 changes: 1 addition & 1 deletion resources/wizard-data/your_account.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"trigger": "user/registered",
"carriers": {
"email": {
"activated": true,
"activated": true,
"enabled": true,
"subject": "{site_title} - Login Details",
"body": "Username: %s\r\n\r\nTo set your password, visit the following address:\r\n\r\n{user_password_setup_link}",
Expand Down

0 comments on commit 3b2c80d

Please sign in to comment.