PHP Classes

File: .vscode/settings.json

Recommend this page to a friend!
  Packages of Luke Towers   Winter   .vscode/settings.json   Download  
File: .vscode/settings.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 1,667 bytes
 

Contents

Class file image Download
{ "files.associations": { "**/modules/*/behaviors/*/partials/*.htm": "php", "**/modules/*/blocks/*.block": "wintercms-block", "**/modules/*/controllers/*/*.htm": "php", "**/modules/*/formwidgets/*/partials/*.htm": "php", "**/modules/*/layouts/*.htm": "php", "**/modules/*/models/*/*.htm": "php", "**/modules/*/partials/*.htm": "php", "**/modules/*/reportwidgets/*/partials/*.htm": "php", "**/modules/*/views/mail/*.htm": "wintercms", "**/modules/*/widgets/*/partials/*.htm": "php", "**/plugins/*/*/behaviors/*/partials/*.htm": "php", "**/plugins/*/*/blocks/*.block": "wintercms-block", "**/plugins/*/*/components/**/*.htm": "wintercms-twig", "**/plugins/*/*/controllers/*/*.htm": "php", "**/plugins/*/*/formwidgets/*/partials/*.htm": "php", "**/plugins/*/*/layouts/*.htm": "php", "**/plugins/*/*/models/*/*.htm": "php", "**/plugins/*/*/partials/*.htm": "php", "**/plugins/*/*/reportwidgets/*/partials/*.htm": "php", "**/plugins/*/*/views/mail/*.htm": "wintercms", "**/plugins/*/*/widgets/*/partials/*.htm": "php", "**/themes/*/blocks/**/*.block": "wintercms-block", "**/themes/*/content/**/*.htm": "wintercms", "**/themes/*/layouts/*.htm": "wintercms", "**/themes/*/pages/**/*.htm": "wintercms", "**/themes/*/partials/**/*.htm": "wintercms" }, "emmet.includeLanguages": { "wintercms": "html", "wintercms-twig": "html", "wintercms-block": "html" }, "eslint.validate": [ "javascript", "vue" ] }