2023-12-21 00:10:03 +01:00
|
|
|
{#
|
2025-01-08 16:55:37 +01:00
|
|
|
SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
2023-12-21 00:10:03 +01:00
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
#}
|
|
|
|
|
2025-01-08 16:55:37 +01:00
|
|
|
include:
|
|
|
|
- reader.appmenus
|
|
|
|
|
2023-12-21 00:10:03 +01:00
|
|
|
{% from 'utils/macros/sync-appmenus.sls' import sync_appmenus -%}
|
2025-01-08 16:55:37 +01:00
|
|
|
{{ sync_appmenus('tpl-' ~ sls_path ~ '-sender') }}
|
2024-01-26 22:46:36 +01:00
|
|
|
{{ sync_appmenus('tpl-' ~ sls_path ~ '-reader') }}
|
2025-01-08 16:55:37 +01:00
|
|
|
{{ sync_appmenus('tpl-' ~ sls_path ~ '-fetcher') }}
|