🔧 set some defaults
This commit is contained in:
@@ -87,11 +87,11 @@ API_SPEC_LINK = None # Set to 'openapi.yml' to enable
|
|||||||
|
|
||||||
# Global setting: Set to True to enable comic embed functionality
|
# Global setting: Set to True to enable comic embed functionality
|
||||||
# When enabled, users can get embed codes to display comics on other websites
|
# When enabled, users can get embed codes to display comics on other websites
|
||||||
EMBED_ENABLED = True
|
EMBED_ENABLED = False
|
||||||
|
|
||||||
# Global setting: Set to True to enable permalink copy button
|
# Global setting: Set to True to enable permalink copy button
|
||||||
# When enabled, users can easily copy a direct link to the current comic
|
# When enabled, users can easily copy a direct link to the current comic
|
||||||
PERMALINK_ENABLED = True
|
PERMALINK_ENABLED = False
|
||||||
|
|
||||||
COMICS = [
|
COMICS = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user