Skip to content

localconfig Werte werden beim Sync umgeschrieben #314

Description

@frontendschlampe

also irgendwie ist das eigenartig: wenn ich die localconfig-Einträge mit syncCto synchronisiere, dann werden die Werte für true umgeschrieben zu 1, obwohl in beiden Systemen bei beiden localconfig vorher true stand.

$GLOBALS['TL_CONFIG']['minifyMarkup'] = true; #vorher
$GLOBALS['TL_CONFIG']['minifyMarkup'] = 1;    #danach
$GLOBALS['TL_CONFIG']['gzipScripts'] = true; #vorher
$GLOBALS['TL_CONFIG']['gzipScripts'] = 1;    #danach

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions