In DB, where is a Block style data kept, and called?
Permalink
Hi.
For C5 version 5.6.2.x, where is a block's style information kept in the database, and what are the tables and fields called?
For C5 version 5.6.2.x, where is a block's style information kept in the database, and what are the tables and fields called?
Block custom styles are found in the csrID column in the CollectionVersionBlockStyles column...and they join to style records found in the CustomStyleRules table. Unfortunately this data isn't the easiest to work with (it's a serialized object.) But it should be pretty easy to grab, update, and re-save.