Skip to content

Commit

Permalink
Merge pull request #2167 from IFRCGo/fix/bbox-edit
Browse files Browse the repository at this point in the history
Fix boundary box and centroid map edit
  • Loading branch information
szabozoltan69 authored Jun 5, 2024
2 parents 59e8a46 + 28cad76 commit 5e7ea41
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,16 +319,16 @@
'width': 1120,
'cleanup_on_startup': True,
'custom_undo_redo_levels': 20,
'selector': 'textarea',
'selector': 'textarea:not(.vWKTField)',
'plugins': '''
anchor autolink charmap code codesample contextmenu directionality
fullscreen hr image insertdatetime link lists media nonbreaking
pagebreak preview print save searchreplace table textcolor
anchor autolink charmap code codesample directionality
fullscreen image insertdatetime link lists media
nonbreaking pagebreak preview save searchreplace table
visualblocks visualchars
''',
'toolbar1': '''
bold italic underline superscript subscript fontsizeselect
| forecolor | alignleft alignright | aligncenter alignjustify
| alignleft alignright | aligncenter alignjustify
| indent outdent | bullist numlist |
| link visualchars charmap hr nonbreaking | code preview fullscreen
''',
Expand Down Expand Up @@ -357,6 +357,9 @@
# ''',
}

# Languages using BiDi (right-to-left) layout
LANGUAGES_BIDI = ["he", "ar", "ar-dz", "ckb", "fa", "ug", "ur"]

LANGUAGE_CODE = 'en'
TIME_ZONE = 'UTC'
USE_I18N = True
Expand Down

0 comments on commit 5e7ea41

Please sign in to comment.