brainsum / damopen
Distribution for quickly starting a new Digital Media Assets Management system with Drupal
Installs: 647
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 0
Open Issues: 0
Type:drupal-profile
Requires
- php: ^8.1
- ext-json: *
- ext-zip: *
- brainsum/damo_theme: >=0.3 <1.0
- brainsum/media_upload: ^4.3
- drupal/better_exposed_filters: ^6.0
- drupal/core: ^10.2
- drupal/dropzonejs: ^2.7
- drupal/entity_browser: ^2.9
- drupal/entity_embed: ^1.5
- drupal/exif: ^2.5
- drupal/facets: ^2.0
- drupal/field_count_formatter: ^3.0
- drupal/field_group: ^3.4
- drupal/filehash: ^3.0
- drupal/focal_point: ^2.0
- drupal/image_effects: ^3.4
- drupal/image_style_warmer: ^1.2
- drupal/inline_entity_form: ^3.0@RC
- drupal/jsonapi_extras: ^3.23
- drupal/jsonapi_image_styles: ^3.0
- drupal/maxlength: 2.1.x-dev@dev
- drupal/media_entity_imagemagick: ^3.0@alpha
- drupal/php_ffmpeg: ^1.1.0
- drupal/r4032login: ^2.2
- drupal/redirect_after_login: ^3.0.0
- drupal/search_api: ^1.28
- drupal/select2: ^1.14
- drupal/switch_page_theme: ^4.0
- drupal/taxonomy_access_fix: ^4.0
- drupal/term_merge: 2.0.x-dev@dev
- drupal/term_reference_change: 2.x-dev@dev
- drupal/twig_tweak: ^3.3
- drupal/userprotect: ^1.2.0
- drupal/video_embed_field: ^2.5.0
- drupal/views_ajax_history: ^1.7
- npm-asset/dropzone: ^5.7.6
- npm-asset/jquery-ui-touch-punch: ^0.2.3
- npm-asset/select2: ^4.0.13
Suggests
- drupal/admin_toolbar: Better admin toolbar.
- drupal/adminimal_admin_toolbar: Prettier theme for admin_toolbar.
- drupal/exception_mailer: Allows sending alert emails on errors and exceptions.
- drupal/maillog: Allows logging outgoing emails.
This package is auto-updated.
Last update: 2024-11-06 08:42:06 UTC
README
Drupal 9 distribution to kickstart Digital Assets Management projects.
Installation
Using the DAMopen composer project is recommended.
User roles
- Media API user is for the API users, e.g. for an interconnected Drupal system where the https://www.drupal.org/project/filefield_sources_jsonapi module is installed.
- Agency is for external users like graphic designers/agencies, photographers. They can just upload media assets for approval, which means a Manager will need to approve (publish) them first before they appear in the DAM library.
- Authenticated user is for simple "read-only" users, they can browse, search, view, download assets.
- Manager is the highest level regarding the DAM functionality. They can fully manage the content of the DAM.
- Administrator is like a superuser who can manage users, but also the full settings of the site. Give it only to people who know Drupal.