from @klonos in https://github.com/backdrop/backdrop-issues/issues/3680#issuecomment-484...
Re admin_menu, doesn't it provide (some of) the same options as the core admin_bar module ("sticky at top of pages" etc.)? We should be migrating these settings over ...if not already doing so.
Reply from me:
I think that's the only setting that's the same between contrib and core, though it wouldn't hurt to check. I'll create an issue for the checking!
TODO: * check all the variables set in admin_menu * ensure any that are the same are upgraded in admin_bar * document those that are not provided in admin_bar * update the documentation at https://backdropcms.org/project/admin_menu
Recent comments
OK, I did some more testing and figured this one out. In the paragraphs field setting for each content type you are using them, you can make the following selection for Default Edit Mode. I was in...
How to use 'Paragraphs Editor Preview'
Typically in a basic site, and as far as I know (I may be wrong) Backdrop doesn't store cookies for anonymous users, EXCEPT if you have things that need to persist, for example, if you create a View...
Does Backdrop set any Cookies / session variables for guests?
A couple of other things to keep in mind: - Roles in Backdrop do not use numeric IDs, but machine names. I see that the database insert command is trying to insert a numeric id as a role - Is this a...
Importing users from D7 site using Feeds - uses insert rather than update