Skip to content

Commit

Permalink
Add a 'default' network option that changes modal into split dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed Nov 18, 2023
1 parent 66c5f89 commit c524824
Show file tree
Hide file tree
Showing 12 changed files with 1,277 additions and 90 deletions.
3 changes: 2 additions & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

(new Extend\Settings())
->default('fof-share-social.plain-copy', true)
->serializeToForum('fof-share-social.plain-copy', 'fof-share-social.plain-copy'),
->serializeToForum('fof-share-social.plain-copy', 'fof-share-social.plain-copy')
->serializeToForum('fof-share-social.default', 'fof-share-social.default-option'),

(new Extend\ApiSerializer(ForumSerializer::class))
->attributes(ForumAttributes::class),
Expand Down
146 changes: 145 additions & 1 deletion js/dist/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/admin.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c524824

Please sign in to comment.