From 1307888b9d8f320725c726aeaf94ff4dea6b28a7 Mon Sep 17 00:00:00 2001 From: vin0401 Date: Fri, 17 May 2024 11:17:22 +0200 Subject: [PATCH] Fix documentation links --- doc/05_Plugins/02_Adding_custom_icons.md | 2 +- doc/05_Plugins/03_Add_your_first_widget.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/05_Plugins/02_Adding_custom_icons.md b/doc/05_Plugins/02_Adding_custom_icons.md index e7f86a37a..6551f0965 100644 --- a/doc/05_Plugins/02_Adding_custom_icons.md +++ b/doc/05_Plugins/02_Adding_custom_icons.md @@ -1,6 +1,6 @@ # How to add custom icons -In this guide we want add a completely new icon to Pimcore Studio UI. Let's take our [Folder tab plugin](./01_Register_a_tab_for_a_folder_asset.md.md) as starting point. +In this guide we want add a completely new icon to Pimcore Studio UI. Let's take our [Folder tab plugin](./01_Register_a_tab_for_a_folder_asset.md) as starting point. We could use any kind of icon library like Font Awesome or comparable. But let's assume we want to add a custom one: diff --git a/doc/05_Plugins/03_Add_your_first_widget.md b/doc/05_Plugins/03_Add_your_first_widget.md index ec79b2d6f..9646c5a35 100644 --- a/doc/05_Plugins/03_Add_your_first_widget.md +++ b/doc/05_Plugins/03_Add_your_first_widget.md @@ -1,6 +1,6 @@ # How to add your first widget -In this guide we want to add a new bottom widget when a user clicks a button. Let's take our [Folder tab plugin](./01_Register_a_tab_for_a_folder_asset.md.md) as starting point. +In this guide we want to add a new bottom widget when a user clicks a button. Let's take our [Folder tab plugin](./01_Register_a_tab_for_a_folder_asset.md) as starting point. A widget is just a simple react component. So, let's create one: