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
Ideally, when activating the language debugging plugin in the backend, the debugging would be visible in the frontend only for the site administrator, but instead of showing all the constants in the frontend, the value would be shown "normally" but underlined, thanks to that the frontend would not become unreadable and neither would it deform the entire structure of the page as it currently happens, and that when positioning the cursor over the underlined value, the constant would be shown in the tooltip, in this way it is much more readable, more orderly and more intelligent, since generally when doing the debugging it knows exactly what is the value that it wants to overwrite but the constant of that value is unknown. In conclusion, instead of showing all the constants at the same time, it is better to show the values in an identifiable way and only show the constant when hovering over the value. For example:
value to change
The text was updated successfully, but these errors were encountered:
Ideally, when activating the language debugging plugin in the backend, the debugging would be visible in the frontend only for the site administrator, but instead of showing all the constants in the frontend, the value would be shown "normally" but underlined, thanks to that the frontend would not become unreadable and neither would it deform the entire structure of the page as it currently happens, and that when positioning the cursor over the underlined value, the constant would be shown in the tooltip, in this way it is much more readable, more orderly and more intelligent, since generally when doing the debugging it knows exactly what is the value that it wants to overwrite but the constant of that value is unknown. In conclusion, instead of showing all the constants at the same time, it is better to show the values in an identifiable way and only show the constant when hovering over the value. For example:
value to change
The text was updated successfully, but these errors were encountered: