Made some fixes and changes to the writing on this page. Hopefully this is now clear enough to no longer "need work". Though, I'm not sure if we need more in-depth documentation on the theme.theme file.
There were some grammatical and style issues this change addresses.
I must have missed that text in the logos is trying to be avoided. I agree with @lostcarpark that "image-widget-crop-2.png" looks good to me!
I just made some small grammar and consistency changes.
It looks like this module β already has a pretty nice logo, can this existing one be used?
https://www.drupal.org/files/project-images/iwc_logo.png β
Does this need to be re-created, or can the logo used on the module page β be used instead?
I am working on updating the content tracker during DrupalCon Pittsburgh.
I fixed a misspelling in the summary field, changing "realted" to "related".
Thank you!
michele_grace β created an issue.
Is that also true for adding an image into a component? I was going off the example in this component in gitlab:
<button {{ clAttributes.addClass('button') }}>
{{ text }}
{{ source(clMeta.path ~ '/img/' ~ iconType|default('power') ~ '.svg') }}
</button>
Or should this now be done with some sort of relative path?
michele_grace β created an issue.