tungsten / tungsten
Miscellaneous goodies needed for Tungsten Craft projects
Installs: 1 105
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:craft-plugin
pkg:composer/tungsten/tungsten
Requires
- php: ^8.2
- craftcms/cms: ^5.0.0
This package is auto-updated.
Last update: 2025-10-04 19:50:09 UTC
README
This plugin allows to add a widget to the dashboard that includes some useful links and resources. It also ties the Gulp JS and CSS workflow into the Craft template.
Requirements
This plugin requires Craft CMS 5.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require tungsten/tungsten:4.*
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Tungsten.
Overview
Resources
- Submit Support Ticket link
- My Newline link
- Training Videos link (editable) -- a link to custom YouTube channel can be added that contains training videos for the specific website
Notes from Tungsten
This section allows to provide customized notes intended as a reference for anyone using the CMS.
Plugin Variable (assetUrl)
This variable is used to select the appropriate CSS or JS file to be included in the templates.
{# Custom styles for this template #}
<link href="{{ craft.tungsten.assetUrl('styles.css') }}" rel="stylesheet">
{# Custom Js Files #}
<script src="{{ craft.tungsten.assetUrl('scripts.js') }}"></script>