File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " textpattern-hive-admin-theme" ,
33 "description" : " The default admin theme that ships as standard with Textpattern CMS." ,
4- "version" : " 4.9.0 " ,
4+ "version" : " 4.9.1-dev " ,
55 "keywords" : [
66 " admin" ,
77 " theme" ,
Original file line number Diff line number Diff line change 1+ {
2+ "thumb_width" : {
3+ "val" : " 240" ,
4+ "html" : " text_input" ,
5+ "position" : " 10"
6+ },
7+ "thumb_height" : {
8+ "val" : " 240" ,
9+ "html" : " text_input" ,
10+ "position" : " 20"
11+ },
12+ "thumb_cropping" : {
13+ "val" : " 1x1" ,
14+ "html" : " text_input" ,
15+ "position" : " 30"
16+ }
17+ }
Original file line number Diff line number Diff line change 1+ #@prefs
2+ #@language en, en-gb, en-us
3+ thumb_width => Images panel thumbnail width (px)
4+ thumb_height => Images panel thumbnail height (px)
5+ thumb_cropping => Images panel crop ratio
6+ instructions_thumb_cropping => Use the format 'wxh' (width x height)
Original file line number Diff line number Diff line change 1+ {
2+ "thumb_width" : {
3+ "val" : " 240" ,
4+ "html" : " text_input" ,
5+ "position" : " 10"
6+ },
7+ "thumb_height" : {
8+ "val" : " 240" ,
9+ "html" : " text_input" ,
10+ "position" : " 20"
11+ },
12+ "thumb_cropping" : {
13+ "val" : " 1x1" ,
14+ "html" : " text_input" ,
15+ "position" : " 30"
16+ }
17+ }
Original file line number Diff line number Diff line change 1+ #@prefs
2+ #@language en, en-gb, en-us
3+ thumb_width => Images panel thumbnail width (px)
4+ thumb_height => Images panel thumbnail height (px)
5+ thumb_cropping => Images panel crop ratio
6+ instructions_thumb_cropping => Use the format 'wxh' (width x height)
You can’t perform that action at this time.
0 commit comments