File tree 8 files changed +16
-9
lines changed
8 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 5
5
namespace PunktDe \Quickedit \Backend ;
6
6
7
7
/**
8
- * (c) 2020 https://punkt.de GmbH - Karlsruhe, Germany - https://punkt.de
8
+ * (c) 2022 https://punkt.de GmbH - Karlsruhe, Germany - https://punkt.de
9
9
* All rights reserved.
10
10
*/
11
11
Original file line number Diff line number Diff line change 5
5
namespace PunktDe \Quickedit \ViewHelpers \Be ;
6
6
7
7
/**
8
- * (c) 2020 https://punkt.de GmbH - Karlsruhe, Germany - https://punkt.de
8
+ * (c) 2022 https://punkt.de GmbH - Karlsruhe, Germany - https://punkt.de
9
9
* All rights reserved.
10
10
*/
11
11
Original file line number Diff line number Diff line change 6
6
Change log
7
7
==========
8
8
9
+ Version 0.2.1
10
+ -------------
11
+ - Fix missing extension icon issue (https://github.com/punktDe/quickedit/issues/7)
12
+ - Fix missing collapse/hide icons in TYPO3 10 (https://github.com/punktDe/quickedit/issues/8)
13
+
9
14
Version 0.2.0
10
15
-------------
11
16
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ project = Quickedit
25
25
# ... (recommended) version, displayed next to title (desktop) and in <meta name="book-version"
26
26
# .................................................................................
27
27
28
- release = 0.2.0
28
+ release = 0.2.1
29
29
30
30
# .................................................................................
31
31
# ... (recommended) displayed in footer
32
32
# .................................................................................
33
33
34
- copyright = by punkt.de 2020
34
+ copyright = by punkt.de 2022
35
35
36
36
[html_theme_options]
37
37
Original file line number Diff line number Diff line change 35
35
border-top : 1px solid # bbb ;
36
36
}
37
37
38
- .quickedit__toggle-button {
38
+ .btn-default . quickedit__toggle-button {
39
39
margin-top : -1px ;
40
40
border-top : none;
41
41
width : 4rem ;
42
42
height : 2.5rem ;
43
- background-image : url (../ ../ ../ ../ ../ ../ ../ typo 3 /sysext/core /Resources/Public/Icons/T3Icons/actions/actions-view-list-collapse .svg);
43
+ background-image : url (../ ../ ../ ../ ../ ../ ../ typo 3 conf/ext/quickedit /Resources/Public/Icons/angle-up-solid .svg);
44
44
background-position : center;
45
45
background-repeat : no-repeat;
46
46
background-size : 2rem 2rem ;
47
47
}
48
48
49
- .quickedit__toggle-button .collapsed {
50
- background-image : url (../ ../ ../ ../ ../ ../ ../ typo 3 /sysext/core /Resources/Public/Icons/T3Icons/actions/actions-view-list-expand .svg);
49
+ .btn-default . quickedit__toggle-button .collapsed {
50
+ background-image : url (../ ../ ../ ../ ../ ../ ../ typo 3 conf/ext/quickedit /Resources/Public/Icons/angle-down-solid .svg);
51
51
}
Original file line number Diff line number Diff line change 2
2
$ EM_CONF [$ _EXTKEY ] = [
3
3
'title ' => 'Toolbar for editing page properties ' ,
4
4
'description ' => 'This extension provides a configurable toolbar for editing page properties. ' ,
5
- 'version ' => '0.2.0 ' ,
5
+ 'version ' => '0.2.1 ' ,
6
6
'category ' => 'be ' ,
7
7
'constraints ' => [
8
8
'depends ' => [
You can’t perform that action at this time.
0 commit comments