Maybe a very dumb question, but I have a very very simple theme component that I put directly into the admin console under <head>
:
<script type="text/x-handlebars" data-template-name="/connectors/top-notices/whos-online-below-site-header">
{{whos-online}}
</script>
If I’m following this post correctly, does it mean that I now have to create a separate theme component folder, host it on GitHub and add the component just for something as simple as adding to a plugin outlet?
I sure hope not, as it’ll break most of my simple theme components