Skip to content

Commit 7e55d2f

Browse files
committed
fix the label showing some more + some cleanup
1 parent 67adb92 commit 7e55d2f

File tree

6 files changed

+6
-14
lines changed

6 files changed

+6
-14
lines changed

dist/build/assets/statamic-group-2ee1c573.css renamed to dist/build/assets/statamic-group-89a25fd5.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/build/assets/statamic-group-d752d391.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/build/assets/statamic-group-f9543805.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/build/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"resources/css/statamic-group.css": {
3-
"file": "assets/statamic-group-2ee1c573.css",
3+
"file": "assets/statamic-group-89a25fd5.css",
44
"isEntry": true,
55
"src": "resources/css/statamic-group.css"
66
},
77
"resources/js/statamic-group.js": {
8-
"file": "assets/statamic-group-f9543805.js",
8+
"file": "assets/statamic-group-d752d391.js",
99
"isEntry": true,
1010
"src": "resources/js/statamic-group.js"
1111
}

resources/css/statamic-group.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
.group-fieldtype > .field-inner,
1111
.group-fieldtype > label {
12-
display: none;
12+
display: none !important;
1313
}
1414

1515
.group-fieldtype .section-fieldtype.form-group:first-child {

resources/js/compontents/GroupFieldtype.vue

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ export default {
3838
}
3939
},
4040
41-
computed: {
42-
//
43-
},
44-
45-
methods: {
46-
//
47-
},
48-
4941
mounted() {
5042
if (this.config.save_toggle_state) {
5143
this.toggle = this.value
@@ -64,7 +56,7 @@ export default {
6456
element = element.nextElementSibling;
6557
}
6658
67-
/** Append the sibling fields to the correct tab content container */
59+
/** Append the sibling fields to the correct group content container */
6860
this.$nextTick(() => {
6961
nextSiblings.forEach((nextSibling) => {
7062
this.$el.querySelector('.publish-fields').appendChild(nextSibling)

0 commit comments

Comments
 (0)