Paragraph Templates - Preconfigured Packages of Paragraphs
If I'm using paragraphs on a news site and frequently use the same set of paragraphs, is there a way to create a starter template that spins up a new node with my default set of paragraphs?
Hello,
Replacing the core code does not solve the issue
I had a look at the database table and do not see anything strange (but I'm not a specialist); I deleted the field with URL,...
@deltacanyon Thanks for posting in core issue queue.
Just to let you know, I'm working on a project now that will require this feature and my team will hopefully be working on getting the...
With the dev branch, clicking the 'Continue' button advances to the next step. There were other challenges, but I managed to upgrade all the necessary content to Backdrop CMS. Thank you.
In page.tpl.php you can get the current path and add it to the class array
$classes[] = 'path-' . str_replace('/', '', $_SERVER['REQUEST_URI']);
You will get an original class for each page....
Comments
You could maybe create a template and then use Replicate (and Replicate Paragraphs) module to clone that each time?