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
Wrap objectBrowserWidget with FormFieldWrapper @nileshgulia1
Added preventDefault and stopPropagation for toolbar buttons of Table block. @giuliaghisini
Fix Contents breadcrumbs for multilingual sites @sneridagh
Internal
Add support for nav_title in breadcrumbs and navigation @sneridagh
Add settings.serverConfig in the settings object of ~/config. Add another module, config/server.js which is conditionally imported if __SERVER__. This module will host settings that are only relevant to the server. Being conditionally imported means that the code is safe to require server-only nodejs packages. @tiberiuichim