Skip to content

Commit b74e9c4

Browse files
committed
Build
1 parent 62818c0 commit b74e9c4

File tree

7 files changed

+50
-4
lines changed

7 files changed

+50
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
The 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

dist/hive/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

dist/hive/prefs.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
}

dist/hive/textpack.txp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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)

dist/hiveneutral/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

dist/hiveneutral/prefs.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
}

dist/hiveneutral/textpack.txp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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)

0 commit comments

Comments
 (0)