Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quick_node_clone
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
quick_node_clone
Merge requests
!10
Issue
#3330515
: Update README.md file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3330515
: Update README.md file
issue/quick_node_clone-3330515:3330515-update-readme.md-file
into
8.x-1.x
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Sonal Gyanani
requested to merge
issue/quick_node_clone-3330515:3330515-update-readme.md-file
into
8.x-1.x
2 years ago
Overview
0
Commits
2
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 2
a4e14c04
7 months ago
version 1
d548666c
2 years ago
8.x-1.x (base)
and
latest version
latest version
a4e14c04
2 commits,
7 months ago
version 2
a4e14c04
2 commits,
7 months ago
version 1
d548666c
1 commit,
2 years ago
1 file
+
32
−
40
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
32
−
40
Options
CONTENTS OF THIS FILE
---------------------
*
Introduction
*
Requirements
*
Recommended Modules
*
Installation
*
Configuration
*
Maintainers
INTRODUCTION
------------
# Quick Node Clone
The Quick Node Clone module adds a "Clone" tab to a node. When selected, a new
node is created and fields from the previous node are populated into the new
fields.
This is potentially duplicate work of Node Clone
(https://www.drupal.org/project/node_clone), but as of release they don't have
[
project page
]
(
https://www.drupal.org/project/node_clone
)
, but as of release they don't have
a stable D8 version and this code was created for a project from scratch in a
reusable manner. This is focused on supporting more variety in field types than
core's default cloning.
@@ -26,50 +14,54 @@ Future @TODO: Support more than just nodes! It could be expanded to all Content
Entities fairly easily. This will likely be in its own properly named module
with a better method for adding a UI to other content entities.
*
For a full description of the module visit:
https://www.drupal.org/project/quick_node_clone
-
For a full description of the module visit:
[
project page
](
https://www.drupal.org/project/quick_node_clone
)
-
To submit bug reports and feature suggestions, or to track changes visit:
[
issue queue
](
https://www.drupal.org/project/issues/quick_node_clone
)
## Content of this file
*
To submit bug reports and feature suggestions, or to track changes visit:
https://www.drupal.org/project/issues/quick_node_clone
-
Requirements
-
Recommended Modules
-
Installation
-
Configuration
-
Maintainers
REQUIREMENTS
------------
## Requirements
This module requires no modules outside of Drupal core.
RECOMMENDED MODULES
-------------------
## Recommended modules
It currently supports cloning of most field types including Inline Entity Form
and Field Collection.
*
Inline Entity Form
-
https://www.drupal.org/project/inline_entity_form
*
Field collection
-
https://www.drupal.org/project/field_collection
-
[
Inline Entity Form
](
https://www.drupal.org/project/inline_entity_form
)
-
[
Field collection
](
https://www.drupal.org/project/field_collection
)
INSTALLATION
------------
## Installation
Install the Quick Node Clone module as you would normally install a contributed
Drupal module.
Visit https://www.drupal.org/node/1897420 for further
information.
Drupal module.
For further information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
CONFIGURATION
-------------
## Configuration
1.
Navigate to Administration > Extend and enable the Quick Node Clone
module.
2.
A Clone tab is now available on nodes.
3.
Select the Clone tab and a new node is created and the fields from the
previous node are populated.
4.
Make appropriate edits and Save New Clone.
1.
Navigate to Administration > Extend and enable the Quick Node Clone
module.
2.
A Clone tab is now available on nodes.
3.
Select the Clone tab and a new node is created and the fields from the
previous node are populated.
4.
Make appropriate edits and Save New Clone.
MAINTAINERS
-----------
## Maintainers
*
David Lohmeyer
(
vilepickle
) -
https://www.drupal.org/u/vilepickle
*
Neslee Canil Pinto - https://www.drupal.org/u/neslee-canil-pinto
-
David Lohmeyer
-
[
vilepickle
](
https://www.drupal.org/u/vilepickle
)
-
Neslee Canil Pinto -
[
Neslee Canil Pinto
](
https://www.drupal.org/u/neslee-canil-pinto
)
Loading