modular
Here are 883 public repositories matching this topic...
-
Updated
Oct 27, 2020 - HTML
Broken README links
Links to all modules are broken because of renaming
Version:
- v2.x.x
- v1.x.x
Issue type:
- Bug
- Proposal/Enhancement
- Question
- Discussion
-
Updated
Oct 14, 2020 - TypeScript
If you create an admin menu node in which you decide to display all content types and that you set a global icon to use on all of them it will display the icon only on the first content type item in that node. It should display the same icon for all the menu items.
The issue seems to be in the ContentTypesAdminNodeNavigationBuilder where it does GetIconClasses.

<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
-
Updated
Oct 6, 2020 - JavaScript
Feature request
Select the type of feature you are requesting:
- Cog
- Command
- API functionality
Describe your requested feature
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Oct 27, 2020 - Java
Describe your feature request or suggestion in detail
Add option in worldserver config to modify the battleground respawn timer.
Describe a possible solution to your Feature or Suggestion in detail
The BG respawn timer is plainly defined in the core and can be easily modified by changing a few integers. I think this would be a great addition to the worldserver.conf since AC is focuse
-
Updated
Jun 22, 2020 - Ruby
I was wondering the benefit of using Modular File Management vs Single Config File Management? Why do you consider it easier to use multiple files and then compile? Trying to figure out what the best case is for my use case. Thanks. #
-
Updated
Jun 26, 2018 - CSS
-
Updated
Apr 30, 2020 - Rich Text Format
-
Updated
Aug 6, 2020 - Go
-
Updated
Oct 12, 2020 - C++
Improve this page
Add a description, image, and links to the modular topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the modular topic, visit your repo's landing page and select "manage topics."


We have a server that is for authenticating to AWS to be able to upload.
That server requires JWT for authentication. The XHR plugin supports custom headers.
Would it be possible to implement the same thing on the AWS plugins as well?