Skip to content

Files

Latest commit

38cd0f8 · Jul 30, 2025

History

History
This branch is 6 commits behind decidim/decidim:develop.

decidim-admin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 30, 2025
Feb 26, 2018
Jul 25, 2025
Jan 15, 2020
Jul 28, 2025
Jul 25, 2025
Apr 16, 2021
Jul 30, 2024
May 26, 2017
Dec 11, 2024

README.md

Decidim::Admin

Adds an administration dashboard so users can manage their organization, participatory processes and all other entities.

Usage

This will add an admin dashboard to manage an organization an all its entities. It is included by default with Decidim.

Installation

Add this line to your application's Gemfile:

gem 'decidim-admin'

And then execute:

bundle

Components

Static pages

This component allows an admin to create pages to serve static content. Some example of this kind of pages could be:

  • Terms of service
  • FAQ
  • Accessibility guidelines
  • About the project

All the pages can be created with I18n support and will be accessible as /pages/:page-slug. You can link them at your website the same way you link other Rails models: pages_path("terms-of-service").

There are some pages that exist by default and cannot be deleted since there are links to them inside the Decidim framework, see Decidim::StaticPage for the default list.

Contributing

See Decidim.

License

See Decidim.