moga-kit/moga-module

Customizer for MOGA-Kit Theme

Installs: 1 392

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 1

Open Issues: 1

Language:JavaScript

Type:oxideshop-module

0.0.2 2021-01-20 01:19 UTC

This package is auto-updated.

Last update: 2024-04-10 03:13:34 UTC


README

change and preview you colors, fonts and other css from admin panel.
No PhD in Informatics needed.

Installation

  1. Moga-Theme installieren, falls noch nicht geschehen:
    composer require -n moga-kit/moga-theme

  2. Installiere Source Dateien und Bibliotheken im Ordner "source/Application/views/moga/":
    npm install

  3. Moga-Modul installieren:
    composer require -n moga-kit/moga-module

  4. Nennen die Datei "source/out/moga/src/scss/custom.dist.scss"
    in "source/out/moga/src/scss/custom.scss um

    mv source/out/moga/src/scss/custom.dist.scss source/out/moga/src/scss/custom.scss

  5. Mache die Datei "source/Application/views/moga/build/scss/_custom_styles.scss" beschreibbar:
    chmod 777 source/Application/views/moga/src/scss/_custom_styles.scss

  6. Mache die Datei "source/Application/views/moga/build/scss/_custom_variables.scss" beschreibbar:
    chmod 777 source/Application/views/moga/src/scss/_custom_variables.scss

  7. Mache die Datei "source/out/moga/src/css/styles.min.css" beschreibbar:
    chmod 777 source/out/moga/src/css/styles.min.css

  8. Mache die Datei "source/out/moga/src/css/preview.css" beschreibbar:
    chmod 777 source/out/moga/src/css/preview.css