Yes! Although I'm pleased that many contrib themes offer a custom.css file, I'm looking for a good start theme, without too many clutter, such as adaptive theme in drupal.
But perhaps I should just start installing and playing with some themes and see how they suit me.
I think it's generally accepted that we could use more activity in the area of themes for Backdrop CMS. I'm hoping to contribute some time working on Backdrop CMS themes and/or recruiting others to do the same.
If your interested, look me up (stpaultim) or post a note here. We'll probably host a Backdrop CMS Virtual User Group meeting on this topic sometime soon.
I agree with BWPanda about the better way to add a filter. As for your general question on how to add an array to a config file (which gets stored as json), have you tried:
$config = config('...
I think that directly editing config is rarely, if ever, the best way to do something...
Perhaps try loading a format (with it's filters) using filter_format_load(), add the new filter array (by...
Posted15 hours 4 min ago by Peter Anderson (BWPanda) on:
My initial goal was to create a menu item that linked to a view that I had configured and that was being created on installation of the module, by including the view config file.
To do this, I just...
Yep, node_save() is just a wrapper for $node->save(). This is because the latter is Object-Oriented Programming (OOP), and a lot of people aren't as familiar with that. So the former can be used...
Posted2 days 18 hours ago by Peter Anderson (BWPanda) on:
Seems that they must be the same thing.
https://docs.backdropcms.org/api/backdrop/core%21modules%21node%21node.m...
I am wondering now if the different behavior I experienced was impacted by other...
Comments
Yes! Although I'm pleased that many contrib themes offer a custom.css file, I'm looking for a good start theme, without too many clutter, such as adaptive theme in drupal.
But perhaps I should just start installing and playing with some themes and see how they suit me.
I felt the same way at first. Until I realized that with the separate Layouts, changing themes was actually quite basic in many ways.
But I think more themes would certainly be helpful.
I think it's generally accepted that we could use more activity in the area of themes for Backdrop CMS. I'm hoping to contribute some time working on Backdrop CMS themes and/or recruiting others to do the same.
If your interested, look me up (stpaultim) or post a note here. We'll probably host a Backdrop CMS Virtual User Group meeting on this topic sometime soon.