In your introduction video for Dynamicweb 9.3, you are talking about a configuration file that you need, to be able to use the new grid engine.
Is there a place where I can find that file?
In your introduction video for Dynamicweb 9.3, you are talking about a configuration file that you need, to be able to use the new grid engine.
Is there a place where I can find that file?
I'm looking for that too? – and for some documentation about it?
Hi,
The grid uses a default configuration (which is not written to a physical file), so until you tell it that you want to use a custom configuration, it will keep using the default configuration.
But to use a custom configuration, you should find the layout-file which is used on the pages, where you want to use the grid.
In my example, I just use the 'Dw_frontpage' layout:
See 'Layout file.png' attachment
Here we have the data-settings attribute on the dwcontent. This is where you enable the grid, tell it which configuration file it should use.
data-settings="grid:true;grid-settings:custom.json"
The 'custom.json' will then be created in a 'Grid' subfolder of the Design-folder, which in my case is the 'Files\Templates\Designs\Dynamicweb' folder, when you access the page in the frontend.
The configuration file will have the following structure:
Property description:
The default configuration uses a bootstrap grid.
I hope this answers some of your questions.
Best regards
Steffen
Hi Steffen.
Thank you.
It all seem to work now.
You must be logged in to post in the forum