Compare commits
701 Commits
3
.babelrc
3
.babelrc
|
@ -7,5 +7,6 @@
|
||||||
"node": "current"
|
"node": "current"
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
]
|
],
|
||||||
|
"plugins": ["@babel/plugin-syntax-dynamic-import"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@ module.exports = {
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
'no-unused-vars': ["warn"],
|
'no-unused-vars': ["warn"],
|
||||||
'camelcase': 'warn',
|
'camelcase': 'off',
|
||||||
'eqeqeq': 'warn',
|
'eqeqeq': 'warn',
|
||||||
'no-redeclare': 'warn'
|
'no-redeclare': 'warn'
|
||||||
},
|
},
|
||||||
|
|
|
@ -19,29 +19,32 @@
|
||||||
*.config text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.config text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.dist text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.dist text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.html text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=html
|
*.html text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=html
|
||||||
*.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.po text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.po text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.script text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.script text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.svg text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.svg text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
|
*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php
|
||||||
*.twig text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.twig text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
|
||||||
|
|
||||||
|
# PHPStan's baseline uses tabs instead of spaces.
|
||||||
|
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php
|
||||||
|
|
||||||
# Define binary file attributes.
|
# Define binary file attributes.
|
||||||
# - Do not treat them as text.
|
# - Do not treat them as text.
|
||||||
# - Include binary diff in patches instead of "binary files differ."
|
# - Include binary diff in patches instead of "binary files differ."
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
/web/profiles/contrib/
|
/web/profiles/contrib/
|
||||||
/web/libraries/
|
/web/libraries/
|
||||||
|
|
||||||
|
web/modules/dev/*.tar.gz
|
||||||
|
|
||||||
# Ignore sensitive information
|
# Ignore sensitive information
|
||||||
/web/sites/*/settings.php
|
/web/sites/*/settings.php
|
||||||
/web/sites/*/settings.local.php
|
/web/sites/*/settings.local.php
|
||||||
|
@ -28,6 +30,7 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
*.patch
|
*.patch
|
||||||
|
~/patches/*.patch
|
||||||
/.csslintrc
|
/.csslintrc
|
||||||
/.eslintrc.json
|
/.eslintrc.json
|
||||||
/.ht.router.php
|
/.ht.router.php
|
||||||
|
@ -43,3 +46,8 @@ node_modules/
|
||||||
|
|
||||||
config/sync/flag.flag.*.yml
|
config/sync/flag.flag.*.yml
|
||||||
config/sync/system.action.flag_action.*.yml
|
config/sync/system.action.flag_action.*.yml
|
||||||
|
|
||||||
|
.vscode/*
|
||||||
|
|
||||||
|
|
||||||
|
web/themes/custom/materiotheme/assets/dist/report.html
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[submodule "web/profiles/d8-starterkit-profile"]
|
[submodule "web/profiles/d8-starterkit-profile"]
|
||||||
path = web/profiles/d8-starterkit-profile
|
path = web/profiles/d8-starterkit-profile
|
||||||
url = https://figureslibres.io/gogs/bachir/d8-starterkit-profile
|
url = https://figureslibres.io/gogs/bachir/drupal-starterkit-profile
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"felixfbecker.php-debug"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
// Use IntelliSense to learn about possible attributes.
|
||||||
|
// Hover to view descriptions of existing attributes.
|
||||||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Listen for Xdebug",
|
||||||
|
"type": "php",
|
||||||
|
"request": "launch",
|
||||||
|
"port": 9001,
|
||||||
|
"pathMappings": {
|
||||||
|
"/var/www/html/d8.materio.com/public_html": "${workspaceFolder}"
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Launch currently open script",
|
||||||
|
"type": "php",
|
||||||
|
"request": "launch",
|
||||||
|
"program": "${file}",
|
||||||
|
"cwd": "${fileDirname}",
|
||||||
|
"port": 9001
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -3,30 +3,44 @@ const MiniCssExtractPlugin = require("mini-css-extract-plugin");
|
||||||
const { VueLoaderPlugin } = require('vue-loader')
|
const { VueLoaderPlugin } = require('vue-loader')
|
||||||
const ESLintPlugin = require('eslint-webpack-plugin');
|
const ESLintPlugin = require('eslint-webpack-plugin');
|
||||||
const ExtraneousFileCleanupPlugin = require('webpack-extraneous-file-cleanup-plugin');
|
const ExtraneousFileCleanupPlugin = require('webpack-extraneous-file-cleanup-plugin');
|
||||||
|
const CompressionPlugin = require("compression-webpack-plugin");
|
||||||
|
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
|
||||||
|
const CircularDependencyPlugin = require('circular-dependency-plugin')
|
||||||
|
|
||||||
const utils = require('./utils')
|
const utils = require('./utils')
|
||||||
|
|
||||||
const themePath = 'web/themes/custom/materiotheme'
|
const themePath = 'web/themes/custom/materiotheme'
|
||||||
|
const langPath = 'web/sites/default/files/lang'
|
||||||
|
|
||||||
|
const isDev = process.env.NODE_ENV === 'development';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: ['.js', '.vue', '.json'],
|
extensions: ['.js', '.vue', '.json'],
|
||||||
alias: {
|
alias: {
|
||||||
'vue': 'vue/dist/vue.js',
|
// 'vue': 'vue/dist/vue.js',
|
||||||
|
'vue' : isDev ? 'vue/dist/vue.js' : 'vue/dist/vue.min.js',
|
||||||
'theme': utils.resolve(themePath),
|
'theme': utils.resolve(themePath),
|
||||||
'vuejs': utils.resolve(themePath+'/vuejs'),
|
'vuejs': utils.resolve(themePath+'/vuejs'),
|
||||||
'assets': utils.resolve(themePath+'/assets'),
|
'assets': utils.resolve(themePath+'/assets'),
|
||||||
// locales are exported by strings_i18n_json_export from drupal
|
// locales are exported by strings_i18n_json_export from drupal
|
||||||
'locales': utils.resolve('web/sites/default/files/lang')
|
'locales': utils.resolve(langPath)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
entry: {
|
entry: {
|
||||||
'main': utils.resolve(themePath + '/assets/scripts/main.js'),
|
'main': utils.resolve(themePath + '/assets/scripts/main.js'),
|
||||||
'print': utils.resolve(themePath + '/assets/styles/print.scss')
|
// 'lang-en': utils.resolve(langPath + '/en.json'),
|
||||||
|
'print': utils.resolve(themePath + '/assets/styles/print.scss'),
|
||||||
|
'email': utils.resolve(themePath + '/assets/styles/email.scss'),
|
||||||
|
// 'mdi': utils.resolve(themePath + '/assets/styles/mdi/scss/materialdesignicons.scss')
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
|
publicPath: '/themes/custom/materiotheme/assets/dist/',
|
||||||
path: utils.resolve(themePath + '/assets/dist/'),
|
path: utils.resolve(themePath + '/assets/dist/'),
|
||||||
filename: '[name].js'
|
filename: '[name].js',
|
||||||
|
chunkFilename: '[name].[chunkhash].bundle.js'
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
@ -49,16 +63,26 @@ module.exports = {
|
||||||
// type: 'javascript/auto',
|
// type: 'javascript/auto',
|
||||||
// loader: '@kazupon/vue-i18n-loader'
|
// loader: '@kazupon/vue-i18n-loader'
|
||||||
// },
|
// },
|
||||||
{
|
// {
|
||||||
test: /\.js$/,
|
// test: /\.js$/,
|
||||||
use: {
|
// use: {
|
||||||
loader: 'babel-loader',
|
// loader: 'babel-loader',
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
test: /\.(graphql|gql)$/,
|
test: /\.(graphql|gql)$/,
|
||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
loader: 'graphql-tag/loader'
|
loader: 'graphql-tag/loader'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
|
||||||
|
use: {
|
||||||
|
loader: 'url-loader',
|
||||||
|
options: {
|
||||||
|
limit: 10000,
|
||||||
|
name: utils.assetsPath('fonts/[name].[hash:7].[ext]')
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// {
|
// {
|
||||||
// test: /\.graphql?$/,
|
// test: /\.graphql?$/,
|
||||||
|
@ -92,15 +116,6 @@ module.exports = {
|
||||||
// name: utils.assetsPath('media/[name].[hash:7].[ext]')
|
// name: utils.assetsPath('media/[name].[hash:7].[ext]')
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
// }, {
|
|
||||||
// test: /\.(woff2?|eot|ttf|otf)(\?.*)?$/,
|
|
||||||
// use: {
|
|
||||||
// loader: 'url-loader',
|
|
||||||
// options: {
|
|
||||||
// limit: 10000,
|
|
||||||
// name: utils.assetsPath('fonts/[name].[hash:7].[ext]')
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
// }
|
||||||
// {
|
// {
|
||||||
// test: /\.css$/,
|
// test: /\.css$/,
|
||||||
|
@ -108,7 +123,29 @@ module.exports = {
|
||||||
// },
|
// },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
optimization: {
|
||||||
|
splitChunks: {
|
||||||
|
cacheGroups: {
|
||||||
|
// vsa: {
|
||||||
|
// test: /[\\/]node_modules[\\/](vue-simple-accordion)[\\/]/,
|
||||||
|
// name: 'vsa',
|
||||||
|
// chunks: 'all',
|
||||||
|
// usedExports: true
|
||||||
|
// },
|
||||||
|
vclb: {
|
||||||
|
test: /[\\/]node_modules[\\/](vue-cool-lightbox)[\\/]/,
|
||||||
|
name: 'vclb',
|
||||||
|
chunks: 'all',
|
||||||
|
usedExports: true
|
||||||
|
},
|
||||||
|
// vue_page_article: {
|
||||||
|
// test: /[\\/]web[\\/]themes[\\/]custom[\\/]materiotheme[\\/]vuejs[\\/]components[\\/]Pages[\\/]Article.vue/,
|
||||||
|
// name: 'vue_page_article',
|
||||||
|
// chunks: 'all'
|
||||||
|
// }
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: '[name].css'
|
filename: '[name].css'
|
||||||
|
@ -125,6 +162,32 @@ module.exports = {
|
||||||
extensions: ['.js'],
|
extensions: ['.js'],
|
||||||
paths: [utils.resolve(themePath + '/assets/dist/')],
|
paths: [utils.resolve(themePath + '/assets/dist/')],
|
||||||
minBytes: 4096
|
minBytes: 4096
|
||||||
|
}),
|
||||||
|
new CompressionPlugin(),
|
||||||
|
/**
|
||||||
|
* All files inside webpack's output.path directory will be removed once, but the
|
||||||
|
* directory itself will not be. If using webpack 4+'s default configuration,
|
||||||
|
* everything under <PROJECT_DIR>/dist/ will be removed.
|
||||||
|
* Use cleanOnceBeforeBuildPatterns to override this behavior.
|
||||||
|
*
|
||||||
|
* During rebuilds, all webpack assets that are not used anymore
|
||||||
|
* will be removed automatically.
|
||||||
|
*
|
||||||
|
* See `Options and Defaults` for information
|
||||||
|
*/
|
||||||
|
new CleanWebpackPlugin(),
|
||||||
|
new CircularDependencyPlugin({
|
||||||
|
// exclude detection of files based on a RegExp
|
||||||
|
exclude: /a\.js|node_modules/,
|
||||||
|
// include specific files based on a RegExp
|
||||||
|
// include: /dir/,
|
||||||
|
// add errors to webpack instead of warnings
|
||||||
|
failOnError: false,
|
||||||
|
// allow import cycles that include an asyncronous import,
|
||||||
|
// e.g. via import(/* webpackMode: "weak" */ './file.js')
|
||||||
|
allowAsyncCycles: false,
|
||||||
|
// set the current working directory for displaying module paths
|
||||||
|
// cwd: process.cwd(),
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,8 @@ const webpack = require('webpack')
|
||||||
const { merge } = require('webpack-merge')
|
const { merge } = require('webpack-merge')
|
||||||
const baseConfig = require('./webpack.config.base')
|
const baseConfig = require('./webpack.config.base')
|
||||||
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
|
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
|
||||||
|
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
|
||||||
|
const WebpackShellPluginNext = require('webpack-shell-plugin-next');
|
||||||
|
|
||||||
module.exports = merge(baseConfig, {
|
module.exports = merge(baseConfig, {
|
||||||
mode: 'development',
|
mode: 'development',
|
||||||
|
@ -12,26 +14,28 @@ module.exports = merge(baseConfig, {
|
||||||
{
|
{
|
||||||
test: /\.css$/,
|
test: /\.css$/,
|
||||||
use: [
|
use: [
|
||||||
// process.env.NODE_ENV !== 'production'
|
{
|
||||||
// ? 'vue-style-loader'
|
loader: MiniCssExtractPlugin.loader,
|
||||||
// : MiniCssExtractPlugin.loader,
|
options: {
|
||||||
MiniCssExtractPlugin.loader,
|
publicPath: '',
|
||||||
// 'vue-style-loader',
|
},
|
||||||
|
},
|
||||||
'css-loader'
|
'css-loader'
|
||||||
]
|
]
|
||||||
}, {
|
}, {
|
||||||
test: /\.scss$/,
|
test: /\.scss$/,
|
||||||
use: [
|
use: [
|
||||||
// process.env.NODE_ENV !== 'production'
|
{
|
||||||
// ? 'vue-style-loader'
|
loader: MiniCssExtractPlugin.loader,
|
||||||
// : MiniCssExtractPlugin.loader,
|
options: {
|
||||||
MiniCssExtractPlugin.loader,
|
publicPath: '',
|
||||||
// 'vue-style-loader',
|
},
|
||||||
|
},
|
||||||
'css-loader',
|
'css-loader',
|
||||||
'sass-loader'
|
'sass-loader'
|
||||||
]
|
]
|
||||||
}, {
|
}, {
|
||||||
test: /\.(png|jpg|gif)$/,
|
test: /\.(png|jpg|gif|svg)$/,
|
||||||
use: [
|
use: [
|
||||||
{
|
{
|
||||||
loader: 'url-loader',
|
loader: 'url-loader',
|
||||||
|
@ -46,5 +50,21 @@ module.exports = merge(baseConfig, {
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
// new webpack.HotModuleReplacementPlugin()
|
// new webpack.HotModuleReplacementPlugin()
|
||||||
|
new BundleAnalyzerPlugin({
|
||||||
|
'analyzerMode': 'static'
|
||||||
|
}),
|
||||||
|
new WebpackShellPluginNext({
|
||||||
|
// onBuildStart:{
|
||||||
|
// scripts: ['echo "Webpack Start"'],
|
||||||
|
// blocking: true,
|
||||||
|
// parallel: false
|
||||||
|
// },
|
||||||
|
// drush is not installed in this container so we have to ssh on the php container
|
||||||
|
onAfterDone:{
|
||||||
|
scripts: ['echo "Clearing drupal cache $USER_UNAME $DRUPAL_ROOT"', 'sshpass -p "$USER_UNAME" ssh $USER_UNAME@php "cd $DRUPAL_ROOT && drush cc css-js"', 'echo "Done"'],
|
||||||
|
blocking: true,
|
||||||
|
parallel: false
|
||||||
|
}
|
||||||
|
})
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
|
@ -5,6 +5,7 @@ const { merge } = require('webpack-merge')
|
||||||
const baseConfig = require('./webpack.config.base')
|
const baseConfig = require('./webpack.config.base')
|
||||||
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
|
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
|
||||||
const TerserPlugin = require("terser-webpack-plugin");
|
const TerserPlugin = require("terser-webpack-plugin");
|
||||||
|
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
|
||||||
|
|
||||||
module.exports = merge(baseConfig, {
|
module.exports = merge(baseConfig, {
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
|
@ -13,18 +14,28 @@ module.exports = merge(baseConfig, {
|
||||||
{
|
{
|
||||||
test: /\.css?$/,
|
test: /\.css?$/,
|
||||||
use: [
|
use: [
|
||||||
MiniCssExtractPlugin.loader,
|
{
|
||||||
|
loader: MiniCssExtractPlugin.loader,
|
||||||
|
options: {
|
||||||
|
publicPath: '',
|
||||||
|
},
|
||||||
|
},
|
||||||
'css-loader'
|
'css-loader'
|
||||||
]
|
]
|
||||||
}, {
|
}, {
|
||||||
test: /\.scss?$/,
|
test: /\.scss?$/,
|
||||||
use: [
|
use: [
|
||||||
MiniCssExtractPlugin.loader,
|
{
|
||||||
|
loader: MiniCssExtractPlugin.loader,
|
||||||
|
options: {
|
||||||
|
publicPath: '',
|
||||||
|
},
|
||||||
|
},
|
||||||
'css-loader',
|
'css-loader',
|
||||||
'sass-loader'
|
'sass-loader'
|
||||||
]
|
]
|
||||||
}, {
|
}, {
|
||||||
test: /\.(png|jpg|gif)$/,
|
test: /\.(png|jpg|gif|svg)$/,
|
||||||
use: [
|
use: [
|
||||||
{
|
{
|
||||||
loader: 'url-loader',
|
loader: 'url-loader',
|
||||||
|
@ -60,6 +71,9 @@ module.exports = merge(baseConfig, {
|
||||||
plugins: [
|
plugins: [
|
||||||
new webpack.DefinePlugin({
|
new webpack.DefinePlugin({
|
||||||
'process.env.NODE_ENV': JSON.stringify('production')
|
'process.env.NODE_ENV': JSON.stringify('production')
|
||||||
})
|
}),
|
||||||
|
new BundleAnalyzerPlugin({
|
||||||
|
'analyzerMode': 'static'
|
||||||
|
}),
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
|
@ -0,0 +1,224 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
//
|
||||||
|
// This example demonstrates how to write a drush
|
||||||
|
// script. These scripts are run with the php-script command.
|
||||||
|
//
|
||||||
|
|
||||||
|
// drush php-script cleanflaglist.script
|
||||||
|
|
||||||
|
use Drush\Drush;
|
||||||
|
|
||||||
|
$this->output()->writeln("Flagging collection cleaning");
|
||||||
|
$this->output()->writeln("options : [delete-all | delete-nullname | delete-missing | delete-dups]");
|
||||||
|
|
||||||
|
// $this->output()->writeln("Hello world!");
|
||||||
|
$this->output()->writeln("The extra options/arguments to this command were:");
|
||||||
|
$this->output()->writeln(print_r($extra, true));
|
||||||
|
|
||||||
|
$delete_all = false;
|
||||||
|
$delete_nullname = false;
|
||||||
|
$delete_missing = false;
|
||||||
|
$recreate_missing = false;
|
||||||
|
$delete_dups = false;
|
||||||
|
$recreate_dups = false;
|
||||||
|
|
||||||
|
if (count($extra)) {
|
||||||
|
switch ($extra[0]) {
|
||||||
|
case "delete-all":
|
||||||
|
$delete_all = true;
|
||||||
|
break;
|
||||||
|
case "delete-missing":
|
||||||
|
$delete_missing = true;
|
||||||
|
break;
|
||||||
|
case "recreate-missing":
|
||||||
|
$recreate_missing = true;
|
||||||
|
break;
|
||||||
|
case "delete-nullname":
|
||||||
|
$delete_nullname = true;
|
||||||
|
break;
|
||||||
|
case "delete-dups":
|
||||||
|
$delete_dups = true;
|
||||||
|
break;
|
||||||
|
case "recreate-dups":
|
||||||
|
$recreate_dups = true;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
$database = \Drupal::database();
|
||||||
|
|
||||||
|
// _ _ _ _
|
||||||
|
// | \ | |_ _| | | _ __ __ _ _ __ ___ ___
|
||||||
|
// | \| | | | | | | | '_ \ / _` | '_ ` _ \ / _ \
|
||||||
|
// | |\ | |_| | | | | | | | (_| | | | | | | __/
|
||||||
|
// |_| \_|\__,_|_|_| |_| |_|\__,_|_| |_| |_|\___|
|
||||||
|
|
||||||
|
// remove flagging collection with null name
|
||||||
|
$this->output()->writeln("");
|
||||||
|
$this->output()->writeln("Flagging collection With NULL name cleaning");
|
||||||
|
$fcfd_query = $database->select('flagging_collection_field_data', 'fcfd')
|
||||||
|
->isNull('fcfd.name')
|
||||||
|
->fields('fcfd', ['id', 'relatedflag']);
|
||||||
|
|
||||||
|
$fcfd_result = $fcfd_query->execute();
|
||||||
|
$this->output()->writeln($fcfd_query->countQuery()->execute()->fetchField() . " flagging_collection with null name");
|
||||||
|
|
||||||
|
foreach ($fcfd_result as $fc) {
|
||||||
|
// $this->output()->writeln($fc->id . " flagging_collection with null name");
|
||||||
|
// $this->output()->writeln(print_r($fc, true));
|
||||||
|
|
||||||
|
// get flag list items
|
||||||
|
$flifd_query = $database->select('flag_list_item_field_data', 'flifd')
|
||||||
|
->condition('flifd.flag_list', $fc->id)
|
||||||
|
->fields('flifd', ['id', 'baseflag', 'flag_list']);
|
||||||
|
|
||||||
|
$flifd_result = $flifd_query->execute();
|
||||||
|
$this->output()->writeln($flifd_query->countQuery()->execute()->fetchField() . " items for fc " . $fc->id . ' with baseflag ' . $fc->relatedflag);
|
||||||
|
// $this->output()->writeln(print_r($flifd_result->fetchAssoc(), true) . " items");
|
||||||
|
|
||||||
|
delete_flagingcollection($fc, $database, $delete_all ? true : $delete_nullname);
|
||||||
|
}
|
||||||
|
|
||||||
|
// __ __ _ _ ____ _ _ _ _____ _
|
||||||
|
// | \/ (_)___ ___(_)_ __ __ _ | _ \ ___| | __ _| |_ ___ __| | | ___| | __ _ __ _
|
||||||
|
// | |\/| | / __/ __| | '_ \ / _` | | |_) / _ \ |/ _` | __/ _ \/ _` | | |_ | |/ _` |/ _` |
|
||||||
|
// | | | | \__ \__ \ | | | | (_| | | _ < __/ | (_| | || __/ (_| | | _| | | (_| | (_| |
|
||||||
|
// |_| |_|_|___/___/_|_| |_|\__, | |_| \_\___|_|\__,_|\__\___|\__,_| |_| |_|\__,_|\__, |
|
||||||
|
// |___/ |___/
|
||||||
|
// searching for missing related flags
|
||||||
|
$this->output()->writeln("");
|
||||||
|
$this->output()->writeln("Missing related flag Flagging collection cleaning");
|
||||||
|
$fcfd_query = $database->select('flagging_collection_field_data', 'fcfd')
|
||||||
|
->fields('fcfd', ['name', 'id', 'relatedflag']);
|
||||||
|
|
||||||
|
$fcfd_result = $fcfd_query->execute();
|
||||||
|
$this->output()->writeln($fcfd_query->countQuery()->execute()->fetchField() . " flagging_collections");
|
||||||
|
|
||||||
|
$fc_missing_relatedflag = 0;
|
||||||
|
foreach ($fcfd_result as $fc) {
|
||||||
|
$flag_query = $database->select('config', 'c')
|
||||||
|
->condition('c.name', 'flag.flag.' . $fc->relatedflag)
|
||||||
|
->fields('c', ['name']);
|
||||||
|
$conf_result = $flag_query->execute();
|
||||||
|
$count = $flag_query->countQuery()->execute()->fetchField();
|
||||||
|
if(!$count){
|
||||||
|
$this->output()->writeln(' flagging_collection ' . $fc->name . ' ('. $fc->id . ') has ' . $count . " relatedflag");
|
||||||
|
$fc_missing_relatedflag ++;
|
||||||
|
delete_flagingcollection($fc, $database, $delete_all ? true : $delete_missing);
|
||||||
|
if ($recreate_missing) {
|
||||||
|
$FlagListsService = new FlagListsService();
|
||||||
|
$flaggingcollection = $FlagListsService->getFlaggingCollectionById($fc->id);
|
||||||
|
$this->output()->writeln(' flagging_collection ' . $flaggingcollection->getName());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
$this->output()->writeln($fc_missing_relatedflag .' flagging_collection with missing related_flag');
|
||||||
|
|
||||||
|
// ____ _ _ _
|
||||||
|
// | _ \ _ _ _ __ | (_) ___ __ _| |_ ___ ___
|
||||||
|
// | | | | | | | '_ \| | |/ __/ _` | __/ _ \/ __|
|
||||||
|
// | |_| | |_| | |_) | | | (_| (_| | || __/\__ \
|
||||||
|
// |____/ \__,_| .__/|_|_|\___\__,_|\__\___||___/
|
||||||
|
// |_|
|
||||||
|
// searching for duplicates relatedflags
|
||||||
|
$this->output()->writeln("");
|
||||||
|
$this->output()->writeln("Duplicate relatedflag flagging_collection cleaning");
|
||||||
|
$dup_query = $database->select('flagging_collection_field_data', 'fcfd')
|
||||||
|
->fields('fcfd', ['relatedflag'])
|
||||||
|
->groupBy('fcfd.relatedflag')
|
||||||
|
->having('COUNT(*) > 1');
|
||||||
|
$dup_query->addExpression('COUNT(*)', 'count');
|
||||||
|
|
||||||
|
// $results = $query->execute()->fetchAll();
|
||||||
|
|
||||||
|
$dup_result = $dup_query->execute();
|
||||||
|
$this->output()->writeln($dup_query->countQuery()->execute()->fetchField() . " duplicate related flags");
|
||||||
|
|
||||||
|
foreach ($dup_result as $dup){
|
||||||
|
// $this->output()->writeln($dup->relatedflag . " is dup");
|
||||||
|
$fcfd_query = $database->select('flagging_collection_field_data', 'fcfd')
|
||||||
|
->condition('fcfd.relatedflag', $dup->relatedflag)
|
||||||
|
->fields('fcfd', ['id', 'relatedflag']);
|
||||||
|
$fcfd_result = $fcfd_query->execute();
|
||||||
|
$count = $fcfd_query->countQuery()->execute()->fetchField();
|
||||||
|
|
||||||
|
$this->output()->writeln($dup->relatedflag . ' relatedflag has ' . $count . ' flagging collection');
|
||||||
|
|
||||||
|
foreach ($fcfd_result as $fc) {
|
||||||
|
delete_flagingcollection($fc, $database, $delete_all ? true : $delete_dups);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// MAIN DELETE FUNCTION
|
||||||
|
function delete_flagingcollection($fc, $database, $delete){
|
||||||
|
if($delete){
|
||||||
|
// $this is not working in function
|
||||||
|
// $this->output()->writeln("Deleting flagging collection " . $fc->id);
|
||||||
|
// get flag list items
|
||||||
|
$flifd_query = $database->select('flag_list_item_field_data', 'flifd')
|
||||||
|
->condition('flifd.flag_list', $fc->id)
|
||||||
|
->fields('flifd', ['id', 'baseflag', 'flag_list']);
|
||||||
|
|
||||||
|
$flifd_result = $flifd_query->execute();
|
||||||
|
|
||||||
|
foreach ($flifd_result as $item) {
|
||||||
|
// delete items
|
||||||
|
$database->delete('flag_list_item')
|
||||||
|
->condition('id', $item->id)
|
||||||
|
->execute();
|
||||||
|
$database->delete('flag_list_item_field_data')
|
||||||
|
->condition('id', $item->id)
|
||||||
|
->execute();
|
||||||
|
}
|
||||||
|
|
||||||
|
# delete the flag_collection
|
||||||
|
$database->delete('flagging_collection')
|
||||||
|
->condition('id', $fc->id)
|
||||||
|
->execute();
|
||||||
|
$database->delete('flagging_collection_revision')
|
||||||
|
->condition('id', $fc->id)
|
||||||
|
->execute();
|
||||||
|
$database->delete('flagging_collection_field_revision')
|
||||||
|
->condition('id', $fc->id)
|
||||||
|
->execute();
|
||||||
|
|
||||||
|
# delete related flag
|
||||||
|
// $flag_query = $database->select('config', 'c')
|
||||||
|
// ->condition('c.name', 'flag.flag.' . $fc->relatedflag)
|
||||||
|
// ->fields('c', ['name']);
|
||||||
|
// $conf_result = $flag_query->execute();
|
||||||
|
// $this->output()->writeln(print_r($conf_result->fetchAssoc(), true));
|
||||||
|
|
||||||
|
$database->delete('config')
|
||||||
|
->condition('name', 'flag.flag.' . $fc->relatedflag)
|
||||||
|
->execute();
|
||||||
|
|
||||||
|
$database->delete('config')
|
||||||
|
->condition('name', 'system.action.flag_action.'.$fc->relatedflag.'_flag')
|
||||||
|
->execute();
|
||||||
|
|
||||||
|
$database->delete('config')
|
||||||
|
->condition('name', 'system.action.flag_action.'.$fc->relatedflag.'_unflag')
|
||||||
|
->execute();
|
||||||
|
|
||||||
|
|
||||||
|
$database->delete('flagging_collection_field_data')
|
||||||
|
->condition('id', $fc->id)
|
||||||
|
->execute();
|
||||||
|
|
||||||
|
} else {
|
||||||
|
// $this is not working in function
|
||||||
|
// $this->output()->writeln("In order to actually delete fault flagging collection data please use delete option");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
digraph commerce {
|
||||||
|
materio_checkout_flow
|
||||||
|
materio_order_type
|
||||||
|
materio_order_item_type
|
||||||
|
materio_product_licence_variatio[label=<materio_product_licence_variatio<br/><b>no subscription</b>>]
|
||||||
|
materio_product_variation_type[label=<materio_product_variation_type<br/><b>recurring</b>>]
|
||||||
|
|
||||||
|
materio_product_type
|
||||||
|
materio_product_license_type
|
||||||
|
|
||||||
|
materio_order_type -> materio_checkout_flow
|
||||||
|
materio_order_item_type -> materio_order_type
|
||||||
|
materio_product_licence_variatio -> materio_order_item_type
|
||||||
|
materio_product_variation_type -> materio_order_item_type
|
||||||
|
materio_product_type -> materio_product_variation_type
|
||||||
|
materio_product_license_type -> materio_product_licence_variatio
|
||||||
|
materio_product_license_type -> materio_product_variation_type
|
||||||
|
}
|
272
composer.json
272
composer.json
|
@ -13,91 +13,160 @@
|
||||||
{
|
{
|
||||||
"type": "composer",
|
"type": "composer",
|
||||||
"url": "https://packages.drupal.org/8"
|
"url": "https://packages.drupal.org/8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "package",
|
||||||
|
"package": {
|
||||||
|
"name": "ckeditor-plugin/panelbutton",
|
||||||
|
"version": "4.16.2",
|
||||||
|
"type": "drupal-library",
|
||||||
|
"dist": {
|
||||||
|
"url": "https://download.ckeditor.com/panelbutton/releases/panelbutton_4.16.2.zip",
|
||||||
|
"type": "zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "package",
|
||||||
|
"package": {
|
||||||
|
"name": "ckeditor-plugin/colorbutton",
|
||||||
|
"version": "4.16.2",
|
||||||
|
"type": "drupal-library",
|
||||||
|
"dist": {
|
||||||
|
"url": "https://download.ckeditor.com/colorbutton/releases/colorbutton_4.16.2.zip",
|
||||||
|
"type": "zip"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "package",
|
||||||
|
"package": {
|
||||||
|
"name": "w8tcha/ckeditor_codemirror",
|
||||||
|
"version": "v1.17.8",
|
||||||
|
"type": "drupal-library",
|
||||||
|
"extra": {
|
||||||
|
"installer-name": "ckeditor_codemirror"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"url": "https://github.com/w8tcha/CKEditor-CodeMirror-Plugin/releases/download/untagged-f790a6bee2e01b538b13/CKEditor-CodeMirror-Plugin.zip",
|
||||||
|
"type": "zip"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"composer/installers": "~1.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.3",
|
"php": ">=7.3",
|
||||||
|
"ckeditor-plugin/colorbutton": "^4.16.2",
|
||||||
|
"ckeditor-plugin/panelbutton": "^4.16.2",
|
||||||
"composer/installers": "^1.2",
|
"composer/installers": "^1.2",
|
||||||
"drupal/amswap": "^2.0",
|
"drupal/admin_theme": "^1.0",
|
||||||
|
"drupal/advagg": "^6.0@alpha",
|
||||||
|
"drupal/advanced_text_formatter": "^3.0@RC",
|
||||||
|
"drupal/advancedqueue": "^1.1",
|
||||||
|
"drupal/allowed_formats": "^3.0",
|
||||||
|
"drupal/amswap": "^3.0",
|
||||||
"drupal/audiofield": "^1.10",
|
"drupal/audiofield": "^1.10",
|
||||||
"drupal/auto_entitylabel": "^2.x-dev",
|
"drupal/auto_entitylabel": "^3.1",
|
||||||
"drupal/commerce": "^2.22",
|
"drupal/better_messages": "^2.0@alpha",
|
||||||
|
"drupal/classy": "^1.0",
|
||||||
|
"drupal/color": "^1.0",
|
||||||
|
"drupal/colorbutton": "^1.3",
|
||||||
|
"drupal/commerce": "^2.0",
|
||||||
"drupal/commerce_cart_api": "^1.4",
|
"drupal/commerce_cart_api": "^1.4",
|
||||||
"drupal/commerce_cart_redirection": "^3.0",
|
"drupal/commerce_email": "^1.5",
|
||||||
"drupal/commerce_license": "2.x-dev@dev",
|
"drupal/commerce_license": "^3.0",
|
||||||
"drupal/commerce_migrate": "^2.0",
|
"drupal/commerce_pricelist": "^2.4",
|
||||||
"drupal/commerce_monetico": "^1.0",
|
"drupal/commerce_recurring": "^1.0@RC",
|
||||||
"drupal/commerce_pricelist": "2.x-dev",
|
"drupal/commerce_stripe": "^1.1",
|
||||||
"drupal/commerce_recurring": "^1.x-dev",
|
"drupal/commerce_variation_cart_form": "^1.4",
|
||||||
"drupal/commerce_stripe": "1.x-dev@dev",
|
"drupal/composer_deploy": "^1.7",
|
||||||
"drupal/commerce_variation_cart_form": "^1.x-dev",
|
"drupal/computed_field": "^3.0@alpha",
|
||||||
"drupal/computed_field": "^2.0@beta",
|
|
||||||
"drupal/config_devel": "^1.7",
|
"drupal/config_devel": "^1.7",
|
||||||
"drupal/config_split": "^1.4",
|
"drupal/config_pages": "^2.9",
|
||||||
"drupal/console": "^1.0.2",
|
"drupal/config_split": "^2.0@beta",
|
||||||
"drupal/consumer_image_styles": "^3.0",
|
"drupal/consumer_image_styles": "^4.0",
|
||||||
"drupal/content_sync": "2.x-dev@dev",
|
"drupal/core-composer-scaffold": "^10.3",
|
||||||
"drupal/core-composer-scaffold": "^9.0",
|
"drupal/core-project-message": "^10.3",
|
||||||
"drupal/debug_bar": "^1.4",
|
"drupal/core-recommended": "^10.3",
|
||||||
"drupal/devel": "^4.1",
|
"drupal/csv_serialization": "^4.0",
|
||||||
"drupal/editor_advanced_link": "^1.8",
|
"drupal/ctools": "^4.0",
|
||||||
"drupal/entity_clone": "^1.0",
|
"drupal/devel": "^5.0",
|
||||||
|
"drupal/devel_entity_updates": "^4.1",
|
||||||
|
"drupal/editor_advanced_link": "^2",
|
||||||
"drupal/error_log": "^1.0",
|
"drupal/error_log": "^1.0",
|
||||||
"drupal/field_group": "3.x-dev@dev",
|
"drupal/eu_cookie_compliance": "^1.14",
|
||||||
|
"drupal/field_group": "^3.6",
|
||||||
"drupal/field_permissions": "^1.0",
|
"drupal/field_permissions": "^1.0",
|
||||||
"drupal/flag": "4.x-dev@dev",
|
"drupal/flag": "^4.0@beta",
|
||||||
"drupal/flag_lists": "4.0.x-dev@dev",
|
"drupal/flag_lists": "^4.0@RC",
|
||||||
"drupal/flood_control": "^2.1",
|
"drupal/flood_control": "^2.3",
|
||||||
"drupal/genpass": "^1.x-dev",
|
"drupal/gdpr": "^3.1",
|
||||||
"drupal/graphql": "^4.0",
|
"drupal/genpass": "^2.0",
|
||||||
"drupal/image_delta_formatter": "^1.x-dev",
|
"drupal/google_analytics": "^4.0",
|
||||||
"drupal/image_effects": "3.x-dev@dev",
|
"drupal/graphql": "^4.7",
|
||||||
"drupal/jsonapi_extras": "^3.7",
|
"drupal/image_delta_formatter": "^1.2",
|
||||||
"drupal/jsonrpc": "^1.x-dev",
|
"drupal/image_effects": "^3.6",
|
||||||
"drupal/login_history": "^1.x-dev",
|
"drupal/jquery_ui_button": "^2.1",
|
||||||
"drupal/mailgun": "^1.x-dev",
|
"drupal/jsonapi_extras": "^3.21",
|
||||||
"drupal/mailsystem": "^4.1",
|
"drupal/login_history": "^2.0",
|
||||||
"drupal/migrate_devel": "2.x-dev@dev",
|
"drupal/login_tracker": "^2.0",
|
||||||
"drupal/migrate_plus": "5.x-dev@dev",
|
"drupal/mailjet": "^4.0",
|
||||||
"drupal/migrate_tools": "5.x-dev@dev",
|
"drupal/maillog": "^1.1",
|
||||||
"drupal/mimemail": "^1.x-dev",
|
"drupal/masquerade": "^2.0",
|
||||||
"drupal/modules_weight": "^1.8",
|
"drupal/maxlength": "^2.1",
|
||||||
|
"drupal/modules_weight": "^3.0",
|
||||||
|
"drupal/password_policy": "^4.0",
|
||||||
"drupal/payment": "^2.1",
|
"drupal/payment": "^2.1",
|
||||||
"drupal/payment_commerce": "2.x-dev@dev",
|
"drupal/pdf_api": "^2.4",
|
||||||
"drupal/permissions_filter": "^1.1",
|
"drupal/permissions_filter": "^1.1",
|
||||||
"drupal/printable": "^2.0",
|
"drupal/printable": "^3.1",
|
||||||
"drupal/recurring_period": "^1.0",
|
"drupal/pwa": "^2.1@beta",
|
||||||
|
"drupal/redis": "^1.5",
|
||||||
"drupal/restui": "^1.16",
|
"drupal/restui": "^1.16",
|
||||||
|
"drupal/role_delegation": "^1.1",
|
||||||
|
"drupal/role_expire": "^3.0",
|
||||||
|
"drupal/rules": "^4.0",
|
||||||
"drupal/search_api": "^1.19",
|
"drupal/search_api": "^1.19",
|
||||||
"drupal/search_api_autocomplete": "^1.2",
|
"drupal/search_api_autocomplete": "^1.2",
|
||||||
"drupal/search_api_page": "^1.x-dev",
|
"drupal/search_api_page": "^1.x-dev",
|
||||||
"drupal/search_api_solr": "^4.1",
|
"drupal/search_api_solr": "^4.2",
|
||||||
"drupal/select_translation": "^1.x-dev",
|
"drupal/select_translation": "^2.0@alpha",
|
||||||
"drupal/simplenews": "^1.x-dev",
|
"drupal/session_limit": "^2.0@beta",
|
||||||
"drupal/string_translation_ui": "^1.2",
|
"drupal/simplenews": "^4.0",
|
||||||
"drupal/strings_i18n_json_export": "1.x-dev@dev",
|
"drupal/simplenews_mailjet_subscriptions": "^1.3",
|
||||||
"drupal/subrequests": "^2.0",
|
"drupal/social_media_links": "^2.8",
|
||||||
|
"drupal/string_translation_ui": "^2.0",
|
||||||
|
"drupal/structure_sync": "^2.0",
|
||||||
|
"drupal/symfony_mailer": "^1",
|
||||||
|
"drupal/synonyms": "^2.0.0-beta2",
|
||||||
"drupal/telephone_formatter": "^1.0@beta",
|
"drupal/telephone_formatter": "^1.0@beta",
|
||||||
"drupal/telephone_validation": "^2.1",
|
"drupal/telephone_validation": "^2.1",
|
||||||
"drupal/translate_side_by_side": "^1.x-dev",
|
"drupal/term_reference_tree": "^2.0",
|
||||||
"drupal/translation_views": "^1.x-dev",
|
"drupal/unique_content_field_validation": "^1.1",
|
||||||
"drupal/ultimate_cron": "^2.x-dev",
|
"drupal/upgrade_status": "^4.3",
|
||||||
"drupal/url_to_video_filter": "^2.0",
|
"drupal/user_csv_import": "^2.0",
|
||||||
"drupal/views_conditional": "^1.x-dev",
|
"drupal/user_email_verification": "^1.2",
|
||||||
"drupal/views_ef_fieldset": "^1.5",
|
"drupal/user_history": "^1.0",
|
||||||
"drush/drush": "^9",
|
"drupal/vde_drush": "^2.1",
|
||||||
|
"drupal/views_conditional": "^1.10",
|
||||||
|
"drupal/views_data_export": "^1.1",
|
||||||
|
"drupal/views_field_view": "^1.0@beta",
|
||||||
|
"drupal/webform": "^6.2",
|
||||||
|
"drupal/workflow": "^1.7",
|
||||||
"kint-php/kint": "^3.3",
|
"kint-php/kint": "^3.3",
|
||||||
"smalot/pdfparser": "*",
|
"smalot/pdfparser": "*",
|
||||||
"symfony/event-dispatcher": "4.3.4 as 3.4.99",
|
"symfony/mailjet-mailer": "^5.4",
|
||||||
"vlucas/phpdotenv": "^2.4",
|
"vlucas/phpdotenv": "^4.0",
|
||||||
|
"w8tcha/ckeditor_codemirror": "v1.17.8",
|
||||||
"wa72/htmlpagedom": "1.3.*",
|
"wa72/htmlpagedom": "1.3.*",
|
||||||
"webflo/drupal-finder": "^1.0.0",
|
"webflo/drupal-finder": "^1.0.0",
|
||||||
"webmozart/path-util": "^2.3",
|
"webmozart/path-util": "^2.3",
|
||||||
"wikimedia/composer-merge-plugin": "^1.4",
|
"wikimedia/composer-merge-plugin": "^2.0",
|
||||||
"zaporylie/composer-drupal-optimizations": "^1.0"
|
"zaporylie/composer-drupal-optimizations": "^1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
|
||||||
},
|
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"drupal/drupal": "*"
|
"drupal/drupal": "*"
|
||||||
},
|
},
|
||||||
|
@ -106,9 +175,18 @@
|
||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true,
|
"sort-packages": true,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "7.3"
|
"php": "8.1"
|
||||||
},
|
},
|
||||||
"discard-changes": true
|
"discard-changes": true,
|
||||||
|
"allow-plugins": {
|
||||||
|
"composer/installers": true,
|
||||||
|
"cweagans/composer-patches": true,
|
||||||
|
"drupal/console-extend-plugin": true,
|
||||||
|
"drupal/core-composer-scaffold": true,
|
||||||
|
"wikimedia/composer-merge-plugin": true,
|
||||||
|
"zaporylie/composer-drupal-optimizations": true,
|
||||||
|
"drupal/core-project-message": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
|
@ -133,11 +211,13 @@
|
||||||
"extra": {
|
"extra": {
|
||||||
"composer-exit-on-patch-failure": true,
|
"composer-exit-on-patch-failure": true,
|
||||||
"patchLevel": {
|
"patchLevel": {
|
||||||
"drupal/core": "-p2"
|
"drupal/core": "-p2",
|
||||||
|
"drupal/commerce_stripe": "-p1"
|
||||||
},
|
},
|
||||||
"merge-plugin": {
|
"merge-plugin": {
|
||||||
"include": [
|
"include": [
|
||||||
"web/profiles/d8-starterkit-profile/composer.json"
|
"web/profiles/d8-starterkit-profile/composer.json",
|
||||||
|
"web/modules/contrib/webform/composer.libraries.json"
|
||||||
],
|
],
|
||||||
"recurse": true,
|
"recurse": true,
|
||||||
"replace": false,
|
"replace": false,
|
||||||
|
@ -154,14 +234,12 @@
|
||||||
"patches": {
|
"patches": {
|
||||||
"drupal/core": {
|
"drupal/core": {
|
||||||
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
|
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
|
||||||
"language negociation exeption https://www.drupal.org/project/drupal/issues/3134349" : "https://www.drupal.org/files/issues/2020-06-02/3134349-9.patch"
|
"ConfigImporter->checkOp() https://www.drupal.org/project/drupal/issues/3198715": "https://www.drupal.org/files/issues/2021-02-16/error-running-config-import-delete-on-null-3198715-3.patch",
|
||||||
|
"Entity view/form mode formatter/widget settings have no translation UI 1 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168-actions.patch",
|
||||||
|
"Entity view/form mode formatter/widget settings have no translation UI 2 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168.patch"
|
||||||
},
|
},
|
||||||
"drupal/email_registration": {
|
"drupal/email_registration": {
|
||||||
"allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542": "https://www.drupal.org/files/issues/allow_authentication-2856542-3.patch"
|
"allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542": "https://www.drupal.org/files/issues/2021-06-11/2856542-13.patch"
|
||||||
},
|
|
||||||
"drupal/field_group": {
|
|
||||||
"undefined index name 18 https://www.drupal.org/project/field_group/issues/3064890" : "https://www.drupal.org/files/issues/2020-10-01/field_group-undefined-index-name-3064890-18.patch",
|
|
||||||
"undefined index name 16 https://www.drupal.org/project/field_group/issues/3064890" : "https://www.drupal.org/files/issues/2020-08-10/field_group-undefined-index-name-3064890-16.patch"
|
|
||||||
},
|
},
|
||||||
"drupal/stripe": {
|
"drupal/stripe": {
|
||||||
"Stripe is a web service and should be in system.admin_config_services https://www.drupal.org/project/stripe/issues/3090652": "https://www.drupal.org/files/issues/2020-01-08/stripe-link_menu_in_services-3090652-5.patch"
|
"Stripe is a web service and should be in system.admin_config_services https://www.drupal.org/project/stripe/issues/3090652": "https://www.drupal.org/files/issues/2020-01-08/stripe-link_menu_in_services-3090652-5.patch"
|
||||||
|
@ -172,9 +250,57 @@
|
||||||
"drupal/flag": {
|
"drupal/flag": {
|
||||||
"remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch"
|
"remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch"
|
||||||
},
|
},
|
||||||
"drupal/flag_lists": {
|
"drupal/mailjet": {
|
||||||
"make the related_flag id unique https://www.drupal.org/project/flag_lists/issues/3200737": "https://www.drupal.org/files/issues/2021-02-27/hasactions%2Buniqflagid.patch",
|
"DrupalmailjetControllerMailjetRegisterController::redirectRegister() does not exist https://www.drupal.org/project/mailjet/issues/3450474": "https://www.drupal.org/files/issues/2024-05-29/mailjet-15615025-5.patch",
|
||||||
"check for flag before delete https://www.drupal.org/project/flag_lists/issues/3200997":"https://www.drupal.org/files/issues/2021-03-01/delete-missing-flag_0.patch"
|
"Error: Class MailjetTools/MailjetApi not found in Drupal/mailjet/Form/MailjetApiForm->submitForm() https://www.drupal.org/project/mailjet/issues/3464788":"https://www.drupal.org/files/issues/2024-08-20/mailjetApiForm_use_mailjettools_mailjetapi.patch",
|
||||||
|
"Error: Class MailjetTools/UsStates not found https://www.drupal.org/project/mailjet/issues/3469059":"https://www.drupal.org/files/issues/2024-08-20/mailjet_settingsform_usstates.patch"
|
||||||
|
},
|
||||||
|
"drupal/pwa": {
|
||||||
|
"Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2024-03-10/manifest-doesnt-have-a-maskable-icon-error-3165433-20.patch",
|
||||||
|
"Undefined array key name https://www.drupal.org/project/pwa/issues/3422906": "https://www.drupal.org/files/issues/2024-02-21/pwa-3422906-3.patch"
|
||||||
|
},
|
||||||
|
"drupal/toolbar_theme": {
|
||||||
|
"Automated Drupal 9 compatibility fixes https://www.drupal.org/project/toolbar_themes/issues/3149099": "https://www.drupal.org/files/issues/2020-06-06/toolbar_themes.1.x-dev.rector.patch"
|
||||||
|
},
|
||||||
|
"weitzman/drupal-test-traits": {
|
||||||
|
"Define void return type for setUp() and tearDown() methods https://gitlab.com/weitzman/drupal-test-traits/-/issues/78":"./patches/Definevoidreturntype2.patch"
|
||||||
|
},
|
||||||
|
"drupal/simplenews_mailjet_subscriptions": {
|
||||||
|
"using mailjet module":"./patches/simplenews_mailjet_subscriptions__usingmailjetmodule#3.patch"
|
||||||
|
},
|
||||||
|
"drupal/graphql": {
|
||||||
|
"invalid translation language https://github.com/drupal-graphql/graphql/pull/1176": "./patches/graphql-fix-invalid-translation-language-dev.patch"
|
||||||
|
},
|
||||||
|
"drupal/user_history": {
|
||||||
|
"init batch : field_storage_values misses type https://www.drupal.org/project/user_history/issues/3311360": "https://www.drupal.org/files/issues/2022-09-23/user_history__field_storage_values__miss__type.patch"
|
||||||
|
},
|
||||||
|
"drupal/views_ef_fieldset": {
|
||||||
|
"Exposed operators are not included in fieldsets https://www.drupal.org/project/views_ef_fieldset/issues/3173822": "https://git.drupalcode.org/project/views_ef_fieldset/-/merge_requests/1/diffs.patch"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"archived-patches": {
|
||||||
|
"drupal/core":{
|
||||||
|
"Cannot save translated nodes after upgrading to 8.8 due to invalid path https://www.drupal.org/project/drupal/issues/3101344":"https://www.drupal.org/files/issues/2021-03-01/3101344-drupal-core-fix-permissions-checking-while-node-translating-64.patch"
|
||||||
|
},
|
||||||
|
"drupal/structure_sync": {
|
||||||
|
"With no blocks, clicking on the Custom Blocks tab crashes site https://www.drupal.org/project/structure_sync/issues/3070414":"https://www.drupal.org/files/issues/2022-03-23/PluginNotFoundException-3070414-3.patch"
|
||||||
|
},
|
||||||
|
"drupal/commerce_license": {
|
||||||
|
"ability to re-purchase a license to extend it https://www.drupal.org/project/commerce_license/issues/2943888": "https://www.drupal.org/files/issues/2022-02-21/reroll-commerce_license-allow-renewal-2943888-141.patch",
|
||||||
|
"ability to re-purchase a license to extend it https://www.drupal.org/project/commerce_license/issues/2943888": "https://www.drupal.org/files/issues/2022-02-21/reroll-commerce_license-allow-renewal-2943888-141.patch"
|
||||||
|
},
|
||||||
|
"drupal/commerce_stripe" : {
|
||||||
|
"Allow off_session payment intents for recurring payments https://www.drupal.org/project/commerce_stripe/issues/3171408": "https://www.drupal.org/files/issues/2021-10-04/commerce_stripe-allow-off_session-payment-intents-for-recurring-payments-3171408-34.patch"
|
||||||
|
},
|
||||||
|
"drupal/field_group": {
|
||||||
|
"undefined index name 18 https://www.drupal.org/project/field_group/issues/3064890" : "https://www.drupal.org/files/issues/2020-10-01/field_group-undefined-index-name-3064890-18.patch",
|
||||||
|
"undefined index name 16 https://www.drupal.org/project/field_group/issues/3064890" : "https://www.drupal.org/files/issues/2020-08-10/field_group-undefined-index-name-3064890-16.patch"
|
||||||
|
},
|
||||||
|
"drupal/mailjet": {
|
||||||
|
"https://www.drupal.org/project/mailjet/issues/3325412":"https://www.drupal.org/files/issues/2022-12-05/mailjet-list_instead_of_listid.patch"
|
||||||
|
},
|
||||||
|
"drupal/term_reference_tree": {
|
||||||
|
"Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2022-02-07/3064280_bring_back_tracklist-16.patch"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"drupal-scaffold": {
|
"drupal-scaffold": {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,4 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: FDmXqAGlITLYpZe80ONLw6Y1KEMSvqcMJX1pj2dk6nw
|
||||||
|
prefixes:
|
||||||
|
- drupal
|
|
@ -1,5 +1,4 @@
|
||||||
auto_import: { }
|
|
||||||
auto_export: { }
|
|
||||||
langcode: fr
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
|
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
|
||||||
|
auto_import: { }
|
||||||
|
auto_export: { }
|
||||||
|
|
|
@ -0,0 +1,119 @@
|
||||||
|
cloneable_entities:
|
||||||
|
- advancedqueue_queue
|
||||||
|
- block
|
||||||
|
- block_content
|
||||||
|
- block_content_type
|
||||||
|
- commerce_checkout_flow
|
||||||
|
- commerce_email
|
||||||
|
- commerce_license
|
||||||
|
- commerce_log
|
||||||
|
- commerce_number_pattern
|
||||||
|
- commerce_order
|
||||||
|
- commerce_order_type
|
||||||
|
- commerce_order_item
|
||||||
|
- commerce_order_item_type
|
||||||
|
- commerce_payment_gateway
|
||||||
|
- commerce_payment
|
||||||
|
- commerce_payment_method
|
||||||
|
- commerce_currency
|
||||||
|
- commerce_pricelist_item
|
||||||
|
- commerce_pricelist
|
||||||
|
- commerce_product_variation
|
||||||
|
- commerce_product_attribute
|
||||||
|
- commerce_product_variation_type
|
||||||
|
- commerce_product
|
||||||
|
- commerce_product_type
|
||||||
|
- commerce_product_attribute_value
|
||||||
|
- commerce_promotion
|
||||||
|
- commerce_promotion_coupon
|
||||||
|
- commerce_billing_schedule
|
||||||
|
- commerce_subscription
|
||||||
|
- commerce_store
|
||||||
|
- commerce_store_type
|
||||||
|
- commerce_tax_type
|
||||||
|
- config_pages
|
||||||
|
- config_pages_type
|
||||||
|
- config_split
|
||||||
|
- consumer
|
||||||
|
- contact_form
|
||||||
|
- contact_message
|
||||||
|
- context
|
||||||
|
- currency_locale
|
||||||
|
- currency
|
||||||
|
- editor
|
||||||
|
- embed_button
|
||||||
|
- entity_browser
|
||||||
|
- field_storage_config
|
||||||
|
- field_config
|
||||||
|
- file
|
||||||
|
- filter_format
|
||||||
|
- flagging
|
||||||
|
- flag
|
||||||
|
- flagging_collection_type
|
||||||
|
- flag_for_list
|
||||||
|
- flag_list_item
|
||||||
|
- flagging_collection
|
||||||
|
- gdpr_consent_agreement
|
||||||
|
- gdpr_fields_config
|
||||||
|
- gdpr_task_type
|
||||||
|
- gdpr_task
|
||||||
|
- graphql_server
|
||||||
|
- image_style
|
||||||
|
- jsonapi_resource_config
|
||||||
|
- language_content_settings
|
||||||
|
- configurable_language
|
||||||
|
- linkit_profile
|
||||||
|
- mailjet_event
|
||||||
|
- message
|
||||||
|
- message_template
|
||||||
|
- node
|
||||||
|
- node_type
|
||||||
|
- pagerer_preset
|
||||||
|
- path_alias
|
||||||
|
- profile_type
|
||||||
|
- profile
|
||||||
|
- redirect
|
||||||
|
- responsive_image_style
|
||||||
|
- rest_resource_config
|
||||||
|
- rules_reaction_rule
|
||||||
|
- rules_component
|
||||||
|
- search_api_task
|
||||||
|
- search_api_index
|
||||||
|
- search_api_server
|
||||||
|
- solr_field_type
|
||||||
|
- solr_request_dispatcher
|
||||||
|
- solr_cache
|
||||||
|
- solr_request_handler
|
||||||
|
- simplenews_newsletter
|
||||||
|
- simplenews_subscriber
|
||||||
|
- simplenews_mailjet_subscription
|
||||||
|
- mailer_transport
|
||||||
|
- mailer_policy
|
||||||
|
- synonym
|
||||||
|
- action
|
||||||
|
- menu
|
||||||
|
- taxonomy_term
|
||||||
|
- taxonomy_vocabulary
|
||||||
|
- ultimate_cron_job
|
||||||
|
- user_role
|
||||||
|
- user
|
||||||
|
- user_history
|
||||||
|
- webform_submission
|
||||||
|
- webform
|
||||||
|
- webform_options
|
||||||
|
- workflow_state
|
||||||
|
- workflow_config_transition
|
||||||
|
- workflow_transition
|
||||||
|
- workflow_type
|
||||||
|
- workflow_scheduled_transition
|
||||||
|
- menu_link_content
|
||||||
|
- pathauto_pattern
|
||||||
|
- view
|
||||||
|
- cookie_category
|
||||||
|
- base_field_override
|
||||||
|
- entity_view_mode
|
||||||
|
- entity_form_mode
|
||||||
|
- entity_view_display
|
||||||
|
- entity_form_display
|
||||||
|
- date_format
|
||||||
|
- simplenews_subscriber_history
|
|
@ -1,4 +1,28 @@
|
||||||
form_settings:
|
form_settings:
|
||||||
|
taxonomy_term:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
contact_message:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
file:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
node:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
user:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
|
menu_link_content:
|
||||||
|
default_value: false
|
||||||
|
disable: false
|
||||||
|
hidden: false
|
||||||
commerce_license:
|
commerce_license:
|
||||||
default_value: false
|
default_value: false
|
||||||
disable: false
|
disable: false
|
||||||
|
@ -63,18 +87,6 @@ form_settings:
|
||||||
default_value: false
|
default_value: false
|
||||||
disable: false
|
disable: false
|
||||||
hidden: false
|
hidden: false
|
||||||
contact_message:
|
|
||||||
default_value: false
|
|
||||||
disable: false
|
|
||||||
hidden: false
|
|
||||||
file:
|
|
||||||
default_value: false
|
|
||||||
disable: false
|
|
||||||
hidden: false
|
|
||||||
node:
|
|
||||||
default_value: false
|
|
||||||
disable: false
|
|
||||||
hidden: false
|
|
||||||
profile:
|
profile:
|
||||||
default_value: false
|
default_value: false
|
||||||
disable: false
|
disable: false
|
||||||
|
@ -91,14 +103,6 @@ form_settings:
|
||||||
default_value: false
|
default_value: false
|
||||||
disable: false
|
disable: false
|
||||||
hidden: false
|
hidden: false
|
||||||
taxonomy_term:
|
|
||||||
default_value: false
|
|
||||||
disable: false
|
|
||||||
hidden: false
|
|
||||||
user:
|
|
||||||
default_value: false
|
|
||||||
disable: false
|
|
||||||
hidden: false
|
|
||||||
workflow_transition:
|
workflow_transition:
|
||||||
default_value: false
|
default_value: false
|
||||||
disable: false
|
disable: false
|
||||||
|
@ -107,7 +111,3 @@ form_settings:
|
||||||
default_value: false
|
default_value: false
|
||||||
disable: false
|
disable: false
|
||||||
hidden: false
|
hidden: false
|
||||||
menu_link_content:
|
|
||||||
default_value: false
|
|
||||||
disable: false
|
|
||||||
hidden: false
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI
|
||||||
send: false
|
send: false
|
||||||
log: true
|
log: true
|
||||||
verbose: true
|
verbose: true
|
||||||
langcode: fr
|
|
||||||
_core:
|
|
||||||
default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
uuid: 1773680e-8fb9-4a51-9e82-f412d4502bc9
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- update
|
||||||
|
_core:
|
||||||
|
default_config_hash: JOcNPf-ezI7vLCxZg4K9wpGqKYj6vMHlfsmhx_WGbTM
|
||||||
|
id: update.status_notify
|
||||||
|
configuration:
|
||||||
|
email_body:
|
||||||
|
content:
|
||||||
|
value: |-
|
||||||
|
<p>You need to take action to secure your server {{ site_name }}.</p>
|
||||||
|
<ul>
|
||||||
|
{% for message in messages %}
|
||||||
|
<li>{{ message }}</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>See the <a href="{{ update_status }}">available updates</a> page for more information.
|
||||||
|
{% if update_manager %}
|
||||||
|
You can automatically install your updates using the <a href="{{ update_manager }}">Update manager</a>.
|
||||||
|
{% endif %}
|
||||||
|
You can <a href="{{ update_settings }}">change your settings</a> for what update notifications you receive.</p>
|
||||||
|
format: email_html
|
||||||
|
email_subject:
|
||||||
|
value: 'New release(s) available for {{ site_name }}'
|
|
@ -1,14 +1,13 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: g88bppZh2Uimhd8nWIoRyNIqCPNQ-ywV5hXa_f4Av8k
|
||||||
check:
|
check:
|
||||||
disabled_extensions: false
|
disabled_extensions: false
|
||||||
interval_days: 1
|
interval_days: 1
|
||||||
fetch:
|
fetch:
|
||||||
url: ''
|
url: null
|
||||||
max_attempts: 2
|
max_attempts: 2
|
||||||
timeout: 30
|
timeout: 30
|
||||||
notification:
|
notification:
|
||||||
emails:
|
emails:
|
||||||
- info@materio.com
|
- info@materio.com
|
||||||
threshold: all
|
threshold: all
|
||||||
langcode: fr
|
|
||||||
_core:
|
|
||||||
default_config_hash: g88bppZh2Uimhd8nWIoRyNIqCPNQ-ywV5hXa_f4Av8k
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: BqkUHiXXGvu2L7NR_nblxtP6f03MdD16XSMWwVM0QEc
|
||||||
|
paths_per_scan: 30
|
|
@ -0,0 +1,24 @@
|
||||||
|
# Deny all requests from Apache 2.4+.
|
||||||
|
<IfModule mod_authz_core.c>
|
||||||
|
Require all denied
|
||||||
|
</IfModule>
|
||||||
|
|
||||||
|
# Deny all requests from Apache 2.0-2.2.
|
||||||
|
<IfModule !mod_authz_core.c>
|
||||||
|
Deny from all
|
||||||
|
</IfModule>
|
||||||
|
|
||||||
|
# Turn off all options we don't need.
|
||||||
|
Options -Indexes -ExecCGI -Includes -MultiViews
|
||||||
|
|
||||||
|
# Set the catch-all handler to prevent scripts from being executed.
|
||||||
|
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
|
||||||
|
<Files *>
|
||||||
|
# Override the handler again if we're run later in the evaluation list.
|
||||||
|
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
|
||||||
|
</Files>
|
||||||
|
|
||||||
|
# If we know how to do it safely, disable the PHP engine entirely.
|
||||||
|
<IfModule mod_php7.c>
|
||||||
|
php_flag engine off
|
||||||
|
</IfModule>
|
|
@ -5,4 +5,6 @@ error_handlers:
|
||||||
rebuild_theme: false
|
rebuild_theme: false
|
||||||
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
|
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
|
||||||
debug_mail_directory: 'temporary://devel-mails'
|
debug_mail_directory: 'temporary://devel-mails'
|
||||||
devel_dumper: default
|
devel_dumper: kint
|
||||||
|
debug_logfile: 'temporary://drupal_debug.txt'
|
||||||
|
debug_pre: false
|
|
@ -0,0 +1,5 @@
|
||||||
|
description: 'L''inspiration par la matière'
|
||||||
|
urls_to_cache: "/fr/pricing\r\n/fr/blabla\r\n/fr/base\r\n/fr/showrooms"
|
||||||
|
start_url: /
|
||||||
|
lang: fr
|
||||||
|
cache_version: '1'
|
|
@ -0,0 +1,20 @@
|
||||||
|
site_name: materiO
|
||||||
|
short_name: materiO
|
||||||
|
description: 'The material library your projects deserve'
|
||||||
|
start_url: /
|
||||||
|
lang: fr
|
||||||
|
theme_color: '#ffffff'
|
||||||
|
background_color: '#ffffff'
|
||||||
|
display: standalone
|
||||||
|
default_image: '0'
|
||||||
|
urls_to_cache: "/en/pricing\r\n/en/blabla\r\n/en/base\r\n/en/showrooms"
|
||||||
|
urls_to_exclude: "admin/.*\r\nuser/.*"
|
||||||
|
offline_page: /offline
|
||||||
|
cache_version: '2'
|
||||||
|
cross_origin: false
|
||||||
|
skip_waiting: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: cP1TZQyv1WdET3iepl2QoyOPK7VeO0xHm0lU_FU1Wmc
|
||||||
|
image: /sites/default/files/pwa/materiopwaicon.png
|
||||||
|
image_small: /sites/default/files/pwa/materiopwaicon.pngcopy.png
|
||||||
|
image_very_small: /sites/default/files/pwa/materiopwaicon.pngcopy2.png
|
|
@ -0,0 +1,23 @@
|
||||||
|
touch_icons:
|
||||||
|
touch-icon-default: touch-icon-default
|
||||||
|
meta_tags:
|
||||||
|
meta-capable: meta-capable
|
||||||
|
meta-status-bar-style: meta-status-bar-style
|
||||||
|
color_select: black_translucent
|
||||||
|
home_screen_icons:
|
||||||
|
iphone5-splash: iphone5-splash
|
||||||
|
iphone6-splash: iphone6-splash
|
||||||
|
iphoneplus-splash: iphoneplus-splash
|
||||||
|
iphonex-splash: iphonex-splash
|
||||||
|
iphonexr-splash: iphonexr-splash
|
||||||
|
iphonexsmax-splash: iphonexsmax-splash
|
||||||
|
ipad-splash: ipad-splash
|
||||||
|
ipadpro1-splash: ipadpro1-splash
|
||||||
|
ipadpro2-splash: ipadpro2-splash
|
||||||
|
ipadpro3-splash: ipadpro3-splash
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- pwa_extras
|
||||||
|
_core:
|
||||||
|
default_config_hash: TOeFdF8Tjq2HqBmUgrTH06d7ZpY5qNLHZTLPIaCVsEk
|
|
@ -0,0 +1,4 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: djrGnpQFw2Jm0GjIQ-o28-09ZKtCusE5k0VNddWmOKE
|
||||||
|
paths: "/dummy-path-needed-until-core-issue-2930364-is-fixed\r\n/user/*/*\r\n/profile/*/*"
|
||||||
|
exclude_paths: /dummy-path-needed-until-core-issue-2930364-is-fixed
|
|
@ -0,0 +1 @@
|
||||||
|
menu_depth: 4
|
|
@ -0,0 +1,26 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: Vi3b7DLLNw5X1UX9XG8mnU-ysvyNgdyvAasxV9yck3I
|
||||||
|
css:
|
||||||
|
brotli: true
|
||||||
|
combine_media: false
|
||||||
|
fix_type: true
|
||||||
|
preserve_external: false
|
||||||
|
dns_prefetch: false
|
||||||
|
path:
|
||||||
|
convert:
|
||||||
|
absolute_to_protocol_relative: true
|
||||||
|
absolute: false
|
||||||
|
force_https: false
|
||||||
|
cache_level: 2
|
||||||
|
cron_frequency: 86400
|
||||||
|
enabled: true
|
||||||
|
global_counter: 0
|
||||||
|
immutable: true
|
||||||
|
js:
|
||||||
|
brotli: true
|
||||||
|
fix_type: true
|
||||||
|
preserve_external: false
|
||||||
|
skip_enabled_preprocess_check: false
|
||||||
|
show_bypass_cookie_message: true
|
||||||
|
symlinks: false
|
||||||
|
symlinksifownermatch: false
|
|
@ -0,0 +1,12 @@
|
||||||
|
uuid: 41562777-d361-457b-ae22-8370d9d405b4
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: commerce_email
|
||||||
|
label: 'Commerce Email'
|
||||||
|
backend: database
|
||||||
|
backend_configuration:
|
||||||
|
lease_time: 300
|
||||||
|
processor: cron
|
||||||
|
processing_time: 180
|
||||||
|
locked: false
|
|
@ -1,9 +1,12 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: d7tn_kI_5tCvOXLD4Qa-_znks4jgfgCwsKda6GKH-vk
|
||||||
role_menu_pairs:
|
role_menu_pairs:
|
||||||
-
|
-
|
||||||
role: admin
|
role: admin
|
||||||
menu: editors
|
menu: editors
|
||||||
|
-
|
||||||
|
role: admin_showroom
|
||||||
|
menu: editors
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- amswap
|
- amswap
|
||||||
_core:
|
|
||||||
default_config_hash: d7tn_kI_5tCvOXLD4Qa-_znks4jgfgCwsKda6GKH-vk
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
status: 1
|
status: 1
|
||||||
pattern: "<?php\r\nreturn t('Home');\r\n\r\n?>"
|
pattern: "<?php\r\nreturn t('Home');\r\n\r\n?>"
|
||||||
php: true
|
|
||||||
escape: false
|
escape: false
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- node.type.frontpage
|
- node.type.frontpage
|
||||||
|
new_content_behavior: 1
|
||||||
|
php: true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
enabled: true
|
|
||||||
timeout: 0
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
||||||
|
enabled: true
|
||||||
|
timeout: 0
|
||||||
url: ''
|
url: ''
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
enabled: false
|
enabled: false
|
||||||
timeout: null
|
timeout: 60
|
||||||
url: ''
|
url: /
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
enabled: false
|
|
||||||
timeout: null
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
||||||
|
enabled: false
|
||||||
|
timeout: null
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
enabled: true
|
|
||||||
timeout: 0
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
||||||
|
enabled: true
|
||||||
|
timeout: 0
|
||||||
url: ''
|
url: ''
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
enabled: false
|
enabled: false
|
||||||
timeout: null
|
timeout: 60
|
||||||
url: ''
|
url: /
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
enabled: false
|
|
||||||
timeout: null
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
||||||
|
enabled: false
|
||||||
|
timeout: null
|
||||||
|
|
|
@ -1,23 +1,26 @@
|
||||||
timeout: 3600
|
_core:
|
||||||
|
default_config_hash: m2pxH8tc4KIlh127R5TYim65W7NBY9gpYQnIXlvDp0M
|
||||||
|
langcode: fr
|
||||||
|
enabled: true
|
||||||
|
timeout: 1800
|
||||||
max_timeout: 172800
|
max_timeout: 172800
|
||||||
padding: 360
|
padding: 120
|
||||||
|
no_individual_logout_threshold: true
|
||||||
role_logout: true
|
role_logout: true
|
||||||
|
role_logout_max: true
|
||||||
redirect_url: /
|
redirect_url: /
|
||||||
|
include_destination: true
|
||||||
no_dialog: true
|
no_dialog: true
|
||||||
message: 'Your session is about to expire. Do you want to reset it?'
|
message: 'We are about to log you out for inactivity. If we do, you will lose any unsaved work. Do you need more time?'
|
||||||
inactivity_message: ''
|
inactivity_message: ''
|
||||||
|
inactivity_message_type: status
|
||||||
|
modal_width: 450
|
||||||
enforce_admin: false
|
enforce_admin: false
|
||||||
jstimer_format: '%hours%:%mins%:%secs%'
|
jstimer_format: '%hours%:%mins%:%secs%'
|
||||||
jstimer_js_load_option: false
|
jstimer_js_load_option: false
|
||||||
use_alt_logout_method: false
|
use_alt_logout_method: true
|
||||||
use_watchdog: true
|
use_watchdog: false
|
||||||
langcode: fr
|
|
||||||
_core:
|
|
||||||
default_config_hash: m2pxH8tc4KIlh127R5TYim65W7NBY9gpYQnIXlvDp0M
|
|
||||||
dialog_title: 'materiO’ Alert'
|
dialog_title: 'materiO’ Alert'
|
||||||
no_individual_logout_threshold: true
|
|
||||||
role_logout_max: true
|
|
||||||
inactivity_message_type: status
|
|
||||||
disable_buttons: false
|
disable_buttons: false
|
||||||
yes_button: ''
|
yes_button: ''
|
||||||
no_button: ''
|
no_button: ''
|
||||||
|
|
|
@ -1,63 +0,0 @@
|
||||||
position: tr
|
|
||||||
vertical: 50
|
|
||||||
horizontal: 5
|
|
||||||
fixed: 0
|
|
||||||
width: 600px
|
|
||||||
autoclose: 10
|
|
||||||
opendelay: 0.3
|
|
||||||
disable_autoclose: 1
|
|
||||||
show_countdown: 0
|
|
||||||
hover_autoclose: 1
|
|
||||||
popin:
|
|
||||||
effect: fadeIn
|
|
||||||
duration: normal
|
|
||||||
popout:
|
|
||||||
effect: fadeIn
|
|
||||||
duration: fast
|
|
||||||
jquery_ui:
|
|
||||||
draggable: 0
|
|
||||||
resizable: 0
|
|
||||||
visibility:
|
|
||||||
message_type:
|
|
||||||
id: message_type
|
|
||||||
message_types: { }
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
better_messages: '@better_messages.context:better_messages'
|
|
||||||
'entity_bundle:commerce_product':
|
|
||||||
id: 'entity_bundle:commerce_product'
|
|
||||||
bundles: { }
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
commerce_product: '@commerce_product.product_route_context:commerce_product'
|
|
||||||
'entity_bundle:node':
|
|
||||||
id: 'entity_bundle:node'
|
|
||||||
bundles: { }
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
node: '@node.node_route_context:node'
|
|
||||||
language:
|
|
||||||
id: language
|
|
||||||
langcodes: { }
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
language: '@language.current_language_context:language_interface'
|
|
||||||
node_type:
|
|
||||||
id: node_type
|
|
||||||
bundles: { }
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
node: '@node.node_route_context:node'
|
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: ''
|
|
||||||
negate: false
|
|
||||||
user_role:
|
|
||||||
id: user_role
|
|
||||||
roles: { }
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
user: '@user.current_user_context:current_user'
|
|
||||||
langcode: fr
|
|
||||||
_core:
|
|
||||||
default_config_hash: VcrgfJ8s9xNvGnogt3JciEvtMgPkMsHeE9BOLXd7jHk
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
uuid: 473c75f5-b226-4aaa-aae6-fb884bebb9a7
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
theme:
|
||||||
|
- materiotheme
|
||||||
|
id: actionsdadministrationprincipales
|
||||||
|
theme: materiotheme
|
||||||
|
region: content_top
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: local_actions_block
|
||||||
|
settings:
|
||||||
|
id: local_actions_block
|
||||||
|
label: "Actions d'administration principales"
|
||||||
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
|
visibility: { }
|
|
@ -17,6 +17,6 @@ plugin: system_breadcrumb_block
|
||||||
settings:
|
settings:
|
||||||
id: system_breadcrumb_block
|
id: system_breadcrumb_block
|
||||||
label: Breadcrumbs
|
label: Breadcrumbs
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -17,6 +17,6 @@ plugin: system_main_block
|
||||||
settings:
|
settings:
|
||||||
id: system_main_block
|
id: system_main_block
|
||||||
label: 'Main page content'
|
label: 'Main page content'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -17,6 +17,6 @@ plugin: help_block
|
||||||
settings:
|
settings:
|
||||||
id: help_block
|
id: help_block
|
||||||
label: Help
|
label: Help
|
||||||
provider: help
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: help
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -15,6 +15,6 @@ plugin: local_actions_block
|
||||||
settings:
|
settings:
|
||||||
id: local_actions_block
|
id: local_actions_block
|
||||||
label: 'Primary admin actions'
|
label: 'Primary admin actions'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -17,6 +17,6 @@ plugin: user_login_block
|
||||||
settings:
|
settings:
|
||||||
id: user_login_block
|
id: user_login_block
|
||||||
label: 'User login'
|
label: 'User login'
|
||||||
provider: user
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: user
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -17,6 +17,6 @@ plugin: system_messages_block
|
||||||
settings:
|
settings:
|
||||||
id: system_messages_block
|
id: system_messages_block
|
||||||
label: 'Status messages'
|
label: 'Status messages'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -15,6 +15,6 @@ plugin: page_title_block
|
||||||
settings:
|
settings:
|
||||||
id: page_title_block
|
id: page_title_block
|
||||||
label: 'Page title'
|
label: 'Page title'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -15,8 +15,8 @@ plugin: local_tasks_block
|
||||||
settings:
|
settings:
|
||||||
id: local_tasks_block
|
id: local_tasks_block
|
||||||
label: 'Primary tabs'
|
label: 'Primary tabs'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
primary: true
|
primary: true
|
||||||
secondary: false
|
secondary: false
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -15,8 +15,8 @@ plugin: local_tasks_block
|
||||||
settings:
|
settings:
|
||||||
id: local_tasks_block
|
id: local_tasks_block
|
||||||
label: 'Secondary tabs'
|
label: 'Secondary tabs'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
primary: false
|
primary: false
|
||||||
secondary: true
|
secondary: true
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -15,7 +15,7 @@ plugin: commerce_cart
|
||||||
settings:
|
settings:
|
||||||
id: commerce_cart
|
id: commerce_cart
|
||||||
label: Cart
|
label: Cart
|
||||||
provider: commerce_cart
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: commerce_cart
|
||||||
dropdown: true
|
dropdown: true
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -4,8 +4,7 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- commerce_checkout
|
- commerce_checkout
|
||||||
- context
|
- commerce_product
|
||||||
- ctools
|
|
||||||
theme:
|
theme:
|
||||||
- materiotheme
|
- materiotheme
|
||||||
id: checkoutprogress
|
id: checkoutprogress
|
||||||
|
@ -17,30 +16,20 @@ plugin: commerce_checkout_progress
|
||||||
settings:
|
settings:
|
||||||
id: commerce_checkout_progress
|
id: commerce_checkout_progress
|
||||||
label: 'Checkout progress'
|
label: 'Checkout progress'
|
||||||
provider: commerce_checkout
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: commerce_checkout
|
||||||
visibility:
|
visibility:
|
||||||
view_inclusion:
|
|
||||||
id: view_inclusion
|
|
||||||
negate: null
|
|
||||||
view_inclusion: { }
|
|
||||||
context_mapping: { }
|
|
||||||
request_path_exclusion:
|
|
||||||
id: request_path_exclusion
|
|
||||||
pages: ''
|
|
||||||
negate: null
|
|
||||||
context_mapping: { }
|
|
||||||
'entity_bundle:commerce_product_variation':
|
'entity_bundle:commerce_product_variation':
|
||||||
id: 'entity_bundle:commerce_product_variation'
|
id: 'entity_bundle:commerce_product_variation'
|
||||||
bundles:
|
|
||||||
materio_product_variation_type: materio_product_variation_type
|
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping:
|
context_mapping:
|
||||||
commerce_product_variation: '@commerce_product.product_variation_route_context:commerce_product_variation'
|
commerce_product_variation: '@commerce_product.product_variation_route_context:commerce_product_variation'
|
||||||
|
bundles:
|
||||||
|
materio_product_variation_type: materio_product_variation_type
|
||||||
'entity_bundle:commerce_product':
|
'entity_bundle:commerce_product':
|
||||||
id: 'entity_bundle:commerce_product'
|
id: 'entity_bundle:commerce_product'
|
||||||
bundles:
|
|
||||||
materio_product_type: materio_product_type
|
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping:
|
context_mapping:
|
||||||
commerce_product: '@commerce_product.product_route_context:commerce_product'
|
commerce_product: '@commerce_product.product_route_context:commerce_product'
|
||||||
|
bundles:
|
||||||
|
materio_product_type: materio_product_type
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
uuid: fc884273-8af4-4868-a415-631b39081904
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
content:
|
||||||
|
- 'block_content:simple_text:e202a879-0a6d-4819-a171-15dfac8d7567'
|
||||||
|
module:
|
||||||
|
- block_content
|
||||||
|
theme:
|
||||||
|
- materiotheme
|
||||||
|
id: contact
|
||||||
|
theme: materiotheme
|
||||||
|
region: footer_right
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'block_content:e202a879-0a6d-4819-a171-15dfac8d7567'
|
||||||
|
settings:
|
||||||
|
id: 'block_content:e202a879-0a6d-4819-a171-15dfac8d7567'
|
||||||
|
label: contact
|
||||||
|
label_display: '0'
|
||||||
|
provider: block_content
|
||||||
|
status: true
|
||||||
|
info: ''
|
||||||
|
view_mode: full
|
||||||
|
visibility: { }
|
|
@ -11,19 +11,21 @@ dependencies:
|
||||||
id: header
|
id: header
|
||||||
theme: materiotheme
|
theme: materiotheme
|
||||||
region: header_right
|
region: header_right
|
||||||
weight: -1
|
weight: -2
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'menu_block:header'
|
plugin: 'menu_block:header'
|
||||||
settings:
|
settings:
|
||||||
id: 'menu_block:header'
|
id: 'menu_block:header'
|
||||||
label: Header
|
label: Header
|
||||||
provider: menu_block
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: menu_block
|
||||||
follow: false
|
follow: false
|
||||||
follow_parent: child
|
follow_parent: child
|
||||||
|
label_link: false
|
||||||
|
label_type: block
|
||||||
level: 1
|
level: 1
|
||||||
depth: 0
|
depth: 0
|
||||||
expand: false
|
expand_all_items: false
|
||||||
parent: 'header:'
|
parent: 'header:'
|
||||||
suggestion: header
|
suggestion: header
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -9,12 +9,12 @@ dependencies:
|
||||||
id: languageswitcher
|
id: languageswitcher
|
||||||
theme: materiotheme
|
theme: materiotheme
|
||||||
region: header_right
|
region: header_right
|
||||||
weight: 0
|
weight: -1
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'language_block:language_interface'
|
plugin: 'language_block:language_interface'
|
||||||
settings:
|
settings:
|
||||||
id: 'language_block:language_interface'
|
id: 'language_block:language_interface'
|
||||||
label: Language
|
label: Langue
|
||||||
provider: language
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: language
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -1,20 +1,26 @@
|
||||||
uuid: f45bc656-0e27-4f8a-82d2-b3c9e62c72f3
|
uuid: f78827fe-0500-429d-9688-26a362b9820a
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- materio_sapi
|
- materio_sapi
|
||||||
|
- system
|
||||||
theme:
|
theme:
|
||||||
- materiotheme
|
- materiotheme
|
||||||
id: materiosapisearchblock
|
id: materiosapisearchblock
|
||||||
theme: materiotheme
|
theme: materiotheme
|
||||||
region: header_bottom
|
region: header_bottom
|
||||||
weight: -2
|
weight: 0
|
||||||
provider: null
|
provider: null
|
||||||
plugin: materio_sapi_search_block
|
plugin: materio_sapi_search_block
|
||||||
settings:
|
settings:
|
||||||
id: materio_sapi_search_block
|
id: materio_sapi_search_block
|
||||||
label: 'Materio sapi search block'
|
label: 'Materio sapi search block'
|
||||||
provider: materio_sapi
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
visibility: { }
|
provider: materio_sapi
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
negate: true
|
||||||
|
context_mapping: { }
|
||||||
|
pages: '/checkout/*'
|
||||||
|
|
|
@ -1,43 +0,0 @@
|
||||||
uuid: 9707958e-dc3d-43f9-a449-84993d135dae
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- context
|
|
||||||
- materio_simplenews
|
|
||||||
- user
|
|
||||||
theme:
|
|
||||||
- materiotheme
|
|
||||||
id: materiosimplenewssubscription
|
|
||||||
theme: materiotheme
|
|
||||||
region: footer_left
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: materio_simplenews_subscription_block
|
|
||||||
settings:
|
|
||||||
id: materio_simplenews_subscription_block
|
|
||||||
label: 'Materio Simplenews subscription'
|
|
||||||
provider: materio_simplenews
|
|
||||||
label_display: '0'
|
|
||||||
newsletters:
|
|
||||||
materio_newsletter: materio_newsletter
|
|
||||||
message: 'Subscribe to our monthly newsletter.'
|
|
||||||
unique_id: d0c7bdf4-c218-4ded-840a-9c4c731ec469
|
|
||||||
visibility:
|
|
||||||
view_inclusion:
|
|
||||||
id: view_inclusion
|
|
||||||
negate: null
|
|
||||||
view_inclusion: { }
|
|
||||||
context_mapping: { }
|
|
||||||
request_path_exclusion:
|
|
||||||
id: request_path_exclusion
|
|
||||||
pages: ''
|
|
||||||
negate: null
|
|
||||||
context_mapping: { }
|
|
||||||
user_role:
|
|
||||||
id: user_role
|
|
||||||
roles:
|
|
||||||
anonymous: anonymous
|
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
user: '@user.current_user_context:current_user'
|
|
|
@ -18,13 +18,13 @@ plugin: system_breadcrumb_block
|
||||||
settings:
|
settings:
|
||||||
id: system_breadcrumb_block
|
id: system_breadcrumb_block
|
||||||
label: Breadcrumbs
|
label: Breadcrumbs
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
visibility:
|
visibility:
|
||||||
user_role:
|
user_role:
|
||||||
id: user_role
|
id: user_role
|
||||||
roles:
|
|
||||||
root: root
|
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping:
|
context_mapping:
|
||||||
user: '@user.current_user_context:current_user'
|
user: '@user.current_user_context:current_user'
|
||||||
|
roles:
|
||||||
|
root: root
|
||||||
|
|
|
@ -17,6 +17,6 @@ plugin: system_main_block
|
||||||
settings:
|
settings:
|
||||||
id: system_main_block
|
id: system_main_block
|
||||||
label: 'Main page content'
|
label: 'Main page content'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -17,6 +17,6 @@ plugin: help_block
|
||||||
settings:
|
settings:
|
||||||
id: help_block
|
id: help_block
|
||||||
label: Help
|
label: Help
|
||||||
provider: help
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: help
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -15,6 +15,6 @@ plugin: local_actions_block
|
||||||
settings:
|
settings:
|
||||||
id: local_actions_block
|
id: local_actions_block
|
||||||
label: 'Primary admin actions'
|
label: 'Primary admin actions'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -17,6 +17,6 @@ plugin: user_login_block
|
||||||
settings:
|
settings:
|
||||||
id: user_login_block
|
id: user_login_block
|
||||||
label: 'User login'
|
label: 'User login'
|
||||||
provider: user
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: user
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -17,6 +17,6 @@ plugin: system_messages_block
|
||||||
settings:
|
settings:
|
||||||
id: system_messages_block
|
id: system_messages_block
|
||||||
label: 'Status messages'
|
label: 'Status messages'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -15,6 +15,6 @@ plugin: page_title_block
|
||||||
settings:
|
settings:
|
||||||
id: page_title_block
|
id: page_title_block
|
||||||
label: 'Page title'
|
label: 'Page title'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -15,8 +15,8 @@ plugin: local_tasks_block
|
||||||
settings:
|
settings:
|
||||||
id: local_tasks_block
|
id: local_tasks_block
|
||||||
label: 'Primary tabs'
|
label: 'Primary tabs'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
primary: true
|
primary: true
|
||||||
secondary: false
|
secondary: false
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -15,8 +15,8 @@ plugin: local_tasks_block
|
||||||
settings:
|
settings:
|
||||||
id: local_tasks_block
|
id: local_tasks_block
|
||||||
label: 'Secondary tabs'
|
label: 'Secondary tabs'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
primary: false
|
primary: false
|
||||||
secondary: true
|
secondary: true
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -13,6 +13,6 @@ plugin: page_title_block
|
||||||
settings:
|
settings:
|
||||||
id: page_title_block
|
id: page_title_block
|
||||||
label: 'Page title'
|
label: 'Page title'
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -0,0 +1,31 @@
|
||||||
|
uuid: 4c2a2713-7fd0-4b0a-ab12-0e23ac5f266d
|
||||||
|
langcode: fr
|
||||||
|
status: false
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- system.menu.footer
|
||||||
|
module:
|
||||||
|
- menu_block
|
||||||
|
theme:
|
||||||
|
- materiotheme
|
||||||
|
id: pieddepage
|
||||||
|
theme: materiotheme
|
||||||
|
region: footer_right
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'menu_block:footer'
|
||||||
|
settings:
|
||||||
|
id: 'menu_block:footer'
|
||||||
|
label: 'Pied de page'
|
||||||
|
label_display: '0'
|
||||||
|
provider: menu_block
|
||||||
|
follow: false
|
||||||
|
follow_parent: child
|
||||||
|
label_link: false
|
||||||
|
label_type: block
|
||||||
|
level: 1
|
||||||
|
depth: 0
|
||||||
|
expand_all_items: false
|
||||||
|
parent: 'footer:'
|
||||||
|
suggestion: footer
|
||||||
|
visibility: { }
|
|
@ -0,0 +1,35 @@
|
||||||
|
uuid: 57917b98-88dc-4aab-830c-886ffa43bfb1
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- simplenews
|
||||||
|
- user
|
||||||
|
theme:
|
||||||
|
- materiotheme
|
||||||
|
id: simplenewssubscription
|
||||||
|
theme: materiotheme
|
||||||
|
region: footer_left
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: simplenews_subscription_block
|
||||||
|
settings:
|
||||||
|
id: simplenews_subscription_block
|
||||||
|
label: 'Subscribe to our monthly newsletter.'
|
||||||
|
label_display: visible
|
||||||
|
provider: simplenews
|
||||||
|
newsletters:
|
||||||
|
materio_newsletter: materio_newsletter
|
||||||
|
default_newsletters:
|
||||||
|
materio_newsletter: materio_newsletter
|
||||||
|
message: ''
|
||||||
|
show_manage: false
|
||||||
|
unique_id: footersimplenewssubscriptionblock
|
||||||
|
visibility:
|
||||||
|
user_role:
|
||||||
|
id: user_role
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
|
roles:
|
||||||
|
anonymous: anonymous
|
|
@ -15,8 +15,8 @@ plugin: system_branding_block
|
||||||
settings:
|
settings:
|
||||||
id: system_branding_block
|
id: system_branding_block
|
||||||
label: 'Site branding'
|
label: 'Site branding'
|
||||||
provider: system
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
use_site_logo: false
|
use_site_logo: false
|
||||||
use_site_name: true
|
use_site_name: true
|
||||||
use_site_slogan: true
|
use_site_slogan: true
|
||||||
|
|
|
@ -0,0 +1,129 @@
|
||||||
|
uuid: f3053235-8080-4c5a-b6df-800f3c16eaac
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- social_media_links
|
||||||
|
theme:
|
||||||
|
- materiotheme
|
||||||
|
id: socialmedialinks
|
||||||
|
theme: materiotheme
|
||||||
|
region: header_right
|
||||||
|
weight: -5
|
||||||
|
provider: null
|
||||||
|
plugin: social_media_links_block
|
||||||
|
settings:
|
||||||
|
id: social_media_links_block
|
||||||
|
label: 'Social Media Links'
|
||||||
|
label_display: '0'
|
||||||
|
provider: social_media_links
|
||||||
|
platforms:
|
||||||
|
website:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-10'
|
||||||
|
instagram:
|
||||||
|
value: materio_group
|
||||||
|
description: ''
|
||||||
|
weight: '-9'
|
||||||
|
xing:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-8'
|
||||||
|
contact:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-7'
|
||||||
|
rss:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-6'
|
||||||
|
bitbucket:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-5'
|
||||||
|
vkontakte:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-4'
|
||||||
|
slideshare:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-3'
|
||||||
|
github:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-2'
|
||||||
|
behance:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '-1'
|
||||||
|
vimeo:
|
||||||
|
value: materio
|
||||||
|
description: ''
|
||||||
|
weight: '0'
|
||||||
|
linkedin:
|
||||||
|
value: company/mat-rio-sas
|
||||||
|
description: ''
|
||||||
|
weight: '1'
|
||||||
|
youtube_channel:
|
||||||
|
value: UChKuhMq9rSfLqUmPc9dEgXw
|
||||||
|
description: ''
|
||||||
|
weight: '2'
|
||||||
|
googleplus:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '3'
|
||||||
|
facebook:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '4'
|
||||||
|
drupal:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '5'
|
||||||
|
flickr:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '6'
|
||||||
|
gitlab:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '7'
|
||||||
|
tumblr:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '8'
|
||||||
|
youtube:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '9'
|
||||||
|
pinterest:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '10'
|
||||||
|
email:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '11'
|
||||||
|
twitter:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '12'
|
||||||
|
whatsapp:
|
||||||
|
value: ''
|
||||||
|
description: ''
|
||||||
|
weight: '13'
|
||||||
|
appearance:
|
||||||
|
orientation: h
|
||||||
|
show_name: 0
|
||||||
|
suggestion: ''
|
||||||
|
link_attributes:
|
||||||
|
target: _blank
|
||||||
|
rel: nofollow
|
||||||
|
iconset:
|
||||||
|
style: 'fontawesome:fw'
|
||||||
|
installed_iconsets:
|
||||||
|
fontawesome:
|
||||||
|
examples: ''
|
||||||
|
visibility: { }
|
|
@ -3,7 +3,6 @@ langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- context
|
|
||||||
- user
|
- user
|
||||||
theme:
|
theme:
|
||||||
- materiotheme
|
- materiotheme
|
||||||
|
@ -16,27 +15,17 @@ plugin: local_tasks_block
|
||||||
settings:
|
settings:
|
||||||
id: local_tasks_block
|
id: local_tasks_block
|
||||||
label: Tabs
|
label: Tabs
|
||||||
provider: core
|
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
|
provider: core
|
||||||
primary: true
|
primary: true
|
||||||
secondary: true
|
secondary: true
|
||||||
visibility:
|
visibility:
|
||||||
user_role:
|
user_role:
|
||||||
id: user_role
|
id: user_role
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
roles:
|
roles:
|
||||||
authenticated: authenticated
|
authenticated: authenticated
|
||||||
admin: admin
|
admin: admin
|
||||||
root: root
|
root: root
|
||||||
negate: false
|
|
||||||
context_mapping:
|
|
||||||
user: '@user.current_user_context:current_user'
|
|
||||||
view_inclusion:
|
|
||||||
id: view_inclusion
|
|
||||||
negate: null
|
|
||||||
view_inclusion: { }
|
|
||||||
context_mapping: { }
|
|
||||||
request_path_exclusion:
|
|
||||||
id: request_path_exclusion
|
|
||||||
pages: ''
|
|
||||||
negate: null
|
|
||||||
context_mapping: { }
|
|
||||||
|
|
|
@ -10,19 +10,19 @@ dependencies:
|
||||||
id: userblock
|
id: userblock
|
||||||
theme: materiotheme
|
theme: materiotheme
|
||||||
region: header_right
|
region: header_right
|
||||||
weight: -2
|
weight: -3
|
||||||
provider: null
|
provider: null
|
||||||
plugin: user_block
|
plugin: user_block
|
||||||
settings:
|
settings:
|
||||||
id: user_block
|
id: user_block
|
||||||
label: 'User block'
|
label: 'User block'
|
||||||
provider: materio_user
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: materio_user
|
||||||
visibility:
|
visibility:
|
||||||
user_role:
|
user_role:
|
||||||
id: user_role
|
id: user_role
|
||||||
roles:
|
|
||||||
authenticated: authenticated
|
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping:
|
context_mapping:
|
||||||
user: '@user.current_user_context:current_user'
|
user: '@user.current_user_context:current_user'
|
||||||
|
roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
|
|
@ -9,12 +9,12 @@ dependencies:
|
||||||
id: userlogin
|
id: userlogin
|
||||||
theme: materiotheme
|
theme: materiotheme
|
||||||
region: header_right
|
region: header_right
|
||||||
weight: -3
|
weight: -4
|
||||||
provider: null
|
provider: null
|
||||||
plugin: user_login_block
|
plugin: user_login_block
|
||||||
settings:
|
settings:
|
||||||
id: user_login_block
|
id: user_login_block
|
||||||
label: 'Member Access'
|
label: 'Accès membre'
|
||||||
provider: user
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: user
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
uuid: 37e411ea-165c-49d4-b221-259d2ea47d6e
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: simple_text
|
||||||
|
label: 'simple text'
|
||||||
|
revision: false
|
||||||
|
description: ''
|
|
@ -0,0 +1,26 @@
|
||||||
|
progress:
|
||||||
|
'#changed': 1626258737
|
||||||
|
'#changed_by': '1'
|
||||||
|
'#completed_items': 7
|
||||||
|
'#items':
|
||||||
|
responsibility_agreement:
|
||||||
|
'#completed': 1626252228
|
||||||
|
'#uid': '1'
|
||||||
|
recommended_resources:
|
||||||
|
'#completed': 1626252228
|
||||||
|
'#uid': '1'
|
||||||
|
data1:
|
||||||
|
'#completed': 1626256183
|
||||||
|
'#uid': '1'
|
||||||
|
external_traffic_measurement:
|
||||||
|
'#completed': 1626258737
|
||||||
|
'#uid': '1'
|
||||||
|
social_media_connections:
|
||||||
|
'#completed': 1626258737
|
||||||
|
'#uid': '1'
|
||||||
|
module_data_collection:
|
||||||
|
'#completed': 1626258737
|
||||||
|
'#uid': '1'
|
||||||
|
user_role_permissions:
|
||||||
|
'#completed': 1626258737
|
||||||
|
'#uid': '1'
|
|
@ -4,34 +4,80 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- commerce_payment
|
- commerce_payment
|
||||||
|
- commerce_promotion
|
||||||
|
- commerce_stripe
|
||||||
- email_registration
|
- email_registration
|
||||||
|
- materio_commerce
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: wwkDVBiXUqSzRifJbb71ajFBklJdNJ_DgS67IF-_qgY
|
default_config_hash: wwkDVBiXUqSzRifJbb71ajFBklJdNJ_DgS67IF-_qgY
|
||||||
id: default
|
|
||||||
label: Default
|
label: Default
|
||||||
|
id: default
|
||||||
plugin: multistep_default
|
plugin: multistep_default
|
||||||
configuration:
|
configuration:
|
||||||
display_checkout_progress: true
|
display_checkout_progress: true
|
||||||
|
display_checkout_progress_breadcrumb_links: false
|
||||||
panes:
|
panes:
|
||||||
login:
|
login:
|
||||||
allow_guest_checkout: true
|
|
||||||
allow_registration: false
|
|
||||||
step: login
|
step: login
|
||||||
weight: 0
|
weight: 0
|
||||||
|
allow_guest_checkout: true
|
||||||
|
allow_registration: false
|
||||||
contact_information:
|
contact_information:
|
||||||
double_entry: true
|
|
||||||
step: order_information
|
step: order_information
|
||||||
weight: 1
|
weight: 1
|
||||||
billing_information:
|
double_entry: true
|
||||||
step: order_information
|
|
||||||
weight: 2
|
|
||||||
review:
|
review:
|
||||||
step: review
|
step: review
|
||||||
weight: 3
|
weight: 3
|
||||||
completion_message:
|
completion_message:
|
||||||
step: complete
|
step: complete
|
||||||
weight: 4
|
weight: 7
|
||||||
|
message:
|
||||||
|
value: "Your order number is [commerce_order:order_number].\r\nYou can view your order on your account page when logged in."
|
||||||
|
format: plain_text
|
||||||
order_summary:
|
order_summary:
|
||||||
view: commerce_checkout_order_summary
|
|
||||||
step: _sidebar
|
step: _sidebar
|
||||||
|
weight: 9
|
||||||
|
view: commerce_checkout_order_summary
|
||||||
|
completion_register:
|
||||||
|
step: complete
|
||||||
|
weight: 8
|
||||||
|
payment_information:
|
||||||
|
step: order_information
|
||||||
|
weight: 2
|
||||||
|
payment_process:
|
||||||
|
step: payment
|
||||||
|
weight: 6
|
||||||
|
capture: true
|
||||||
|
coupon_redemption:
|
||||||
|
step: _sidebar
|
||||||
|
weight: 10
|
||||||
|
allow_multiple: false
|
||||||
|
stripe_review:
|
||||||
|
step: review
|
||||||
|
weight: 4
|
||||||
|
button_id: edit-actions-next
|
||||||
|
setup_future_usage: ''
|
||||||
|
email_registration_login:
|
||||||
|
step: _disabled
|
||||||
|
weight: 12
|
||||||
|
allow_guest_checkout: true
|
||||||
|
allow_registration: false
|
||||||
|
email_registration_completion_registration:
|
||||||
|
step: _disabled
|
||||||
|
weight: 13
|
||||||
|
materio_commerce_agree_nominative:
|
||||||
|
step: _disabled
|
||||||
|
weight: 11
|
||||||
|
path: null
|
||||||
|
text: null
|
||||||
|
link_text: null
|
||||||
|
invalid_text: 'You must agree with the nominative terms before continuing'
|
||||||
|
materio_commerce_agree_terms:
|
||||||
|
step: review
|
||||||
weight: 5
|
weight: 5
|
||||||
|
path: null
|
||||||
|
link_text: 'Terms and Conditions'
|
||||||
|
prefix_text: 'I agree with the %terms'
|
||||||
|
invalid_text: 'You must agree with the %terms before continuing'
|
||||||
|
new_window: 1
|
||||||
|
|
|
@ -7,58 +7,83 @@ dependencies:
|
||||||
- commerce_promotion
|
- commerce_promotion
|
||||||
- commerce_stripe
|
- commerce_stripe
|
||||||
- email_registration
|
- email_registration
|
||||||
id: materio_checkout_flow
|
- materio_commerce
|
||||||
label: 'materio checkout flow'
|
label: 'materio checkout flow'
|
||||||
|
id: materio_checkout_flow
|
||||||
plugin: multistep_default
|
plugin: multistep_default
|
||||||
configuration:
|
configuration:
|
||||||
display_checkout_progress: true
|
display_checkout_progress: true
|
||||||
display_checkout_progress_breadcrumb_links: true
|
display_checkout_progress_breadcrumb_links: true
|
||||||
panes:
|
panes:
|
||||||
email_registration_login:
|
|
||||||
allow_guest_checkout: true
|
|
||||||
allow_registration: false
|
|
||||||
step: _disabled
|
|
||||||
weight: 8
|
|
||||||
contact_information:
|
contact_information:
|
||||||
double_entry: false
|
|
||||||
step: order_information
|
step: order_information
|
||||||
weight: 0
|
weight: 0
|
||||||
|
double_entry: false
|
||||||
|
allow_guest_checkout: true
|
||||||
|
allow_registration: false
|
||||||
payment_information:
|
payment_information:
|
||||||
step: order_information
|
step: order_information
|
||||||
weight: 1
|
weight: 1
|
||||||
|
materio_commerce_agree_terms:
|
||||||
|
step: order_information
|
||||||
|
weight: 2
|
||||||
|
path:
|
||||||
|
route_name: materio_commerce.terms_viewer
|
||||||
|
route_parameters: { }
|
||||||
|
link_text: 'Terms and Conditions'
|
||||||
|
prefix_text: 'I agree with the %terms'
|
||||||
|
invalid_text: 'You must agree with the %terms before continuing'
|
||||||
|
new_window: '1'
|
||||||
|
nid: '1'
|
||||||
|
materio_commerce_agree_nominative:
|
||||||
|
step: order_information
|
||||||
|
weight: 3
|
||||||
|
path: /pricing/multijoueur
|
||||||
|
text: "I have taken note that the membership of materialO 'is exclusively nominative. \r\nThe use of an account by more than one person is not allowed.\r\nI can fill the %multi form for multi user order."
|
||||||
|
link_text: Multi-Joueurs
|
||||||
|
invalid_text: 'You must agree with the nominative terms before continuing'
|
||||||
|
prefix_text: 'I agree with the %terms'
|
||||||
|
new_window: '1'
|
||||||
|
nid: '1'
|
||||||
review:
|
review:
|
||||||
step: review
|
step: review
|
||||||
weight: 2
|
|
||||||
stripe_review:
|
|
||||||
button_id: edit-actions-next
|
|
||||||
step: review
|
|
||||||
weight: 3
|
|
||||||
payment_process:
|
|
||||||
capture: true
|
|
||||||
step: payment
|
|
||||||
weight: 4
|
weight: 4
|
||||||
completion_message:
|
stripe_review:
|
||||||
message:
|
step: review
|
||||||
value: "Your order number is [commerce_order:order_number].\r\nYou can view your order on your account page when logged in."
|
|
||||||
format: plain_text
|
|
||||||
step: complete
|
|
||||||
weight: 5
|
weight: 5
|
||||||
order_summary:
|
button_id: edit-actions-next
|
||||||
view: commerce_checkout_order_summary
|
setup_future_usage: off_session
|
||||||
step: _sidebar
|
payment_process:
|
||||||
|
step: payment
|
||||||
weight: 6
|
weight: 6
|
||||||
coupon_redemption:
|
capture: true
|
||||||
allow_multiple: false
|
completion_message:
|
||||||
step: _sidebar
|
step: complete
|
||||||
weight: 7
|
weight: 7
|
||||||
email_registration_completion_registration:
|
message:
|
||||||
step: _disabled
|
value: "<p class=\"welcom\">[current-user:customer:address:given_name] [current-user:customer:address:family_name] thank you and welcome to <strong>[site:name]</strong>!</p>\r\n\r\n<p>Once your order is confirmed, you have access to more than 10,000 inspiring and innovative material sheets!</p>\r\n"
|
||||||
|
format: wysiwyg
|
||||||
|
order_summary:
|
||||||
|
step: _sidebar
|
||||||
|
weight: 8
|
||||||
|
view: commerce_checkout_order_summary
|
||||||
|
coupon_redemption:
|
||||||
|
step: _sidebar
|
||||||
weight: 9
|
weight: 9
|
||||||
completion_register:
|
allow_multiple: false
|
||||||
|
email_registration_login:
|
||||||
step: _disabled
|
step: _disabled
|
||||||
weight: 10
|
weight: 10
|
||||||
login:
|
|
||||||
allow_guest_checkout: true
|
allow_guest_checkout: true
|
||||||
allow_registration: false
|
allow_registration: false
|
||||||
|
email_registration_completion_registration:
|
||||||
step: _disabled
|
step: _disabled
|
||||||
weight: 11
|
weight: 11
|
||||||
|
completion_register:
|
||||||
|
step: _disabled
|
||||||
|
weight: 12
|
||||||
|
login:
|
||||||
|
step: _disabled
|
||||||
|
weight: 13
|
||||||
|
allow_guest_checkout: true
|
||||||
|
allow_registration: false
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
uuid: 93677304-7cda-4468-aacb-e786739a2d44
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: order
|
||||||
|
label: order
|
||||||
|
from: info@materio.com
|
||||||
|
to: info@materio.com
|
||||||
|
cc: dev@figureslibres.io
|
||||||
|
bcc: ''
|
||||||
|
subject: '[Order Placed] [commerce_order:uid:entity:mail]'
|
||||||
|
body: "[commerce_order:uid:entity:mail] Placed an order<br/>\r\n<br/>\r\nOrder n° [commerce_order:order_number:value] (<a href=\"[commerce_order:admin-url]\">view order</a>)<br/>\r\nTotal price : [commerce_order:total_price:number][commerce_order:total_price:currency_code]<br/>\r\nOrder Item : [commerce_order:order_items:0:entity]<br/>\r\nPayement method : [commerce_order:payment_gateway:target_id]<br/>\r\n<br/>\r\n<br/>\r\n[commerce_order:billing_profile]"
|
||||||
|
conditions: { }
|
||||||
|
conditionOperator: AND
|
||||||
|
event: order_placed
|
||||||
|
targetEntityType: commerce_order
|
|
@ -2,20 +2,20 @@ uuid: e3eaa065-01db-421e-ba83-06ca691ac14a
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
module:
|
||||||
|
- commerce_tax
|
||||||
enforced:
|
enforced:
|
||||||
module:
|
module:
|
||||||
- commerce_product
|
- commerce_product
|
||||||
module:
|
|
||||||
- commerce_tax
|
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
commerce_tax:
|
commerce_tax:
|
||||||
taxable_type: services
|
taxable_type: services
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 6n6q97CDOCqHGs4Dun3BqVJE6e1o6TA-69qCwoUU-SY
|
default_config_hash: 6n6q97CDOCqHGs4Dun3BqVJE6e1o6TA-69qCwoUU-SY
|
||||||
label: Default
|
|
||||||
id: default
|
id: default
|
||||||
purchasableEntityType: commerce_product_variation
|
label: Default
|
||||||
orderType: default
|
|
||||||
traits:
|
traits:
|
||||||
- commerce_license_order_item_type
|
- commerce_license_order_item_type
|
||||||
locked: false
|
locked: false
|
||||||
|
purchasableEntityType: commerce_product_variation
|
||||||
|
orderType: default
|
||||||
|
|
|
@ -7,10 +7,10 @@ dependencies:
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
commerce_tax:
|
commerce_tax:
|
||||||
taxable_type: digital_goods
|
taxable_type: digital_goods
|
||||||
label: 'materio order item type'
|
|
||||||
id: materio_order_item_type
|
id: materio_order_item_type
|
||||||
purchasableEntityType: commerce_product_variation
|
label: 'materio order item type'
|
||||||
orderType: materio_order_type
|
|
||||||
traits:
|
traits:
|
||||||
- commerce_license_order_item_type
|
- commerce_license_order_item_type
|
||||||
locked: false
|
locked: false
|
||||||
|
purchasableEntityType: commerce_product_variation
|
||||||
|
orderType: materio_order_type
|
||||||
|
|
|
@ -2,21 +2,21 @@ uuid: 65504bc8-0953-4f21-aaca-2970d7cd78bd
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
module:
|
||||||
|
- commerce_tax
|
||||||
enforced:
|
enforced:
|
||||||
module:
|
module:
|
||||||
- commerce_product
|
- commerce_product
|
||||||
- commerce_recurring
|
- commerce_recurring
|
||||||
module:
|
|
||||||
- commerce_tax
|
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
commerce_tax:
|
commerce_tax:
|
||||||
taxable_type: services
|
taxable_type: services
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: Q21JtNYYWL-eIfxaX1rm-NvSqPqdDymrDrN08f_QC7M
|
default_config_hash: Q21JtNYYWL-eIfxaX1rm-NvSqPqdDymrDrN08f_QC7M
|
||||||
label: 'Recurring (Product variation)'
|
|
||||||
id: recurring_product_variation
|
id: recurring_product_variation
|
||||||
purchasableEntityType: commerce_product_variation
|
label: 'Recurring (Product variation) DO NOT USE ME'
|
||||||
orderType: recurring
|
|
||||||
traits:
|
traits:
|
||||||
- commerce_license_order_item_type
|
- commerce_license_order_item_type
|
||||||
locked: true
|
locked: true
|
||||||
|
purchasableEntityType: commerce_product_variation
|
||||||
|
orderType: recurring
|
||||||
|
|
|
@ -2,14 +2,19 @@ uuid: 045671c1-aab5-4468-8178-c617dcea16a6
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
module:
|
||||||
|
- commerce_tax
|
||||||
enforced:
|
enforced:
|
||||||
module:
|
module:
|
||||||
- commerce_recurring
|
- commerce_recurring
|
||||||
|
third_party_settings:
|
||||||
|
commerce_tax:
|
||||||
|
taxable_type: physical_goods
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: iFZgD_z6PSZqyLy65J_OLjA_nnGu-lvKxgPr0BNiCCI
|
default_config_hash: iFZgD_z6PSZqyLy65J_OLjA_nnGu-lvKxgPr0BNiCCI
|
||||||
label: 'Recurring (Standalone)'
|
|
||||||
id: recurring_standalone
|
id: recurring_standalone
|
||||||
purchasableEntityType: ''
|
label: 'Recurring (Standalone) DO NOT USE ME'
|
||||||
orderType: recurring
|
|
||||||
traits: { }
|
traits: { }
|
||||||
locked: true
|
locked: true
|
||||||
|
purchasableEntityType: ''
|
||||||
|
orderType: recurring
|
||||||
|
|
|
@ -1,15 +1,26 @@
|
||||||
uuid: 0e75b0ea-ab01-4de6-83c2-d1183c20aed8
|
uuid: 0e75b0ea-ab01-4de6-83c2-d1183c20aed8
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies:
|
||||||
|
module:
|
||||||
|
- commerce_cart
|
||||||
|
- commerce_checkout
|
||||||
|
third_party_settings:
|
||||||
|
commerce_cart:
|
||||||
|
cart_block_view: commerce_cart_block
|
||||||
|
cart_form_view: commerce_cart_form
|
||||||
|
cart_expiration: { }
|
||||||
|
commerce_checkout:
|
||||||
|
checkout_flow: default
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: pGvuJjaRPhhEY9oSM5EGsAtKWgGNSA-0aq4RIvd4BBE
|
default_config_hash: pGvuJjaRPhhEY9oSM5EGsAtKWgGNSA-0aq4RIvd4BBE
|
||||||
label: Default
|
|
||||||
id: default
|
id: default
|
||||||
|
label: Default
|
||||||
|
traits: { }
|
||||||
|
locked: false
|
||||||
workflow: order_default
|
workflow: order_default
|
||||||
|
numberPattern: null
|
||||||
refresh_mode: customer
|
refresh_mode: customer
|
||||||
refresh_frequency: 300
|
refresh_frequency: 300
|
||||||
sendReceipt: true
|
sendReceipt: true
|
||||||
receiptBcc: ''
|
receiptBcc: info@materio.com
|
||||||
traits: { }
|
|
||||||
locked: false
|
|
||||||
|
|
|
@ -7,16 +7,18 @@ dependencies:
|
||||||
- commerce_checkout
|
- commerce_checkout
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
commerce_cart:
|
commerce_cart:
|
||||||
cart_form_view: commerce_cart_form
|
|
||||||
cart_block_view: commerce_cart_block
|
cart_block_view: commerce_cart_block
|
||||||
|
cart_form_view: commerce_cart_form
|
||||||
|
cart_expiration: { }
|
||||||
commerce_checkout:
|
commerce_checkout:
|
||||||
checkout_flow: materio_checkout_flow
|
checkout_flow: materio_checkout_flow
|
||||||
label: 'materio order type'
|
|
||||||
id: materio_order_type
|
id: materio_order_type
|
||||||
|
label: 'materio order type'
|
||||||
|
traits: { }
|
||||||
|
locked: false
|
||||||
workflow: order_default
|
workflow: order_default
|
||||||
|
numberPattern: order_default
|
||||||
refresh_mode: customer
|
refresh_mode: customer
|
||||||
refresh_frequency: 300
|
refresh_frequency: 300
|
||||||
sendReceipt: true
|
sendReceipt: true
|
||||||
receiptBcc: ''
|
receiptBcc: info@materio.com
|
||||||
traits: { }
|
|
||||||
locked: false
|
|
||||||
|
|
|
@ -8,18 +8,20 @@ dependencies:
|
||||||
- commerce_recurring
|
- commerce_recurring
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
commerce_cart:
|
commerce_cart:
|
||||||
cart_form_view: commerce_cart_form
|
|
||||||
cart_block_view: commerce_cart_block
|
cart_block_view: commerce_cart_block
|
||||||
|
cart_form_view: commerce_cart_form
|
||||||
|
cart_expiration: { }
|
||||||
commerce_checkout:
|
commerce_checkout:
|
||||||
checkout_flow: default
|
checkout_flow: default
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 792iyvjCVODZf_5iMHKhvhpGeC-uLVBLdjqi3xSkDKg
|
default_config_hash: 792iyvjCVODZf_5iMHKhvhpGeC-uLVBLdjqi3xSkDKg
|
||||||
label: Recurring
|
|
||||||
id: recurring
|
id: recurring
|
||||||
|
label: Recurring
|
||||||
|
traits: { }
|
||||||
|
locked: true
|
||||||
workflow: order_recurring
|
workflow: order_recurring
|
||||||
|
numberPattern: null
|
||||||
refresh_mode: customer
|
refresh_mode: customer
|
||||||
refresh_frequency: 300
|
refresh_frequency: 300
|
||||||
sendReceipt: true
|
sendReceipt: true
|
||||||
receiptBcc: ''
|
receiptBcc: info@materio.com
|
||||||
traits: { }
|
|
||||||
locked: true
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
log_version_mismatch: true
|
|
@ -1,23 +0,0 @@
|
||||||
uuid: 9fd9ac25-5b14-4630-a056-546da6b3b418
|
|
||||||
langcode: en
|
|
||||||
status: false
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- commerce_cmcic
|
|
||||||
id: cm_cic
|
|
||||||
label: CIC-CM
|
|
||||||
weight: -10
|
|
||||||
plugin: commerce_cmcic
|
|
||||||
configuration:
|
|
||||||
display_label: 'Credit Card via CIC-CM'
|
|
||||||
mode: test
|
|
||||||
payment_method_types:
|
|
||||||
- credit_card
|
|
||||||
collect_billing_information: true
|
|
||||||
bank_type: monetico
|
|
||||||
version: '3.0'
|
|
||||||
security_key: 7C86189FA72DA637A722BB395BFB9D403D3C7097
|
|
||||||
tpe: '6277685'
|
|
||||||
company: materio
|
|
||||||
conditions: { }
|
|
||||||
conditionOperator: AND
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
uuid: f8318796-0261-48b2-9f16-0b127f0cd47f
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: manual
|
||||||
|
label: Manuel
|
||||||
|
weight: null
|
||||||
|
plugin: manual
|
||||||
|
configuration:
|
||||||
|
display_label: 'Virement ou chèque'
|
||||||
|
mode: n/a
|
||||||
|
payment_method_types:
|
||||||
|
- credit_card
|
||||||
|
collect_billing_information: true
|
||||||
|
instructions:
|
||||||
|
value: "Paiement par chèque: à l’ordre de matériO’, et à envoyer à \r\nmatériO’ SAS \r\n8, rue Chaptal \r\n75009 Paris \r\nFrance\r\n\r\nPaiement par virement: \r\nIBAN : FR76 3006 6106 6100 0104 4360 109\r\nBIC : CMCIFRPP\r\n\r\nVotre accès à la base sera activé dès réception de votre paiement.\r\n"
|
||||||
|
format: plain_text
|
||||||
|
conditions:
|
||||||
|
-
|
||||||
|
plugin: order_variation_type
|
||||||
|
configuration:
|
||||||
|
variation_types:
|
||||||
|
- materio_product_licence_variatio
|
||||||
|
conditionOperator: AND
|
|
@ -9,12 +9,13 @@ label: Stripe
|
||||||
weight: -10
|
weight: -10
|
||||||
plugin: stripe
|
plugin: stripe
|
||||||
configuration:
|
configuration:
|
||||||
publishable_key: pk_test_51I7RAuBp8BkjanLQtX3lktLLC3PIOkzKVqPqijC9GZz1XD2PHLZHEQOSJzjVnvxO2aMuk0mQybVZnNnLsJDSWMP800VENEIUqZ
|
|
||||||
secret_key: sk_test_51I7RAuBp8BkjanLQSwUpyIDFUwvWgXjsJZHI5HAcZK9XCe3Gw1BuhxvvgZccv5Feb6jAo8ZskId2K5Oy4IIUsOQP00Mb4LdMfO
|
|
||||||
display_label: Stripe
|
display_label: Stripe
|
||||||
mode: test
|
mode: live
|
||||||
payment_method_types:
|
payment_method_types:
|
||||||
- credit_card
|
- credit_card
|
||||||
collect_billing_information: true
|
collect_billing_information: true
|
||||||
|
publishable_key: pk_live_51I7RAuBp8BkjanLQp3lsf7QBqO1xhRj8gLEbH4ivBEiZhkGwxgrQNGGizo5yk7HgxkiW3jRY6M4ni8pVfBTt5DGW00nBUevKbl
|
||||||
|
secret_key: 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
|
||||||
|
enable_credit_card_icons: false
|
||||||
conditions: { }
|
conditions: { }
|
||||||
conditionOperator: AND
|
conditionOperator: AND
|
||||||
|
|
|
@ -6,9 +6,9 @@ _core:
|
||||||
default_config_hash: 5TqAuVTl1_arKIBeD1qDfJM-pKmaFnqyYSQNdwEK_DQ
|
default_config_hash: 5TqAuVTl1_arKIBeD1qDfJM-pKmaFnqyYSQNdwEK_DQ
|
||||||
id: default
|
id: default
|
||||||
label: Default
|
label: Default
|
||||||
|
traits: { }
|
||||||
|
locked: false
|
||||||
description: ''
|
description: ''
|
||||||
variationType: default
|
variationType: default
|
||||||
multipleVariations: true
|
multipleVariations: true
|
||||||
injectVariationFields: true
|
injectVariationFields: true
|
||||||
traits: { }
|
|
||||||
locked: false
|
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
uuid: a3e1f865-2647-437a-8339-95e9049f2375
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: materio_product_license_type
|
||||||
|
label: 'materio product license type'
|
||||||
|
traits: { }
|
||||||
|
locked: false
|
||||||
|
description: ''
|
||||||
|
variationType: materio_product_licence_variatio
|
||||||
|
variationTypes:
|
||||||
|
- materio_product_licence_variatio
|
||||||
|
- materio_product_variation_type
|
||||||
|
multipleVariations: true
|
||||||
|
injectVariationFields: true
|
|
@ -3,10 +3,12 @@ langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
id: materio_product_type
|
id: materio_product_type
|
||||||
label: 'materio product type'
|
label: 'materio product type (do not use me)'
|
||||||
description: ''
|
|
||||||
variationType: materio_product_variation_type
|
|
||||||
multipleVariations: true
|
|
||||||
injectVariationFields: true
|
|
||||||
traits: { }
|
traits: { }
|
||||||
locked: false
|
locked: false
|
||||||
|
description: ''
|
||||||
|
variationType: materio_product_variation_type
|
||||||
|
variationTypes:
|
||||||
|
- materio_product_variation_type
|
||||||
|
multipleVariations: true
|
||||||
|
injectVariationFields: true
|
||||||
|
|
|
@ -12,9 +12,9 @@ _core:
|
||||||
default_config_hash: 3vA4FKQ1Qu8B1R8UdGPnmMfJrYO6Y6uMqeNgDgXxods
|
default_config_hash: 3vA4FKQ1Qu8B1R8UdGPnmMfJrYO6Y6uMqeNgDgXxods
|
||||||
id: default
|
id: default
|
||||||
label: Default
|
label: Default
|
||||||
orderItemType: default
|
|
||||||
generateTitle: true
|
|
||||||
traits:
|
traits:
|
||||||
- commerce_license
|
- commerce_license
|
||||||
- purchasable_entity_subscription
|
- purchasable_entity_subscription
|
||||||
locked: false
|
locked: false
|
||||||
|
orderItemType: default
|
||||||
|
generateTitle: true
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 1e6371d9-c8ab-473c-88b2-a74e6f118d4b
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- commerce_license
|
||||||
|
third_party_settings:
|
||||||
|
commerce_license:
|
||||||
|
license_types:
|
||||||
|
role: role
|
||||||
|
activate_on_place: false
|
||||||
|
allow_renewal: true
|
||||||
|
interval: '1'
|
||||||
|
period: month
|
||||||
|
id: materio_product_licence_variatio
|
||||||
|
label: 'materio product licence nosub variation type'
|
||||||
|
traits:
|
||||||
|
- commerce_license
|
||||||
|
locked: false
|
||||||
|
orderItemType: materio_order_item_type
|
||||||
|
generateTitle: false
|
|
@ -8,12 +8,15 @@ third_party_settings:
|
||||||
commerce_license:
|
commerce_license:
|
||||||
license_types:
|
license_types:
|
||||||
role: role
|
role: role
|
||||||
activate_on_place: true
|
activate_on_place: false
|
||||||
|
allow_renewal: true
|
||||||
|
interval: '1'
|
||||||
|
period: month
|
||||||
id: materio_product_variation_type
|
id: materio_product_variation_type
|
||||||
label: 'materio product variation type'
|
label: 'materio product licence subscription variation type'
|
||||||
orderItemType: materio_order_item_type
|
|
||||||
generateTitle: false
|
|
||||||
traits:
|
traits:
|
||||||
- commerce_license
|
- commerce_license
|
||||||
- purchasable_entity_subscription
|
- purchasable_entity_subscription
|
||||||
locked: false
|
locked: false
|
||||||
|
orderItemType: materio_order_item_type
|
||||||
|
generateTitle: false
|
||||||
|
|
|
@ -8,14 +8,12 @@ displayLabel: Annual
|
||||||
billingType: prepaid
|
billingType: prepaid
|
||||||
retrySchedule:
|
retrySchedule:
|
||||||
- 1
|
- 1
|
||||||
- 3
|
|
||||||
- 5
|
|
||||||
unpaidSubscriptionState: canceled
|
unpaidSubscriptionState: canceled
|
||||||
plugin: rolling
|
plugin: rolling
|
||||||
configuration:
|
configuration:
|
||||||
trial_interval: { }
|
trial_interval: { }
|
||||||
interval:
|
interval:
|
||||||
number: 1
|
number: 1
|
||||||
unit: year
|
unit: month
|
||||||
prorater: full_price
|
prorater: full_price
|
||||||
proraterConfiguration: { }
|
proraterConfiguration: { }
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
uuid: 5692c3b9-d438-4a85-91b2-37130a7e85ed
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: hourly
|
||||||
|
label: Hourly
|
||||||
|
displayLabel: Hourly
|
||||||
|
billingType: prepaid
|
||||||
|
retrySchedule:
|
||||||
|
- 1
|
||||||
|
- 3
|
||||||
|
- 5
|
||||||
|
unpaidSubscriptionState: canceled
|
||||||
|
plugin: rolling
|
||||||
|
configuration:
|
||||||
|
trial_interval: { }
|
||||||
|
interval:
|
||||||
|
number: 1
|
||||||
|
unit: hour
|
||||||
|
prorater: full_price
|
||||||
|
proraterConfiguration: { }
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue