Yesterday i started to upgrade from 3.4.0 to 3.4.8
I had much to do with the custom.js, but everything works.
So i saw today there was 3.4.9 and i see many things from the custom.css doesnt work any more.
3.4.8 the buttons looks like this : No titles (i coded it like this in the custom.css and and in the config.js
I did not change anything and upgrade to 3.4.9
Also other blockes doesnt change, for example bigger titles.
I posted some code what is displayed in the screenshot
config.js
Code: Select all
blocks['s3'] = {} // woonkamer alles aan
blocks['s3']['width'] = 2;
blocks['s3']['title'] = '';
blocks['s3']['icon'] = 'fas fa-toggle-on';
blocks['s3']['hide_data'] = true;
blocks['s10'] = {} //woonkamer uit
blocks['s10']['width'] = 2;
blocks['s10']['hide_data'] = true;
blocks['s10']['icon'] = 'fas fa-toggle-off';
blocks['s10']['title'] = '';
columns[1] = {}
columns[1]['blocks'] = ['blocktitle_12',[b]'s3','s10','s4','s1',11094,690,[/b]'blocktitle_10',5079,3509,'longfonds','blocktitle_10','s8','s9','blocktitle_10',11066,7261,3286,3570,7367,'7344_1','blocktitle_10',10925,10926,10921,10922,'blocktitle_10',6973,6972,6974]
columns[1]['width'] = 4;
Another example
3.4.8
3.4.9
config.js
Code: Select all
blocks[3962] = {} //buienradar voorspelling
blocks[3962]['title'] = '';
blocks[3962]['width'] = 12;
columns[3] = {}
columns[3]['blocks'] = [frames.buienradar,[b]3962[/b],3960,buttons.autovoor]
columns[3]['width'] = 4;
custom.css
Code: Select all
/* Regenmelding groter maken */
.block_3962 .title {
font-size: 25px !important;
position: relative;
bottom: 15px;
left: 16px;
}
.block_3962
{
margin-left:7px;
width:96%;
}
I checked the documentation, but i dont use the custom key..
When i update, i download the whole beta branch and i always manual overwrite the files what i use