瀏覽代碼

minor fixe on blabla's article: lightbox, flag/unflag

Bachir Soussi Chiadmi 3 年之前
父節點
當前提交
8f854ff287

文件差異過大導致無法顯示
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.css


文件差異過大導致無法顯示
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


+ 1 - 0
web/themes/custom/materiotheme/assets/scripts/main.js

@@ -31,6 +31,7 @@ import VLeftContent from 'vuejs/components/Content/LeftContent'
 import { mapState } from 'vuex'
 
 // require('theme/assets/styles/main.scss');
+import 'vue-cool-lightbox/dist/vue-cool-lightbox.min.css'
 import 'theme/assets/styles/main.scss'
 
 (function (Drupal, drupalSettings, drupalDecoupled) {

+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Pages/Article.vue

@@ -304,7 +304,7 @@ export default {
                 break;
               case 'field_linked_materials':
                 field = included.attributes
-                field.id = included.id
+                field.id = field.uuid = included.id
                 // get the linked material included images
                 field.images = [];
                 included.relationships.images.data.forEach((img) => {

部分文件因文件數量過多而無法顯示