-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SponsorBanner settings #684
Conversation
@Component({ | ||
components: { ImagePicker } | ||
}) | ||
export default class AnimationInput extends BaseInput<string, IListMetadata<string>> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AnimationInput -> ImageLayoutInput
<image-picker :value="value" :metadata="meta" @input="value => emitInput(value)" /> | ||
</template> | ||
|
||
<script lang="ts" src="./ImageLayout.vue.ts"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use the Input
postfix for the classes that we extend from BaseInput. I think it is a good convention to follow. I have the same comment for the image-picker
No description provided.