Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
social_pwa-3256170
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
social_pwa-3256170
Commits
4e8de0d9
Unverified
Commit
4e8de0d9
authored
3 years ago
by
Alexander Varwijk
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3193755
by Kingdutch, Anybody: Move Social PWA settings into Open Social Settings Menu
parent
52725895
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
social_pwa.links.menu.yml
+2
-8
2 additions, 8 deletions
social_pwa.links.menu.yml
social_pwa.links.task.yml
+9
-0
9 additions, 0 deletions
social_pwa.links.task.yml
social_pwa.routing.yml
+10
-10
10 additions, 10 deletions
social_pwa.routing.yml
with
21 additions
and
18 deletions
social_pwa.links.menu.yml
+
2
−
8
View file @
4e8de0d9
social_pwa.admin_settings
:
title
:
'
Social
PWA
Settings'
title
:
'
Progressive
Web
App
Settings'
description
:
'
Configure
the
Manifest.json
output.'
parent
:
s
ystem
.admin
_
config
_system
parent
:
s
ocial_core
.admin
.
config
.social
route_name
:
social_pwa.settings
social_pwa.push_notification
:
title
:
'
Send
Push
Notification'
description
:
'
Send
push
notifications
to
that
have
enabled
notifications'
parent
:
social_pwa.admin_settings
route_name
:
social_pwa.send-push-notification
This diff is collapsed.
Click to expand it.
social_pwa.links.task.yml
0 → 100644
+
9
−
0
View file @
4e8de0d9
social_pwa.settings
:
route_name
:
social_pwa.settings
base_route
:
social_pwa.settings
title
:
Settings
social_pwa.send_push_notification
:
route_name
:
social_pwa.send-push-notification
base_route
:
social_pwa.settings
title
:
Send Push Notification
This diff is collapsed.
Click to expand it.
social_pwa.routing.yml
+
10
−
10
View file @
4e8de0d9
social_pwa.settings
:
path
:
'
/admin/config/
system
/pwa'
path
:
'
/admin/config/
opensocial
/pwa'
defaults
:
_form
:
'
\Drupal\social_pwa\Form\ManifestSettingsForm'
_title
:
'
Social
PWA
Settings'
_title
:
'
Progressive
Web
App
Settings'
requirements
:
_permission
:
'
administer
pwa
settings'
social_pwa.send-push-notification
:
path
:
'
/admin/config/opensocial/pwa/notification'
defaults
:
_form
:
'
\Drupal\social_pwa\Form\PushNotificationForm'
_title
:
'
Broadcast
Push
Notification'
requirements
:
_permission
:
'
broadcast
push
notification'
social_pwa.manifest
:
path
:
'
/manifest.json'
defaults
:
...
...
@@ -40,11 +48,3 @@ social_pwa.save-prompt:
_controller
:
'
\Drupal\social_pwa\Controller\UserSubscriptionController::savePrompt'
requirements
:
_permission
:
'
access
content'
social_pwa.send-push-notification
:
path
:
'
/admin/config/system/pwa/notification'
defaults
:
_form
:
'
\Drupal\social_pwa\Form\PushNotificationForm'
_title
:
'
Broadcast
Push
Notification'
requirements
:
_permission
:
'
broadcast
push
notification'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment