Add helper modal to checkmarks

This commit is contained in:
Tetrakern 2024-08-29 00:23:37 +02:00
parent 979fe3f941
commit 47ea9ce94f
2 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -686,7 +686,9 @@ $images = get_template_directory_uri() . '/img/documentation/';
fictioneer_settings_label_checkbox(
'fictioneer_enable_checkmarks',
__( 'Enable Checkmarks (requires account)', 'fictioneer' ),
__( 'Mark chapters and stories as "read".', 'fictioneer' )
__( 'Mark chapters and stories as "read".', 'fictioneer' ),
__( 'With this feature enabled, logged-in users can mark chapters and stories as "read" and keep track of them in their bookshelf (if set up). This feature is more useful if you host many stories. Otherwise, you may want to save server resources by keeping it disabled.', 'fictioneer' ),
'<div class="helper-modal-image"><img src="' . $images . 'fictioneer_enable_checkmarks.jpg"></div>'
);
?>
</div>