![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@druxt-contrib/config-pages
Advanced tools
[![npm](https://badgen.net/npm/v/@druxt-contrib/config-pages)](https://www.npmjs.com/package/@druxt-contrib/config-pages) [![Known Vulnerabilities](https://snyk.io/test/github/druxt-contrib/druxt-config-pages/badge.svg?targetFile=package.json)](https://sn
Decoupled Drupal configuration pages for Druxt
The DruxtConfigPages module consumes configuration data from the Drupal Config Pages module and makes it easily accessible with a Vuex store and Nuxt plugin.
$druxtConfigPages.get('foo.bar')
$druxtConfigPages.get('foo').bar
$druxtConfigPages.get('foo.bar')
$store.getters['druxtConfigPages/foo'].bar
Install and enable the Drupal Config Pages module on your Druxt backend.
Create at least one Config Page type and entity:
/admin/structure/config_pages/types
Add the "View the [foo] config page entity" permission to the required Druxt role(s).
Install the Nuxt modules:
$ npm install druxt @druxt-contrib/config-pages
Add module to nuxt.config.js
module.exports = {
buildModules: ['@druxt-contrib/config-pages'],
druxt: {
baseUrl: 'https://demo-api.druxtjs.org',
configPages: {
pages: ['foo']
}
}
}
Note: Replace foo
with the machine name of your Config Page type.
Option | Type | Required | Default | Description |
---|---|---|---|---|
druxt.configPages.pages | array | Yes | [] | An array of Config Page types. |
0.1.3
FAQs
[![npm](https://badgen.net/npm/v/@druxt-contrib/config-pages)](https://www.npmjs.com/package/@druxt-contrib/config-pages) [![Known Vulnerabilities](https://snyk.io/test/github/druxt-contrib/druxt-config-pages/badge.svg?targetFile=package.json)](https://sn
The npm package @druxt-contrib/config-pages receives a total of 35 weekly downloads. As such, @druxt-contrib/config-pages popularity was classified as not popular.
We found that @druxt-contrib/config-pages 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.