Skip to content

Commit 4f8b371

Browse files
committed
Add missing 4.9.x files
1 parent 82a91de commit 4f8b371

5 files changed

Lines changed: 47 additions & 1 deletion

File tree

package.json

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

src/hive-neutral/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+
}

src/hive-neutral/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)

src/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+
}

src/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)

0 commit comments

Comments
 (0)