-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VACMS-14793: Move menu form alter trait to menus more centralized men…
…us module
- Loading branch information
Showing
5 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
docroot/modules/custom/va_gov_menus/config/schema/va_gov_menus.schema.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Schema for the configuration files of the VA.gov Menus Helper module. | ||
va_gov_menus.settings: | ||
type: config_object | ||
label: 'VA.gov Menus Helper settings' | ||
mapping: | ||
example: | ||
type: string | ||
label: 'Example' |
2 changes: 1 addition & 1 deletion
2
..._footer/src/Traits/MenuFormAlterTrait.php → ...v_menus/src/Traits/MenuFormAlterTrait.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name: VA.gov Menus Helper | ||
type: module | ||
description: Provides config and tools for menus on VA.gov | ||
package: Custom | ||
core_version_requirement: ^9 || ^10 |