Create a New Config Page in Drupal (Easy Guide)

Create a New Config Page in Drupal (Easy Guide)

Config Page
Do you need one place for site settings? Config Pages can help. This guide shows how to make a new config page step by step.
Author
mcruzv
Time to read
4 min

Step 1: Go to Config Pages

In the Drupal menu, go to:
Structure → Config Pages

Config Pages Library

Step 2: Add a New Config Page

Click “Add config page”.
Now you see a form to create a new page.

Config Pages Types

Step 3: Fill the Basic Info

  • Label: the name you see in admin (example: “Site Settings”).

  • Machine name: auto text for system use.

  • Description: write what this page is for.

  • Menu path: write a path if you want this page in the admin menu.
    Example: /admin/config/site-settings

Add Config Page Type

Step 4: Add Fields

Click “Add field”.
Choose the type of field you need:

  • Text (for name, phone, email)

  • Image (for logo)

Add Fields


Step 5: Now your config page is ready


You can go to this page any time to change the values.


Finish

Now you know how to create a new config page in Drupal.
It is simple and fast.
Next time, you can edit this page and all changes show in your site.

Try it now on your site!