Skip to content

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

Discussion options

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

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

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