File tree Expand file tree Collapse file tree 7 files changed +50
-4
lines changed
Expand file tree Collapse file tree 7 files changed +50
-4
lines changed Original file line number Diff line number Diff line change 22
33The default admin theme that ships as standard with [ Textpattern CMS] ( https://textpattern.com/ ) .
44
5- ## Demos - v 4.8.8
5+ ## Demos - v 4.9.0
66
77[ Design patterns documentation] ( http://design-patterns.textpattern.com/stable/docs/ ) .
88
99[ Flat mockup of Textpattern admin area] ( http://design-patterns.textpattern.com/stable/mockups/ ) .
1010
11- ## Demos - v 4.9 dev
11+ ## Demos - v 4.9.x dev
1212
1313[ Design patterns documentation] ( http://design-patterns.textpattern.com/dev/docs/ ) .
1414
Original file line number Diff line number Diff line change 11{
22 "title" : " Hive" ,
33 "txp-type" : " textpattern-admin-theme" ,
4- "version" : " 4.9.0 " ,
4+ "version" : " 4.9.1-dev " ,
55 "description" : " Textpattern CMS Hive admin theme (Classic Yellow)." ,
66 "author" : " Phil Wareham" ,
77 "author_uri" : " https://github.com/philwareham/textpattern-hive-admin-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 11{
22 "title" : " Hive (Flat Neutral)" ,
33 "txp-type" : " textpattern-admin-theme" ,
4- "version" : " 4.9.0 " ,
4+ "version" : " 4.9.1-dev " ,
55 "description" : " Textpattern CMS Hive admin theme (Flat Neutral)." ,
66 "author" : " Phil Wareham" ,
77 "author_uri" : " https://github.com/philwareham/textpattern-hive-admin-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)
You can’t perform that action at this time.
0 commit comments