Harsh Maroliaharshmarolia.hashnode.dev·Aug 24, 2024Steps to Customize the Strapi Admin Panel Welcome ScreenYou need to follow two steps to customize the landing page. Rename the folder from app.example.js to app.js. Go to your Strapi admin project and inside src/admin, you'll see app.example.js. Just rename it to app.js. After that, your app.js should ...1 likeStrapi
Kwintenkwinyyyc.hashnode.dev·Jan 15, 2024Strapi V4 customizable plugin configsI have been struggling to find the correct way or syntax to allow users to customize a plugin configuration via config/plugins.ts. This article is a quick sharing of how I accomplished this. There are two areas where you may want to use the plugin co...Strapi
Dessire UgarteforStrapistrapi.hashnode.dev·Jul 11, 2022A Beginner's Guide to Strapi Plugin DevelopmentAuthor: Mary Okosun Strapi is an open-source and headless content management system ( CMS ) that gives developers the freedom to use their favorite tools and frameworks during development. Strapi has an official web plugin marketplace, The Strapi Mar...34 readsStrapi
Kwintenkwinyyyc.hashnode.dev·Jan 13, 2021Import images and gifs to your Strapi siteIf you are using Strapi as your blogging platform like I do, probably you have spent time searching for images from different image sharing platforms such as Unsplash, Pexels, and Giphy for your blog posts. This could be a time-consuming process incl...Strapi