Sha256: ad4a29cded7861131155df6e8a9e01dcfd0827953622c2e399931297a8ff1711

Contents?: true

Size: 1.12 KB

Versions: 28

Compression:

Stored size: 1.12 KB

Contents

# 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's included by default with Decidim.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'decidim-admin'
```

And then execute:

```bash
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 and Conditions
* 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-and-conditions")`.

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](https://github.com/decidim/decidim).

## License

See [Decidim](https://github.com/decidim/decidim).

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
decidim-admin-0.20.1 README.md
decidim-admin-0.20.0 README.md
decidim-admin-0.19.1 README.md
decidim-admin-0.18.1 README.md
decidim-admin-0.19.0 README.md
decidim-admin-0.17.2 README.md
decidim-admin-0.18.0 README.md
decidim-admin-0.17.1 README.md
decidim-admin-0.16.1 README.md
decidim-admin-0.17.0 README.md
decidim-admin-0.16.0 README.md
decidim-admin-0.15.2 README.md
decidim-admin-0.15.1 README.md
decidim-admin-0.15.0 README.md
decidim-admin-0.14.4 README.md
decidim-admin-0.14.3 README.md
decidim-admin-0.14.2 README.md
decidim-admin-0.14.1 README.md
decidim-admin-0.13.1 README.md
decidim-admin-0.12.2 README.md