Skip to content

Commit

Permalink
[TASK] Update all icons
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Aug 20, 2019
1 parent fd16da9 commit 4c07790
Show file tree
Hide file tree
Showing 38 changed files with 237 additions and 60 deletions.
8 changes: 4 additions & 4 deletions Configuration/TCA/Overrides/pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
$GLOBALS['TCA']['pages']['columns']['module']['config']['items'][] = [
0 => 'LLL:EXT:blog/Resources/Private/Language/locallang_db.xlf:blog-folder',
1 => 'blog',
2 => 'apps-pagetree-folder-contains-blog',
2 => 'record-folder-contains-blog',
];

$GLOBALS['TCA']['pages']['ctrl']['typeicon_classes']['contains-blog'] = 'apps-pagetree-folder-contains-blog';
$GLOBALS['TCA']['pages']['ctrl']['typeicon_classes']['contains-blog'] = 'record-folder-contains-blog';

call_user_func(function () {
$blogDocType = \T3G\AgencyPack\Blog\Constants::DOKTYPE_BLOG_POST;
Expand All @@ -29,7 +29,7 @@
[
'LLL:EXT:blog/Resources/Private/Language/locallang_tca.xlf:pages.doktype.blog-post',
$blogDocType,
'apps-pagetree-blog-post',
'record-blog-post',
],
'1',
'after'
Expand All @@ -41,7 +41,7 @@
[
'ctrl' => [
'typeicon_classes' => [
$blogDocType => 'apps-pagetree-blog-post',
$blogDocType => 'record-blog-post',
],
],
'types' => [
Expand Down
4 changes: 3 additions & 1 deletion Configuration/TCA/tx_blog_domain_model_author.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
'enablecolumns' => [
'disabled' => 'hidden',
],
'iconfile' => 'EXT:blog/Resources/Public/Icons/apps-pagetree-blog-author.svg',
'typeicon_classes' => [
'default' => 'record-blog-author'
],
'searchFields' => 'uid,name,title'
],
'interface' => [
Expand Down
4 changes: 3 additions & 1 deletion Configuration/TCA/tx_blog_domain_model_comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
'enablecolumns' => [
'disabled' => 'hidden',
],
'iconfile' => 'EXT:blog/Resources/Public/Icons/apps-pagetree-blog-comment.svg',
'typeicon_classes' => [
'default' => 'record-blog-comment'
],
'searchFields' => 'uid,comment,name,email',
],
'interface' => [
Expand Down
4 changes: 3 additions & 1 deletion Configuration/TCA/tx_blog_domain_model_tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
'enablecolumns' => [
'disabled' => 'hidden',
],
'iconfile' => 'EXT:blog/Resources/Public/Icons/apps-pagetree-blog-tag.svg',
'typeicon_classes' => [
'default' => 'record-blog-tag'
],
'searchFields' => 'uid,title',
],
'interface' => [
Expand Down
1 change: 0 additions & 1 deletion Resources/Public/Icons/apps-pagetree-blog-author.svg

This file was deleted.

1 change: 0 additions & 1 deletion Resources/Public/Icons/apps-pagetree-blog-category.svg

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion Resources/Public/Icons/apps-pagetree-blog-comment-todo.svg

This file was deleted.

1 change: 0 additions & 1 deletion Resources/Public/Icons/apps-pagetree-blog-comment.svg

This file was deleted.

1 change: 0 additions & 1 deletion Resources/Public/Icons/apps-pagetree-blog-post.svg

This file was deleted.

1 change: 0 additions & 1 deletion Resources/Public/Icons/apps-pagetree-blog-tag.svg

This file was deleted.

1 change: 0 additions & 1 deletion Resources/Public/Icons/apps-pagetree-blog.svg

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion Resources/Public/Icons/blog-link-wizard.svg

This file was deleted.

8 changes: 4 additions & 4 deletions Resources/Public/Icons/module-blog-comments.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions Resources/Public/Icons/module-blog-posts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion Resources/Public/Icons/module-blog-setup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion Resources/Public/Icons/plugin-blog-archive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion Resources/Public/Icons/plugin-blog-authorposts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion Resources/Public/Icons/plugin-blog-authors.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion Resources/Public/Icons/plugin-blog-category.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion Resources/Public/Icons/plugin-blog-commentform.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4c07790

Please sign in to comment.