From 7bd43f101d85695efa7e65a364c732b30f7544a7 Mon Sep 17 00:00:00 2001 From: Dimitrij Pinneker Date: Tue, 14 May 2024 09:22:00 +0000 Subject: [PATCH] Added a comment --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 46f5258..f8f0efb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ ENV LAST_USED_H5P_EDITOR_LIBRARY=0365b081efa8b55ab9fd58594aa599f9630268f6 # Clone H5P repositories RUN git clone https://github.com/h5p/h5p-php-library && git -C h5p-php-library checkout $LAST_USED_H5P_LIBRARY RUN git clone https://github.com/h5p/h5p-editor-php-library && git -C h5p-editor-php-library checkout $LAST_USED_H5P_EDITOR_LIBRARY +# Disable some elements like "Inhalts-Demo", "Tutorial", "Beispiele" buttons RUN echo ".h5p-tutorial-url,.h5p-example-url,.h5p-hub-demo-button{visibility:hidden;}" >> h5p-editor-php-library/styles/css/application.css # Remove unused files