Add method and enctype to manifest (#11767)
This commit is contained in:
parent
e265b8887d
commit
cf643d0060
|
@ -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…
Reference in New Issue