-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #785 from City-of-Helsinki/UHF-9741
UHF-9741: News archive refresh
- Loading branch information
Showing
5 changed files
with
62 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
/** | ||
* @file | ||
* HELfi platform config hooks. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
/** | ||
* @file | ||
* Hooks provided by the HELfi platform config module. | ||
*/ | ||
|
||
/** | ||
* Modify the list of paragraphs of first-paragraph-grey. | ||
* | ||
* The paragraphs on the list will get the special class | ||
* has-first-paragraph-gray. | ||
* | ||
* @param array $paragraphs | ||
* Array of paragraph machine names. | ||
*/ | ||
function hook_first_paragraph_grey_alter(array &$paragraphs) { | ||
} |
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
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