Skip to content

Custom fieldtype label showing in CP, but not the component itself. #8518

You must be logged in to vote

I tried a bunch of different things to no avail, but was finally able to get my component to show up by inlining in:

<script>
export default {
    mixins: [Fieldtype],
    template: `<div>Hello World</div>`
};
</script>

Replies: 4 comments

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies

You must be logged in to vote
0 replies
Answer selected by anakadote

You must be logged in to vote
0 replies
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
3 participants