06. Options & Settings
In this section, we will take a look at all other options you can find in the template config inside the file js/core.js. With that, you can configure features to fit your needs.
const anita_config= { ... --- Content Features --- // Page background Spotlight Effectspotlight : true, // Back to Top Buttonback2top : true, // Interractive Cursor/span>int_cursor : true, --- Protection Options --- // Right Click Protectiondisable_right_click : true, // Protect Images from Dragimage_drag_protection : true, --- Localization ---l10n : { // Footer Copyright stringcopyright : 'Copyright © 2022. All Rights Reserved.', // The message that appears when visitors try to open context menurcp_message : 'Context menu is not allowed on this website', // The Button Label for Context Menu blockerrcp_button : 'Got It!', // Back to Top Labelb2t_label : 'Back to Top', } }