Upgrading your Liferay DXP 6.2 layout template to Liferay DXP 7.1 a few updates:
- Open your layout template’s
liferay-plugin-package.properties
file and update theliferay-versions
property to7.1.0+
:
liferay-versions=7.1.0+
-
Update the Bootstrap
span[number]
classes to use the newercol-[size]-[number]
classes. See Creating Layout Templates Manually for more information on Bootstrap’s grid system. -
Save the changes.
Related Topics
Layout Templates with the Liferay Theme Generator