The Complete Strapi™ Course with Plugins and Deployment - Creating and Activating a Plugin

The Complete Strapi™ Course with Plugins and Deployment - Creating and Activating a Plugin

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides viewers through the process of generating a custom Strapi plugin using the Strapi generator command. It covers naming conventions, creating the plugin structure, configuring the plugin for display in the admin panel, and activating the plugin. The tutorial emphasizes the importance of following the kebab case naming convention and provides a step-by-step guide to ensure the plugin is correctly set up and visible in the Strapi admin dashboard.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to start generating a Strapi plugin?

npm strapi create

yarn strapi generate

generate strapi plugin

strapi new plugin

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What naming convention should be followed for the plugin name?

CamelCase

snake_case

kebab-case

PascalCase

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the server part of a generated Strapi plugin resemble?

A standalone application

A database schema

A mini Strapi application

A simple script

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file needs to be modified to change the plugin's display name in the admin panel?

plugin.js

config.js

index.js

package.json

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the final step to ensure the plugin is recognized by Strapi?

Restart the server

Update the database

Create a configuration file

Reinstall Strapi