mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
list accompanying course work
This commit is contained in:
@@ -13,9 +13,14 @@ class SocialActionRender implements ChillEntityRenderInterface
|
||||
private EngineInterface $engine;
|
||||
|
||||
public const SEPARATOR_KEY = 'default.separator';
|
||||
/**
|
||||
* if true, the action will not be encapsulated into a "badge"
|
||||
*/
|
||||
public const NO_BADGE = 'no-badge';
|
||||
|
||||
public const DEFAULT_ARGS = [
|
||||
self::SEPARATOR_KEY => ' > ',
|
||||
self::SEPARATOR_KEY => ' > ',
|
||||
self::NO_BADGE => false,
|
||||
];
|
||||
|
||||
public function __construct(TranslatableStringHelper $translatableStringHelper, EngineInterface $engine)
|
||||
|
Reference in New Issue
Block a user