Browse Source

Add method and enctype to manifest (#11767)

pull/4/head
Yamagishi Kazutoshi 4 years ago
committed by Eugen Rochko
parent
commit
cf643d0060
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/serializers/manifest_serializer.rb

+ 2
- 0
app/serializers/manifest_serializer.rb View File

@ -55,6 +55,8 @@ class ManifestSerializer < ActiveModel::Serializer
{
url_template: 'share?title={title}&text={text}&url={url}',
action: 'share',
method: 'GET',
enctype: 'application/x-www-form-urlencoded',
params: {
title: 'title',
text: 'text',

Loading…
Cancel
Save