You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jimjam-slam What are your thoughts about expanding debug-mode to allow
debug: false (the default)
debug: toggle (on keypress would toggle on or off)
debug-mode: true permanently puts on the debug class
?
Is "debug-mode" the right name for this? You can also imagine it as "author-view" or something. We could also add the values that the ojs variables take.
The text was updated successfully, but these errors were encountered:
I'd be happy with the three values! I'd also love to include the OJS variables (we already have them on a few demos)... I'm not 100% sure whether the OJS engine is initialised if the user isn't using OJS, but if it's being a debug flag, I'm not too stressed about forcing it to be initialised.
@jimjam-slam What are your thoughts about expanding
debug-mode
to allowdebug: false
(the default)debug: toggle
(on keypress would toggle on or off)debug-mode: true
permanently puts on the debug class?
Is "debug-mode" the right name for this? You can also imagine it as "author-view" or something. We could also add the values that the ojs variables take.
The text was updated successfully, but these errors were encountered: