The Complete Strapi™ Course with Plugins and Deployment - Admin Panel: Plugin Icon and First Component

The Complete Strapi™ Course with Plugins and Deployment - Admin Panel: Plugin Icon and First Component

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides viewers through setting up and customizing an admin panel. It covers running the development server, adding menu items, and changing icons. The tutorial also explains how to create a new component to display repositories using React and the Strappy design system, making the development process more efficient.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command should be used to restart the development server for the admin panel?

npm run dev

watch admin

admin start

npm start

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the default menu item added in the admin panel?

In the config.js file

In the admin subfolder of the plugin folder

In the index.html file

In the main.js file

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which icon was chosen to replace the puzzle icon in the admin panel?

Twitter icon

Facebook icon

GitHub icon

LinkedIn icon

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the new 'Repo' component?

To show a table of repositories

To display user profiles

To create new plugins

To manage admin settings

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which design system will be used to build the 'Repo' interface?

Strapi design system

Ant Design

Bootstrap

Material UI