-
-
Notifications
You must be signed in to change notification settings - Fork 13
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 country flag icons #140
Comments
I have some question of understanding and a need a little bi help. my goal: register many icon flags in svg format in this package what i see if i look in the package, e.g. the registering of bootstrap icons, especially the "bookmarks.svg" in the default profile, there is a registry record for the icon
in the upgrade profile with id 11 live this record:
that is what i done until now:
which next steps should i do on my local dev-branch ?
I hope someone can clarify my questions. |
it should be ++plone++bootstrap-icons/bookmarks.svg as resource url register the resources, would do it like this
components directory only has packages that are installed via package.json - have you decided which npm package we will use? registration should go in to an if you look at https://github.com/plone/plone.staticresources/blob/master/src/plone/staticresources/profiles/default/registry/icons_contenttype.xml
The Upgrade step will be needed for all changes to the icons. I won't have much more time today but will be around tomorrow for the sprint. |
I have a locally a working branch with svg files. 4 packages are involved. i have to clean it up. |
I would add a npm package via yarn. What i did in the plone.staticresources root folder:
What i did wrong? |
svg flags got merged |
The text was updated successfully, but these errors were encountered: