Config Pages: A Simple Way to Manage Site Settings in Drupal

Config Pages: A Simple Way to Manage Site Settings in Drupal

Do you want one place to change site settings? Config Pages helps you do it. Easy and clear for editors and developers.
Author
mcruzv
Time to read
3 min

What is Config Pages?

Config Pages is a Drupal module.
It gives you a special page where you can put settings for your site.
Example: site phone number, logo, or social links.


When to Use It

  • Better than Blocks: Use Config Pages if you only need data, not a block on a page.

  • Better than Content Types: Use Config Pages if it is not content, but a setting (like one global value).

  • Better than settings.php: Editors can change values in the UI, no need for a developer.


How to Use It

  1. Add a Config Page in the admin.

  2. Choose fields (text, image, link).

  3. Editors can fill values (like phone number).

  4. In your theme or code, call the values from this page.


Example Uses

  • A page with the company address and phone.

  • A page with links to social media.

  • A page with colors or images used many times in the site.


Finish

Config Pages makes life easy for devs and editors.
It keeps global settings in one place.
Try it now and make your Drupal site simple!
Download Config Pages here