Embeddable Mod Hub Configuration Object
Unique EMH id.
1
Name of the EMH version.
Possible values: <= 32 characters
An array of URLs that may access this EMH configuration.
Possible values: <= 10
Pre-defined styling properties.
Possible values: <= 10000 characters
Custom styling properties.
Possible values: <= 10000 characters
Flag to allow subscribing.
Flag to allow rating.
Flag to allow reporting.
Flag to allow downloading.
Flag to allow commenting.
Flag to allow filtering.
Flag to allow searching.
Flag to allow infinite scroll.
Flag to allow email authentication.
Flag to allow SSO authentication.
Flag to allow Steam authentication.
Flag to allow PSN authentication.
Flag to allow Xbox authentication.
Flag to allow Epic Games Store authentication.
Flag to allow Discord authentication.
Flag to allow Google authentication.
Flag to allow viewing the items you have interacted with.
Flag to show comments.
Flag to show collections.
Flag to show guides.
Flag to show user avatars.
Flag to show sort tabs.
Flag to allow user submitted links.
Flag to move the filters to the right.
Flag to move the mod/guide name to the right.
Flag to allow users to create and add mods via the EMH.
Flag to allow users to edit existing mods via the EMH.
Number of results to show per page.
Minimum age for EMH access.
Timestamp indicating the date when the configuration was added.
Timestamp indicating the date when the configuration was last updated.
The company name used for EMH agreements.
The configured agreement names and urls used for the EMH.
Possible values: <= 3
{
"id": 1,
"name": "string",
"urls": [
"string"
],
"style": "string",
"css": "string",
"allow_subscribing": true,
"allow_rating": true,
"allow_reporting": true,
"allow_downloading": true,
"allow_commenting": true,
"allow_filtering": true,
"allow_searching": true,
"allow_infinite_scroll": true,
"allow_email_auth": true,
"allow_sso_auth": true,
"allow_steam_auth": true,
"allow_PSN_auth": true,
"allow_xbox_auth": true,
"allow_egs_auth": true,
"allow_discord_auth": true,
"allow_google_auth": true,
"show_library": true,
"show_comments": true,
"show_collections": true,
"show_guides": true,
"show_user_avatars": true,
"show_sort_tabs": true,
"allow_links": true,
"filter_right_side": true,
"name_right_side": true,
"allow_adding_mods": true,
"allow_editing_mods": true,
"results_per_page": 0,
"min_age": 0,
"date_added": 0,
"date_updated": 0,
"company_name": "string",
"agreement_urls": [
{}
]
}