Skip to content

Commit

Permalink
Admin can change Title and text in settings
Browse files Browse the repository at this point in the history
For the box BETWEEN post, now admin can:

 - change title directly from admin settings
- change text  directly from admin settings
  • Loading branch information
justoverclockl committed Apr 27, 2021
1 parent 1864125 commit 1fa5b71
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 9 deletions.
4 changes: 4 additions & 0 deletions extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@
->serializeToForum('xPost', 'justoverclock-guestengagement.coordinates'),
(new Extend\Settings)
->serializeToForum('timeOut', 'justoverclock-guestengagement.timeout'),
(new Extend\Settings)
->serializeToForum('tchange', 'justoverclock-guestengagement.textchange'),
(new Extend\Settings)
->serializeToForum('BoxTitle', 'justoverclock-guestengagement.BoxTitleChange'),
];
2 changes: 1 addition & 1 deletion js/dist/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/admin.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1fa5b71

Please sign in to comment.