#################### Customization #################### ****************************** Customize All Inputs ****************************** To customize the look and features copy the `settings block `_ to your settings.py file and customize it following instruction comments. Settings applies globally to all widgets used in your site. .. code:: python # The link above contains all settings BOOTSTRAP_DATEPICKER_PLUS = { "options": { "locale": "bn", }, "variant_options": { "date": { "format": "MM/DD/YYYY", }, } } JavaScript events and some options can only be set using JavaScript. Starting from v5.0, you can set events and options globally for all widgets like below in your html template inside a ``