Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
paragraphs_browser_previewer
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
paragraphs_browser_previewer
Merge requests
!2
Issue
#3189845
: Create composer.json file and add dependencies
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3189845
: Create composer.json file and add dependencies
issue/paragraphs_browser_previewer-3189845:8.x-1.x
into
8.x-1.x
Overview
0
Commits
2
Pipelines
0
Changes
1
Open
Issue #3189845: Create composer.json file and add dependencies
Ivan Trokhanenko
requested to merge
issue/paragraphs_browser_previewer-3189845:8.x-1.x
into
8.x-1.x
Dec 24, 2020
Overview
0
Commits
2
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
8.x-1.x
version 1
3112e9f2
Dec 24, 2020
8.x-1.x (HEAD)
and
latest version
latest version
929db488
2 commits,
Jan 25, 2023
version 1
3112e9f2
1 commit,
Dec 24, 2020
1 file
+
24
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
composer.json
0 → 100644
+
24
−
0
View file @ 700491de
Edit in single-file editor
Open in Web IDE
{
"name"
:
"drupal/paragraphs_browser_previewer"
,
"description"
:
"This module provides possibility to use functionalities from Paragraph Browser widget and Paragraph Previewer widget in one widget."
,
"type"
:
"drupal-module"
,
"license"
:
"GPL-2.0-or-later"
,
"keywords"
:
[
"paragraphs"
,
"browser"
,
"previewer"
],
"homepage"
:
"
https://www.drupal.org/project/paragraphs_browser_previewer
"
,
"minimum-stability"
:
"dev"
,
"authors"
:
[
{
"name"
:
"Andrew Siz"
,
"homepage"
:
"
https://www.drupal.org/u/andrewsizz
"
}
],
"support"
:
{
"issues"
:
"https://www.drupal.org/project/issues/paragraphs_browser_previewer"
,
"source"
:
"https://git.drupalcode.org/project/paragraphs_browser_previewer"
},
"require"
:
{
"
drupal/core
"
:
"^8 || ^9 || ^10"
,
"
drupal/paragraphs_previewer
"
:
"
^1.0
"
,
"
drupal/paragraphs_browser
"
:
"
^1.0
"
}
}
Loading