Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
ec-table-widgets
Advanced tools
An Apostrophe CMS module to provide a configurable table for text content, complete with size and color options.
In order to use this module, you should have:
From within your apostrophe project directory, run
npm install --save ec-table-widgets
Include widget in projects' app.js file:
modules: {
'ec-table-widgets': {},
// ... other modules
}
In css/variables.less, colors are assigned to variable names like this:
@table-color3: #861f41;
@table-color4: #6dc6e8;
These hex values can be edited without impacting the functionality. These values are used to configure the background and border colors of the table.
The widget offers, by default, three size options: small, medium and large. These correspond to the tables width relative to the parent element, where 'small' is 25% of the parent, medium is 50% of the parent, and large is 100% of the parent width.
The character used to separate items in a row may be customized (by default '&'), so make sure the delimiter symbol does not conflict with your text content.
This project is licensed under the MIT License - see the LICENSE.md file for details.
FAQs
Place content into a table
The npm package ec-table-widgets receives a total of 18 weekly downloads. As such, ec-table-widgets popularity was classified as not popular.
We found that ec-table-widgets demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.