If you use CSS Flexbox Layout, you can do with simple styles. In this example, if one or two side columns are excluded from the layout, the central column will occupy all the remaining width:...
Yes good point on the allowed tags , however on trying it i hit a couple of issues...
If i added the tag <!--pagebreak--> or even <!-- --> it would still remove it when...
I know for a fact that TinyMCE doesn't strip them out but in my tests you are right about CKEditor stripping at source. What you'll also need to do once the editor is not stripping out is add...
Posted11 hours 1 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Thanks for checking that Alejandro. I checked the files - image does not show in files/manage, but the file title and file url have both been changed. I guess I should have renamed files before...
Comments
Yes, see https://github.com/backdrop-contrib/bee/issues/53 for where this was added, but you're probably just better off running
bee help install
for details.Here is the bee command I'm using now within ddev (remove "ddev" if not using ddev):
ddev bee install --db-name=backdrop --db-user=backdrop --db-pass=backdrop --username=admin --password=pw1234 --email=test@email.com --site-name="Demo Site" --auto
For more info, run:
bee help install