Opened 6 months ago
Last modified 6 months ago
#60689 new feature request
Concerning use of external libraries
Reported by: | warui1738 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | External Libraries | Keywords: | needs-design needs-design-feedback 2nd-opinion dev-feedback |
Focuses: | ui | Cc: |
Description
As you get more advanced in using wordpress the need arises to use external libraries like bootstrap,font library,icon libraries,tailwind etc,off course this can be added using insert code plugins.the biggest disadvantage of this is that
1.you cannot maintain libraries version
2.You cannot delete the libraries.
This problem can be solved through a feature request to create an interface to manage external libraries.In this feature:
1.User adds external libraries through a url
2.user can edit the libraries url
3.user can delete the libraries,libraries ceases to exist in the wordpress environment
4.Ability of the interface to distinguish/or give user opportunity to distinguish between <link> and <script> for proper placement in the page layout
Thanks