howard / howard_content_types
This module is designed to provide default content types for Howard University
Installs: 304
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Language:CSS
Type:drupal-module
- dev-8.x-1.x
- 8.2.9
- 8.2.8
- 8.2.7
- 8.2.6
- 8.2.5
- 8.2.4
- 8.2.3
- 8.2.2
- 8.2.1
- 8.2.0
- 8.1.66
- 8.1.65
- 8.1.64
- 8.1.63
- 8.1.62
- 8.1.61
- 8.1.60
- 8.1.59
- 8.1.58
- 8.1.57
- 8.1.56
- 8.1.55
- 8.1.54
- 8.1.53
- 8.1.52
- 8.1.51
- 8.1.50
- 8.1.49
- 8.1.48
- 8.1.47
- 8.1.46
- 8.1.45
- 8.1.44
- 8.1.43
- 8.1.42
- 8.1.41
- 8.1.40
- 8.1.39
- 8.1.38
- 8.1.37
- 8.1.36
- 8.1.35
- 8.1.34
- 8.1.33
- 8.1.32
- 8.1.31
- 8.1.30
- 8.1.29
- 8.1.28
- 8.1.27
- 8.1.26
- 8.1.25
- 8.1.24
- 8.1.23
- 8.1.22
- 8.1.21
- 8.1.20
- 8.1.19
- 8.1.18
- 8.1.17
- 8.1.16
- 8.1.15
- 8.1.14
- 8.1.13
- 8.1.12
- 8.1.11
- 8.1.10
- 8.1.9
- 8.1.8
- 8.1.7
- 8.1.6
- 8.1.5
- 8.1.4
- 8.1.3
- 8.1.2
- 8.1.1
- 8.1.0
- dev-hc_article
- dev-hc_article_date
- dev-f-resources-update
- dev-add-license-1
This package is auto-updated.
Last update: 2024-10-23 13:53:45 UTC
README
Content Types for Howard installs.
This module, and sub-modules, contain markup only (no js or css), those should be provided in the client theme, loaded via the idfive Component Library:
This module also provides default entity browsers for ease in creating media fields with the proper browsers. It also creates some standard fields used across the sub-modules.
Installation and Updates
Install Via Composer
composer install howard/howard_content_types
Update Via Composer
composer update howard/howard_content_types
Sub-modules
The following sub-modules are available:
- Announcements: Creates the "HC Announcement" Content Type.
- Article: Creates the "HC Article" Content Type.
- Page: Creates the "HC Basic Page" Content Type.
- Person: Creates the "HC Person" Content Type.
- Resource: Creates the "HC Resource" Content Type.
- Standard Homepage: Creates the "HC Standard Homepage" Content Type.
Configuration Overrides
This module is designed so that config can be overridden locally. Essentially, the config provides a "starter" when installing the module, that can be modified per site. If config is "added to" after initial install, a manual config re-sync will likely need to be done. Something like:
drush cim -y --partial --source=modules/contrib/howard_content_types/config/install/
Keep in mind that extensive testing should be done before attempting the above.
Markup Overrides
- You may override paragraphs templates by copying them into the client theme.
- You may override hooks by copying into client .theme, and modifying hook name/etc.