Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donquixote/d7-cfr-recommended
Meta package to require common / recommended cfr-related modules in Drupal 7.
https://github.com/donquixote/d7-cfr-recommended
Last synced: 7 days ago
JSON representation
Meta package to require common / recommended cfr-related modules in Drupal 7.
- Host: GitHub
- URL: https://github.com/donquixote/d7-cfr-recommended
- Owner: donquixote
- License: mit
- Created: 2019-02-24T12:37:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T20:04:02.000Z (about 4 years ago)
- Last Synced: 2024-05-05T11:21:34.115Z (7 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d7-cfr-recommended
Meta package to require the most common / recommended cfr-related modules in D7.## Installation
First install your Drupal 7 website with something like https://github.com/drupal-composer/drupal-project/tree/7.x.
composer create-project drupal-composer/drupal-project:7.x-dev some-dir --no-interaction
Create a database, configure your local webserver, and install Drupal 7.
Then require this package:
cd some-dir
composer require donquixote/d7-cfr-recommendedThen enable modules with drush.
cd web
drush en -y entdisp listformat entdisp_example cfrblock cfrpreset cfrop entdispfieldui entity renderkit_ui## See if it works
Create a node.
Visit `admin/structure/renderkit/preview`.
Choose and configure a display component.
Choose the theme in which to show the preview.
Hit "Show".## Notes
Some of the components might require other modules to work.
E.g. `views` is a good idea to install, but not required for basic functionality.