From 76b740adb97c4d5bf00aec835e2b48b98c68c564 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Mon, 14 Jan 2019 19:05:27 -0600 Subject: [PATCH 001/459] A basic integration of the prism library. --- .../custom/agaric_prism/agaric_prism.info.yml | 5 + .../agaric_prism/agaric_prism.libraries.yml | 7 + .../custom/agaric_prism/agaric_prism.module | 5 + web/modules/custom/agaric_prism/prism.css | 124 ++++++++++++++++++ web/modules/custom/agaric_prism/prism.js | 15 +++ 5 files changed, 156 insertions(+) create mode 100644 web/modules/custom/agaric_prism/agaric_prism.info.yml create mode 100644 web/modules/custom/agaric_prism/agaric_prism.libraries.yml create mode 100644 web/modules/custom/agaric_prism/agaric_prism.module create mode 100644 web/modules/custom/agaric_prism/prism.css create mode 100644 web/modules/custom/agaric_prism/prism.js diff --git a/web/modules/custom/agaric_prism/agaric_prism.info.yml b/web/modules/custom/agaric_prism/agaric_prism.info.yml new file mode 100644 index 0000000..564fc3b --- /dev/null +++ b/web/modules/custom/agaric_prism/agaric_prism.info.yml @@ -0,0 +1,5 @@ +name: Agaric Prism. +description: Provides a basic prism integration. It just includes the JS and the CSS file. +package: Custom +type: module +core: 8.x diff --git a/web/modules/custom/agaric_prism/agaric_prism.libraries.yml b/web/modules/custom/agaric_prism/agaric_prism.libraries.yml new file mode 100644 index 0000000..987b3e2 --- /dev/null +++ b/web/modules/custom/agaric_prism/agaric_prism.libraries.yml @@ -0,0 +1,7 @@ +agaric_prism: + version: 1.15.0 + css: + theme: + prism.css: {} + js: + prism.js: {} diff --git a/web/modules/custom/agaric_prism/agaric_prism.module b/web/modules/custom/agaric_prism/agaric_prism.module new file mode 100644 index 0000000..5a4df9f --- /dev/null +++ b/web/modules/custom/agaric_prism/agaric_prism.module @@ -0,0 +1,5 @@ + code[class*="language-"], +pre[class*="language-"] { + background: #2d2d2d; +} + +/* Inline code */ +:not(pre) > code[class*="language-"] { + padding: .1em; + border-radius: .3em; + white-space: normal; +} + +.token.comment, +.token.block-comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: #999; +} + +.token.punctuation { + color: #ccc; +} + +.token.tag, +.token.attr-name, +.token.namespace, +.token.deleted { + color: #e2777a; +} + +.token.function-name { + color: #6196cc; +} + +.token.boolean, +.token.number, +.token.function { + color: #f08d49; +} + +.token.property, +.token.class-name, +.token.constant, +.token.symbol { + color: #f8c555; +} + +.token.selector, +.token.important, +.token.atrule, +.token.keyword, +.token.builtin { + color: #cc99cd; +} + +.token.string, +.token.char, +.token.attr-value, +.token.regex, +.token.variable { + color: #7ec699; +} + +.token.operator, +.token.entity, +.token.url { + color: #67cdcc; +} + +.token.important, +.token.bold { + font-weight: bold; +} +.token.italic { + font-style: italic; +} + +.token.entity { + cursor: help; +} + +.token.inserted { + color: green; +} + diff --git a/web/modules/custom/agaric_prism/prism.js b/web/modules/custom/agaric_prism/prism.js new file mode 100644 index 0000000..c52096e --- /dev/null +++ b/web/modules/custom/agaric_prism/prism.js @@ -0,0 +1,15 @@ +/* PrismJS 1.15.0 +https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+bash+django+markup-templating+php+php-extras+python+yaml+twig */ +var _self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},Prism=function(){var e=/\blang(?:uage)?-([\w-]+)\b/i,t=0,n=_self.Prism={manual:_self.Prism&&_self.Prism.manual,disableWorkerMessageHandler:_self.Prism&&_self.Prism.disableWorkerMessageHandler,util:{encode:function(e){return e instanceof a?new a(e.type,n.util.encode(e.content),e.alias):"Array"===n.util.type(e)?e.map(n.util.encode):e.replace(/&/g,"&").replace(/e.length)return;if(!(w instanceof s)){if(m&&b!=t.length-1){h.lastIndex=k;var _=h.exec(e);if(!_)break;for(var j=_.index+(d?_[1].length:0),P=_.index+_[0].length,A=b,x=k,O=t.length;O>A&&(P>x||!t[A].type&&!t[A-1].greedy);++A)x+=t[A].length,j>=x&&(++b,k=x);if(t[b]instanceof s)continue;I=A-b,w=e.slice(k,x),_.index-=k}else{h.lastIndex=0;var _=h.exec(w),I=1}if(_){d&&(p=_[1]?_[1].length:0);var j=_.index+p,_=_[0].slice(p),P=j+_.length,N=w.slice(0,j),S=w.slice(P),C=[b,I];N&&(++b,k+=N.length,C.push(N));var E=new s(u,f?n.tokenize(_,f):_,y,_,m);if(C.push(E),S&&C.push(S),Array.prototype.splice.apply(t,C),1!=I&&n.matchGrammar(e,t,a,b,k,!0,u),i)break}else if(i)break}}}}},tokenize:function(e,t){var a=[e],r=t.rest;if(r){for(var l in r)t[l]=r[l];delete t.rest}return n.matchGrammar(e,a,t,0,0,!1),a},hooks:{all:{},add:function(e,t){var a=n.hooks.all;a[e]=a[e]||[],a[e].push(t)},run:function(e,t){var a=n.hooks.all[e];if(a&&a.length)for(var r,l=0;r=a[l++];)r(t)}}},a=n.Token=function(e,t,n,a,r){this.type=e,this.content=t,this.alias=n,this.length=0|(a||"").length,this.greedy=!!r};if(a.stringify=function(e,t,r){if("string"==typeof e)return e;if("Array"===n.util.type(e))return e.map(function(n){return a.stringify(n,t,e)}).join("");var l={type:e.type,content:a.stringify(e.content,t,r),tag:"span",classes:["token",e.type],attributes:{},language:t,parent:r};if(e.alias){var i="Array"===n.util.type(e.alias)?e.alias:[e.alias];Array.prototype.push.apply(l.classes,i)}n.hooks.run("wrap",l);var o=Object.keys(l.attributes).map(function(e){return e+'="'+(l.attributes[e]||"").replace(/"/g,""")+'"'}).join(" ");return"<"+l.tag+' class="'+l.classes.join(" ")+'"'+(o?" "+o:"")+">"+l.content+""},!_self.document)return _self.addEventListener?(n.disableWorkerMessageHandler||_self.addEventListener("message",function(e){var t=JSON.parse(e.data),a=t.language,r=t.code,l=t.immediateClose;_self.postMessage(n.highlight(r,n.languages[a],a)),l&&_self.close()},!1),_self.Prism):_self.Prism;var r=document.currentScript||[].slice.call(document.getElementsByTagName("script")).pop();return r&&(n.filename=r.src,n.manual||r.hasAttribute("data-manual")||("loading"!==document.readyState?window.requestAnimationFrame?window.requestAnimationFrame(n.highlightAll):window.setTimeout(n.highlightAll,16):document.addEventListener("DOMContentLoaded",n.highlightAll))),_self.Prism}();"undefined"!=typeof module&&module.exports&&(module.exports=Prism),"undefined"!=typeof global&&(global.Prism=Prism); +Prism.languages.markup={comment://,prolog:/<\?[\s\S]+?\?>/,doctype://i,cdata://i,tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/i,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+)/i,inside:{punctuation:[/^=/,{pattern:/(^|[^\\])["']/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/&#?[\da-z]{1,8};/i},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.hooks.add("wrap",function(a){"entity"===a.type&&(a.attributes.title=a.content.replace(/&/,"&"))}),Prism.languages.xml=Prism.languages.markup,Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup; +Prism.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-]+?[\s\S]*?(?:;|(?=\s*\{))/i,inside:{rule:/@[\w-]+/}},url:/url\((?:(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,selector:/[^{}\s][^{};]*?(?=\s*\{)/,string:{pattern:/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},property:/[-_a-z\xA0-\uFFFF][-\w\xA0-\uFFFF]*(?=\s*:)/i,important:/!important\b/i,"function":/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:,]/},Prism.languages.css.atrule.inside.rest=Prism.languages.css,Prism.languages.markup&&(Prism.languages.insertBefore("markup","tag",{style:{pattern:/()[\s\S]*?(?=<\/style>)/i,lookbehind:!0,inside:Prism.languages.css,alias:"language-css",greedy:!0}}),Prism.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/\s*style=("|')(?:\\[\s\S]|(?!\1)[^\\])*\1/i,inside:{"attr-name":{pattern:/^\s*style/i,inside:Prism.languages.markup.tag.inside},punctuation:/^\s*=\s*['"]|['"]\s*$/,"attr-value":{pattern:/.+/i,inside:Prism.languages.css}},alias:"language-css"}},Prism.languages.markup.tag)); +Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,"boolean":/\b(?:true|false)\b/,"function":/\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,punctuation:/[{}[\];(),.:]/}; +Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])[_$A-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\.(?:prototype|constructor))/,lookbehind:!0}],keyword:[{pattern:/((?:^|})\s*)(?:catch|finally)\b/,lookbehind:!0},/\b(?:as|async|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/],number:/\b(?:(?:0[xX][\dA-Fa-f]+|0[bB][01]+|0[oO][0-7]+)n?|\d+n|NaN|Infinity)\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee][+-]?\d+)?/,"function":/[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*\(|\.(?:apply|bind|call)\()/,operator:/-[-=]?|\+[+=]?|!=?=?|<>?>?=?|=(?:==?|>)?|&[&=]?|\|[|=]?|\*\*?=?|\/=?|~|\^=?|%=?|\?|\.{3}/}),Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|interface|extends|implements|instanceof|new)\s+)[\w.\\]+/,Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s])\s*)\/(\[(?:[^\]\\\r\n]|\\.)*]|\\.|[^\/\\\[\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})\]]))/,lookbehind:!0,greedy:!0},"function-variable":{pattern:/[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\([^()]*\)|[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)\s*=>))/i,alias:"function"},parameter:[{pattern:/(function(?:\s+[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)?\s*\(\s*)[^\s()][^()]*?(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*=>)/,inside:Prism.languages.javascript},{pattern:/(\(\s*)[^\s()][^()]*?(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*\s*)\(\s*)[^\s()][^()]*?(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z][A-Z\d_]*\b/}),Prism.languages.insertBefore("javascript","string",{"template-string":{pattern:/`(?:\\[\s\S]|\${[^}]+}|[^\\`])*`/,greedy:!0,inside:{interpolation:{pattern:/\${[^}]+}/,inside:{"interpolation-punctuation":{pattern:/^\${|}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}}}),Prism.languages.markup&&Prism.languages.insertBefore("markup","tag",{script:{pattern:/()[\s\S]*?(?=<\/script>)/i,lookbehind:!0,inside:Prism.languages.javascript,alias:"language-javascript",greedy:!0}}),Prism.languages.js=Prism.languages.javascript; +!function(e){var t={variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--?|-=|\+\+?|\+=|!=?|~|\*\*?|\*=|\/=?|%=?|<<=?|>>=?|<=?|>=?|==?|&&?|&=|\^=?|\|\|?|\|=|\?|:/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\([^)]+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},/\$(?:[\w#?*!@]+|\{[^}]+\})/i]};e.languages.bash={shebang:{pattern:/^#!\s*\/bin\/bash|^#!\s*\/bin\/sh/,alias:"important"},comment:{pattern:/(^|[^"{\\])#.*/,lookbehind:!0},string:[{pattern:/((?:^|[^<])<<\s*)["']?(\w+?)["']?\s*\r?\n(?:[\s\S])*?\r?\n\2/,lookbehind:!0,greedy:!0,inside:t},{pattern:/(["'])(?:\\[\s\S]|\$\([^)]+\)|`[^`]+`|(?!\1)[^\\])*\1/,greedy:!0,inside:t}],variable:t.variable,"function":{pattern:/(^|[\s;|&])(?:alias|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|builtin|bzip2|cal|cat|cd|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|comm|command|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|du|egrep|eject|enable|env|ethtool|eval|exec|expand|expect|export|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|getopts|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|hash|head|help|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logout|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|popd|pr|printcap|printenv|printf|ps|pushd|pv|pwd|quota|quotacheck|quotactl|ram|rar|rcp|read|readarray|readonly|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|shift|shopt|shutdown|sleep|slocate|sort|source|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tail|tar|tee|test|time|timeout|times|top|touch|tr|traceroute|trap|tsort|tty|type|ulimit|umask|umount|unalias|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yes|zip|zypper)(?=$|[\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&])(?:let|:|\.|if|then|else|elif|fi|for|break|continue|while|in|case|function|select|do|done|until|echo|exit|return|set|declare)(?=$|[\s;|&])/,lookbehind:!0},"boolean":{pattern:/(^|[\s;|&])(?:true|false)(?=$|[\s;|&])/,lookbehind:!0},operator:/&&?|\|\|?|==?|!=?|<<>|<=?|>=?|=~/,punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];]/};var a=t.variable[1].inside;a.string=e.languages.bash.string,a["function"]=e.languages.bash["function"],a.keyword=e.languages.bash.keyword,a["boolean"]=e.languages.bash["boolean"],a.operator=e.languages.bash.operator,a.punctuation=e.languages.bash.punctuation,e.languages.shell=e.languages.bash}(Prism); +var _django_template={property:{pattern:/(?:{{|{%)[\s\S]*?(?:%}|}})/g,greedy:!0,inside:{string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},keyword:/\b(?:\||load|verbatim|widthratio|ssi|firstof|for|url|ifchanged|csrf_token|lorem|ifnotequal|autoescape|now|templatetag|debug|cycle|ifequal|regroup|comment|filter|endfilter|if|spaceless|with|extends|block|include|else|empty|endif|endfor|as|endblock|endautoescape|endverbatim|trans|endtrans|[Tt]rue|[Ff]alse|[Nn]one|in|is|static|macro|endmacro|call|endcall|set|endset|raw|endraw)\b/,operator:/[-+=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]|\b(?:or|and|not)\b/,"function":/\b(?:_|abs|add|addslashes|attr|batch|callable|capfirst|capitalize|center|count|cut|d|date|default|default_if_none|defined|dictsort|dictsortreversed|divisibleby|e|equalto|escape|escaped|escapejs|even|filesizeformat|first|float|floatformat|force_escape|forceescape|format|get_digit|groupby|indent|int|iriencode|iterable|join|last|length|length_is|linebreaks|linebreaksbr|linenumbers|list|ljust|lower|make_list|map|mapping|number|odd|phone2numeric|pluralize|pprint|random|reject|rejectattr|removetags|replace|reverse|rjust|round|safe|safeseq|sameas|select|selectattr|sequence|slice|slugify|sort|string|stringformat|striptags|sum|time|timesince|timeuntil|title|trim|truncate|truncatechars|truncatechars_html|truncatewords|truncatewords_html|undefined|unordered_list|upper|urlencode|urlize|urlizetrunc|wordcount|wordwrap|xmlattr|yesno)\b/,important:/\b-?\d+(?:\.\d+)?\b/,variable:/\b\w+?\b/,punctuation:/[[\];(),.:]/}}};Prism.languages.django=Prism.languages.extend("markup",{comment:/(?:)/}),Prism.languages.django.tag.pattern=/<\/?(?!\d)[^\s>\/=$<]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^>=]+))?)*\s*\/?>/i,Prism.languages.insertBefore("django","entity",_django_template),Prism.languages.insertBefore("inside","tag",_django_template,Prism.languages.django.tag),Prism.languages.javascript&&(Prism.languages.insertBefore("inside","string",_django_template,Prism.languages.django.script),Prism.languages.django.script.inside.string.inside=_django_template),Prism.languages.css&&(Prism.languages.insertBefore("inside","atrule",{tag:_django_template.property},Prism.languages.django.style),Prism.languages.django.style.inside.string.inside=_django_template),Prism.languages.jinja2=Prism.languages.django; +Prism.languages["markup-templating"]={},Object.defineProperties(Prism.languages["markup-templating"],{buildPlaceholders:{value:function(e,t,n,a){e.language===t&&(e.tokenStack=[],e.code=e.code.replace(n,function(n){if("function"==typeof a&&!a(n))return n;for(var r=e.tokenStack.length;-1!==e.code.indexOf("___"+t.toUpperCase()+r+"___");)++r;return e.tokenStack[r]=n,"___"+t.toUpperCase()+r+"___"}),e.grammar=Prism.languages.markup)}},tokenizePlaceholders:{value:function(e,t){if(e.language===t&&e.tokenStack){e.grammar=Prism.languages[t];var n=0,a=Object.keys(e.tokenStack),r=function(o){if(!(n>=a.length))for(var i=0;i-1){++n;var f,u=l.substring(0,p),_=new Prism.Token(t,Prism.tokenize(s,e.grammar,t),"language-"+t,s),k=l.substring(p+("___"+t.toUpperCase()+c+"___").length);if(u||k?(f=[u,_,k].filter(function(e){return!!e}),r(f)):f=_,"string"==typeof g?Array.prototype.splice.apply(o,[i,1].concat(f)):g.content=f,n>=a.length)break}}else g.content&&"string"!=typeof g.content&&r(g.content)}};r(e.tokens)}}}}); +!function(e){e.languages.php=e.languages.extend("clike",{keyword:/\b(?:__halt_compiler|abstract|and|array|as|break|callable|case|catch|class|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|eval|exit|extends|final|finally|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|namespace|new|or|parent|print|private|protected|public|require|require_once|return|static|switch|throw|trait|try|unset|use|var|while|xor|yield)\b/i,"boolean":{pattern:/\b(?:false|true)\b/i,alias:"constant"},constant:[/\b[A-Z_][A-Z0-9_]*\b/,/\b(?:null)\b/i],comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0}}),e.languages.insertBefore("php","string",{"shell-comment":{pattern:/(^|[^\\])#.*/,lookbehind:!0,alias:"comment"}}),e.languages.insertBefore("php","keyword",{delimiter:{pattern:/\?>|<\?(?:php|=)?/i,alias:"important"},variable:/\$+(?:\w+\b|(?={))/i,"package":{pattern:/(\\|namespace\s+|use\s+)[\w\\]+/,lookbehind:!0,inside:{punctuation:/\\/}}}),e.languages.insertBefore("php","operator",{property:{pattern:/(->)[\w]+/,lookbehind:!0}});var n={pattern:/{\$(?:{(?:{[^{}]+}|[^{}]+)}|[^{}])+}|(^|[^\\{])\$+(?:\w+(?:\[.+?]|->\w+)*)/,lookbehind:!0,inside:{rest:e.languages.php}};e.languages.insertBefore("php","string",{"nowdoc-string":{pattern:/<<<'([^']+)'(?:\r\n?|\n)(?:.*(?:\r\n?|\n))*?\1;/,greedy:!0,alias:"string",inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},"heredoc-string":{pattern:/<<<(?:"([^"]+)"(?:\r\n?|\n)(?:.*(?:\r\n?|\n))*?\1;|([a-z_]\w*)(?:\r\n?|\n)(?:.*(?:\r\n?|\n))*?\2;)/i,greedy:!0,alias:"string",inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:n}},"single-quoted-string":{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0,alias:"string"},"double-quoted-string":{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,alias:"string",inside:{interpolation:n}}}),delete e.languages.php.string,e.hooks.add("before-tokenize",function(n){if(/(?:<\?php|<\?)/gi.test(n.code)){var t=/(?:<\?php|<\?)[\s\S]*?(?:\?>|$)/gi;e.languages["markup-templating"].buildPlaceholders(n,"php",t)}}),e.hooks.add("after-tokenize",function(n){e.languages["markup-templating"].tokenizePlaceholders(n,"php")})}(Prism); +Prism.languages.insertBefore("php","variable",{"this":/\$this\b/,global:/\$(?:_(?:SERVER|GET|POST|FILES|REQUEST|SESSION|ENV|COOKIE)|GLOBALS|HTTP_RAW_POST_DATA|argc|argv|php_errormsg|http_response_header)\b/,scope:{pattern:/\b[\w\\]+::/,inside:{keyword:/static|self|parent/,punctuation:/::|\\/}}}); +Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0},"string-interpolation":{pattern:/(?:f|rf|fr)(?:("""|''')[\s\S]+?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:{{)*){(?!{)(?:[^{}]|{(?!{)(?:[^{}]|{(?!{)(?:[^{}])+})+})+}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|rb|br)?("""|''')[\s\S]+?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|rb|br)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},"function":{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^\s*)@\w+(?:\.\w+)*/i,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:and|as|assert|async|await|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,"boolean":/\b(?:True|False|None)\b/,number:/(?:\b(?=\d)|\B(?=\.))(?:0[bo])?(?:(?:\d|0x[\da-f])[\da-f]*\.?\d*|\.\d+)(?:e[+-]?\d+)?j?\b/i,operator:/[-+%=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python; +Prism.languages.yaml={scalar:{pattern:/([\-:]\s*(?:![^\s]+)?[ \t]*[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)[^\r\n]+(?:\2[^\r\n]+)*)/,lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:/(\s*(?:^|[:\-,[{\r\n?])[ \t]*(?:![^\s]+)?[ \t]*)[^\r\n{[\]},#\s]+?(?=\s*:\s)/,lookbehind:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:/([:\-,[{]\s*(?:![^\s]+)?[ \t]*)(?:\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?)?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?)(?=[ \t]*(?:$|,|]|}))/m,lookbehind:!0,alias:"number"},"boolean":{pattern:/([:\-,[{]\s*(?:![^\s]+)?[ \t]*)(?:true|false)[ \t]*(?=$|,|]|})/im,lookbehind:!0,alias:"important"},"null":{pattern:/([:\-,[{]\s*(?:![^\s]+)?[ \t]*)(?:null|~)[ \t]*(?=$|,|]|})/im,lookbehind:!0,alias:"important"},string:{pattern:/([:\-,[{]\s*(?:![^\s]+)?[ \t]*)("|')(?:(?!\2)[^\\\r\n]|\\.)*\2(?=[ \t]*(?:$|,|]|}|\s*#))/m,lookbehind:!0,greedy:!0},number:{pattern:/([:\-,[{]\s*(?:![^\s]+)?[ \t]*)[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+\.?\d*|\.?\d+)(?:e[+-]?\d+)?|\.inf|\.nan)[ \t]*(?=$|,|]|})/im,lookbehind:!0},tag:/![^\s]+/,important:/[&*][\w]+/,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},Prism.languages.yml=Prism.languages.yaml; +Prism.languages.twig={comment:/\{#[\s\S]*?#\}/,tag:{pattern:/\{\{[\s\S]*?\}\}|\{%[\s\S]*?%\}/,inside:{ld:{pattern:/^(?:\{\{-?|\{%-?\s*\w+)/,inside:{punctuation:/^(?:\{\{|\{%)-?/,keyword:/\w+/}},rd:{pattern:/-?(?:%\}|\}\})$/,inside:{punctuation:/.*/}},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,inside:{punctuation:/^['"]|['"]$/}},keyword:/\b(?:even|if|odd)\b/,"boolean":/\b(?:true|false|null)\b/,number:/\b0x[\dA-Fa-f]+|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee][-+]?\d+)?/,operator:[{pattern:/(\s)(?:and|b-and|b-xor|b-or|ends with|in|is|matches|not|or|same as|starts with)(?=\s)/,lookbehind:!0},/[=<>]=?|!=|\*\*?|\/\/?|\?:?|[-+~%|]/],property:/\b[a-zA-Z_]\w*\b/,punctuation:/[()\[\]{}:.,]/}},other:{pattern:/\S(?:[\s\S]*\S)?/,inside:Prism.languages.markup}}; -- 2.45.2 From d4b055bcaeeba6c927ccf6d5f694f2dd52dc51f2 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Tue, 15 Jan 2019 10:18:46 -0600 Subject: [PATCH 002/459] Remove the agaric_prism module. The libraries are going to be added directly in the theme --- .../custom/agaric_prism/agaric_prism.info.yml | 5 - .../agaric_prism/agaric_prism.libraries.yml | 7 - .../custom/agaric_prism/agaric_prism.module | 5 - web/modules/custom/agaric_prism/prism.css | 124 ------------------ web/modules/custom/agaric_prism/prism.js | 15 --- 5 files changed, 156 deletions(-) delete mode 100644 web/modules/custom/agaric_prism/agaric_prism.info.yml delete mode 100644 web/modules/custom/agaric_prism/agaric_prism.libraries.yml delete mode 100644 web/modules/custom/agaric_prism/agaric_prism.module delete mode 100644 web/modules/custom/agaric_prism/prism.css delete mode 100644 web/modules/custom/agaric_prism/prism.js diff --git a/web/modules/custom/agaric_prism/agaric_prism.info.yml b/web/modules/custom/agaric_prism/agaric_prism.info.yml deleted file mode 100644 index 564fc3b..0000000 --- a/web/modules/custom/agaric_prism/agaric_prism.info.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: Agaric Prism. -description: Provides a basic prism integration. It just includes the JS and the CSS file. -package: Custom -type: module -core: 8.x diff --git a/web/modules/custom/agaric_prism/agaric_prism.libraries.yml b/web/modules/custom/agaric_prism/agaric_prism.libraries.yml deleted file mode 100644 index 987b3e2..0000000 --- a/web/modules/custom/agaric_prism/agaric_prism.libraries.yml +++ /dev/null @@ -1,7 +0,0 @@ -agaric_prism: - version: 1.15.0 - css: - theme: - prism.css: {} - js: - prism.js: {} diff --git a/web/modules/custom/agaric_prism/agaric_prism.module b/web/modules/custom/agaric_prism/agaric_prism.module deleted file mode 100644 index 5a4df9f..0000000 --- a/web/modules/custom/agaric_prism/agaric_prism.module +++ /dev/null @@ -1,5 +0,0 @@ - code[class*="language-"], -pre[class*="language-"] { - background: #2d2d2d; -} - -/* Inline code */ -:not(pre) > code[class*="language-"] { - padding: .1em; - border-radius: .3em; - white-space: normal; -} - -.token.comment, -.token.block-comment, -.token.prolog, -.token.doctype, -.token.cdata { - color: #999; -} - -.token.punctuation { - color: #ccc; -} - -.token.tag, -.token.attr-name, -.token.namespace, -.token.deleted { - color: #e2777a; -} - -.token.function-name { - color: #6196cc; -} - -.token.boolean, -.token.number, -.token.function { - color: #f08d49; -} - -.token.property, -.token.class-name, -.token.constant, -.token.symbol { - color: #f8c555; -} - -.token.selector, -.token.important, -.token.atrule, -.token.keyword, -.token.builtin { - color: #cc99cd; -} - -.token.string, -.token.char, -.token.attr-value, -.token.regex, -.token.variable { - color: #7ec699; -} - -.token.operator, -.token.entity, -.token.url { - color: #67cdcc; -} - -.token.important, -.token.bold { - font-weight: bold; -} -.token.italic { - font-style: italic; -} - -.token.entity { - cursor: help; -} - -.token.inserted { - color: green; -} - diff --git a/web/modules/custom/agaric_prism/prism.js b/web/modules/custom/agaric_prism/prism.js deleted file mode 100644 index c52096e..0000000 --- a/web/modules/custom/agaric_prism/prism.js +++ /dev/null @@ -1,15 +0,0 @@ -/* PrismJS 1.15.0 -https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+bash+django+markup-templating+php+php-extras+python+yaml+twig */ -var _self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},Prism=function(){var e=/\blang(?:uage)?-([\w-]+)\b/i,t=0,n=_self.Prism={manual:_self.Prism&&_self.Prism.manual,disableWorkerMessageHandler:_self.Prism&&_self.Prism.disableWorkerMessageHandler,util:{encode:function(e){return e instanceof a?new a(e.type,n.util.encode(e.content),e.alias):"Array"===n.util.type(e)?e.map(n.util.encode):e.replace(/&/g,"&").replace(/e.length)return;if(!(w instanceof s)){if(m&&b!=t.length-1){h.lastIndex=k;var _=h.exec(e);if(!_)break;for(var j=_.index+(d?_[1].length:0),P=_.index+_[0].length,A=b,x=k,O=t.length;O>A&&(P>x||!t[A].type&&!t[A-1].greedy);++A)x+=t[A].length,j>=x&&(++b,k=x);if(t[b]instanceof s)continue;I=A-b,w=e.slice(k,x),_.index-=k}else{h.lastIndex=0;var _=h.exec(w),I=1}if(_){d&&(p=_[1]?_[1].length:0);var j=_.index+p,_=_[0].slice(p),P=j+_.length,N=w.slice(0,j),S=w.slice(P),C=[b,I];N&&(++b,k+=N.length,C.push(N));var E=new s(u,f?n.tokenize(_,f):_,y,_,m);if(C.push(E),S&&C.push(S),Array.prototype.splice.apply(t,C),1!=I&&n.matchGrammar(e,t,a,b,k,!0,u),i)break}else if(i)break}}}}},tokenize:function(e,t){var a=[e],r=t.rest;if(r){for(var l in r)t[l]=r[l];delete t.rest}return n.matchGrammar(e,a,t,0,0,!1),a},hooks:{all:{},add:function(e,t){var a=n.hooks.all;a[e]=a[e]||[],a[e].push(t)},run:function(e,t){var a=n.hooks.all[e];if(a&&a.length)for(var r,l=0;r=a[l++];)r(t)}}},a=n.Token=function(e,t,n,a,r){this.type=e,this.content=t,this.alias=n,this.length=0|(a||"").length,this.greedy=!!r};if(a.stringify=function(e,t,r){if("string"==typeof e)return e;if("Array"===n.util.type(e))return e.map(function(n){return a.stringify(n,t,e)}).join("");var l={type:e.type,content:a.stringify(e.content,t,r),tag:"span",classes:["token",e.type],attributes:{},language:t,parent:r};if(e.alias){var i="Array"===n.util.type(e.alias)?e.alias:[e.alias];Array.prototype.push.apply(l.classes,i)}n.hooks.run("wrap",l);var o=Object.keys(l.attributes).map(function(e){return e+'="'+(l.attributes[e]||"").replace(/"/g,""")+'"'}).join(" ");return"<"+l.tag+' class="'+l.classes.join(" ")+'"'+(o?" "+o:"")+">"+l.content+""},!_self.document)return _self.addEventListener?(n.disableWorkerMessageHandler||_self.addEventListener("message",function(e){var t=JSON.parse(e.data),a=t.language,r=t.code,l=t.immediateClose;_self.postMessage(n.highlight(r,n.languages[a],a)),l&&_self.close()},!1),_self.Prism):_self.Prism;var r=document.currentScript||[].slice.call(document.getElementsByTagName("script")).pop();return r&&(n.filename=r.src,n.manual||r.hasAttribute("data-manual")||("loading"!==document.readyState?window.requestAnimationFrame?window.requestAnimationFrame(n.highlightAll):window.setTimeout(n.highlightAll,16):document.addEventListener("DOMContentLoaded",n.highlightAll))),_self.Prism}();"undefined"!=typeof module&&module.exports&&(module.exports=Prism),"undefined"!=typeof global&&(global.Prism=Prism); -Prism.languages.markup={comment://,prolog:/<\?[\s\S]+?\?>/,doctype://i,cdata://i,tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/i,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+)/i,inside:{punctuation:[/^=/,{pattern:/(^|[^\\])["']/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/&#?[\da-z]{1,8};/i},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.hooks.add("wrap",function(a){"entity"===a.type&&(a.attributes.title=a.content.replace(/&/,"&"))}),Prism.languages.xml=Prism.languages.markup,Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup; -Prism.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-]+?[\s\S]*?(?:;|(?=\s*\{))/i,inside:{rule:/@[\w-]+/}},url:/url\((?:(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,selector:/[^{}\s][^{};]*?(?=\s*\{)/,string:{pattern:/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},property:/[-_a-z\xA0-\uFFFF][-\w\xA0-\uFFFF]*(?=\s*:)/i,important:/!important\b/i,"function":/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:,]/},Prism.languages.css.atrule.inside.rest=Prism.languages.css,Prism.languages.markup&&(Prism.languages.insertBefore("markup","tag",{style:{pattern:/()[\s\S]*?(?=<\/style>)/i,lookbehind:!0,inside:Prism.languages.css,alias:"language-css",greedy:!0}}),Prism.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/\s*style=("|')(?:\\[\s\S]|(?!\1)[^\\])*\1/i,inside:{"attr-name":{pattern:/^\s*style/i,inside:Prism.languages.markup.tag.inside},punctuation:/^\s*=\s*['"]|['"]\s*$/,"attr-value":{pattern:/.+/i,inside:Prism.languages.css}},alias:"language-css"}},Prism.languages.markup.tag)); -Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,"boolean":/\b(?:true|false)\b/,"function":/\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,punctuation:/[{}[\];(),.:]/}; -Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])[_$A-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\.(?:prototype|constructor))/,lookbehind:!0}],keyword:[{pattern:/((?:^|})\s*)(?:catch|finally)\b/,lookbehind:!0},/\b(?:as|async|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/],number:/\b(?:(?:0[xX][\dA-Fa-f]+|0[bB][01]+|0[oO][0-7]+)n?|\d+n|NaN|Infinity)\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee][+-]?\d+)?/,"function":/[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*\(|\.(?:apply|bind|call)\()/,operator:/-[-=]?|\+[+=]?|!=?=?|<>?>?=?|=(?:==?|>)?|&[&=]?|\|[|=]?|\*\*?=?|\/=?|~|\^=?|%=?|\?|\.{3}/}),Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|interface|extends|implements|instanceof|new)\s+)[\w.\\]+/,Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s])\s*)\/(\[(?:[^\]\\\r\n]|\\.)*]|\\.|[^\/\\\[\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})\]]))/,lookbehind:!0,greedy:!0},"function-variable":{pattern:/[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\([^()]*\)|[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)\s*=>))/i,alias:"function"},parameter:[{pattern:/(function(?:\s+[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)?\s*\(\s*)[^\s()][^()]*?(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*=>)/,inside:Prism.languages.javascript},{pattern:/(\(\s*)[^\s()][^()]*?(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*\s*)\(\s*)[^\s()][^()]*?(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z][A-Z\d_]*\b/}),Prism.languages.insertBefore("javascript","string",{"template-string":{pattern:/`(?:\\[\s\S]|\${[^}]+}|[^\\`])*`/,greedy:!0,inside:{interpolation:{pattern:/\${[^}]+}/,inside:{"interpolation-punctuation":{pattern:/^\${|}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}}}),Prism.languages.markup&&Prism.languages.insertBefore("markup","tag",{script:{pattern:/()[\s\S]*?(?=<\/script>)/i,lookbehind:!0,inside:Prism.languages.javascript,alias:"language-javascript",greedy:!0}}),Prism.languages.js=Prism.languages.javascript; -!function(e){var t={variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--?|-=|\+\+?|\+=|!=?|~|\*\*?|\*=|\/=?|%=?|<<=?|>>=?|<=?|>=?|==?|&&?|&=|\^=?|\|\|?|\|=|\?|:/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\([^)]+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},/\$(?:[\w#?*!@]+|\{[^}]+\})/i]};e.languages.bash={shebang:{pattern:/^#!\s*\/bin\/bash|^#!\s*\/bin\/sh/,alias:"important"},comment:{pattern:/(^|[^"{\\])#.*/,lookbehind:!0},string:[{pattern:/((?:^|[^<])<<\s*)["']?(\w+?)["']?\s*\r?\n(?:[\s\S])*?\r?\n\2/,lookbehind:!0,greedy:!0,inside:t},{pattern:/(["'])(?:\\[\s\S]|\$\([^)]+\)|`[^`]+`|(?!\1)[^\\])*\1/,greedy:!0,inside:t}],variable:t.variable,"function":{pattern:/(^|[\s;|&])(?:alias|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|builtin|bzip2|cal|cat|cd|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|comm|command|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|du|egrep|eject|enable|env|ethtool|eval|exec|expand|expect|export|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|getopts|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|hash|head|help|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logout|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|popd|pr|printcap|printenv|printf|ps|pushd|pv|pwd|quota|quotacheck|quotactl|ram|rar|rcp|read|readarray|readonly|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|shift|shopt|shutdown|sleep|slocate|sort|source|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tail|tar|tee|test|time|timeout|times|top|touch|tr|traceroute|trap|tsort|tty|type|ulimit|umask|umount|unalias|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yes|zip|zypper)(?=$|[\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&])(?:let|:|\.|if|then|else|elif|fi|for|break|continue|while|in|case|function|select|do|done|until|echo|exit|return|set|declare)(?=$|[\s;|&])/,lookbehind:!0},"boolean":{pattern:/(^|[\s;|&])(?:true|false)(?=$|[\s;|&])/,lookbehind:!0},operator:/&&?|\|\|?|==?|!=?|<<>|<=?|>=?|=~/,punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];]/};var a=t.variable[1].inside;a.string=e.languages.bash.string,a["function"]=e.languages.bash["function"],a.keyword=e.languages.bash.keyword,a["boolean"]=e.languages.bash["boolean"],a.operator=e.languages.bash.operator,a.punctuation=e.languages.bash.punctuation,e.languages.shell=e.languages.bash}(Prism); -var _django_template={property:{pattern:/(?:{{|{%)[\s\S]*?(?:%}|}})/g,greedy:!0,inside:{string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},keyword:/\b(?:\||load|verbatim|widthratio|ssi|firstof|for|url|ifchanged|csrf_token|lorem|ifnotequal|autoescape|now|templatetag|debug|cycle|ifequal|regroup|comment|filter|endfilter|if|spaceless|with|extends|block|include|else|empty|endif|endfor|as|endblock|endautoescape|endverbatim|trans|endtrans|[Tt]rue|[Ff]alse|[Nn]one|in|is|static|macro|endmacro|call|endcall|set|endset|raw|endraw)\b/,operator:/[-+=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]|\b(?:or|and|not)\b/,"function":/\b(?:_|abs|add|addslashes|attr|batch|callable|capfirst|capitalize|center|count|cut|d|date|default|default_if_none|defined|dictsort|dictsortreversed|divisibleby|e|equalto|escape|escaped|escapejs|even|filesizeformat|first|float|floatformat|force_escape|forceescape|format|get_digit|groupby|indent|int|iriencode|iterable|join|last|length|length_is|linebreaks|linebreaksbr|linenumbers|list|ljust|lower|make_list|map|mapping|number|odd|phone2numeric|pluralize|pprint|random|reject|rejectattr|removetags|replace|reverse|rjust|round|safe|safeseq|sameas|select|selectattr|sequence|slice|slugify|sort|string|stringformat|striptags|sum|time|timesince|timeuntil|title|trim|truncate|truncatechars|truncatechars_html|truncatewords|truncatewords_html|undefined|unordered_list|upper|urlencode|urlize|urlizetrunc|wordcount|wordwrap|xmlattr|yesno)\b/,important:/\b-?\d+(?:\.\d+)?\b/,variable:/\b\w+?\b/,punctuation:/[[\];(),.:]/}}};Prism.languages.django=Prism.languages.extend("markup",{comment:/(?:)/}),Prism.languages.django.tag.pattern=/<\/?(?!\d)[^\s>\/=$<]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^>=]+))?)*\s*\/?>/i,Prism.languages.insertBefore("django","entity",_django_template),Prism.languages.insertBefore("inside","tag",_django_template,Prism.languages.django.tag),Prism.languages.javascript&&(Prism.languages.insertBefore("inside","string",_django_template,Prism.languages.django.script),Prism.languages.django.script.inside.string.inside=_django_template),Prism.languages.css&&(Prism.languages.insertBefore("inside","atrule",{tag:_django_template.property},Prism.languages.django.style),Prism.languages.django.style.inside.string.inside=_django_template),Prism.languages.jinja2=Prism.languages.django; -Prism.languages["markup-templating"]={},Object.defineProperties(Prism.languages["markup-templating"],{buildPlaceholders:{value:function(e,t,n,a){e.language===t&&(e.tokenStack=[],e.code=e.code.replace(n,function(n){if("function"==typeof a&&!a(n))return n;for(var r=e.tokenStack.length;-1!==e.code.indexOf("___"+t.toUpperCase()+r+"___");)++r;return e.tokenStack[r]=n,"___"+t.toUpperCase()+r+"___"}),e.grammar=Prism.languages.markup)}},tokenizePlaceholders:{value:function(e,t){if(e.language===t&&e.tokenStack){e.grammar=Prism.languages[t];var n=0,a=Object.keys(e.tokenStack),r=function(o){if(!(n>=a.length))for(var i=0;i-1){++n;var f,u=l.substring(0,p),_=new Prism.Token(t,Prism.tokenize(s,e.grammar,t),"language-"+t,s),k=l.substring(p+("___"+t.toUpperCase()+c+"___").length);if(u||k?(f=[u,_,k].filter(function(e){return!!e}),r(f)):f=_,"string"==typeof g?Array.prototype.splice.apply(o,[i,1].concat(f)):g.content=f,n>=a.length)break}}else g.content&&"string"!=typeof g.content&&r(g.content)}};r(e.tokens)}}}}); -!function(e){e.languages.php=e.languages.extend("clike",{keyword:/\b(?:__halt_compiler|abstract|and|array|as|break|callable|case|catch|class|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|eval|exit|extends|final|finally|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|namespace|new|or|parent|print|private|protected|public|require|require_once|return|static|switch|throw|trait|try|unset|use|var|while|xor|yield)\b/i,"boolean":{pattern:/\b(?:false|true)\b/i,alias:"constant"},constant:[/\b[A-Z_][A-Z0-9_]*\b/,/\b(?:null)\b/i],comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0}}),e.languages.insertBefore("php","string",{"shell-comment":{pattern:/(^|[^\\])#.*/,lookbehind:!0,alias:"comment"}}),e.languages.insertBefore("php","keyword",{delimiter:{pattern:/\?>|<\?(?:php|=)?/i,alias:"important"},variable:/\$+(?:\w+\b|(?={))/i,"package":{pattern:/(\\|namespace\s+|use\s+)[\w\\]+/,lookbehind:!0,inside:{punctuation:/\\/}}}),e.languages.insertBefore("php","operator",{property:{pattern:/(->)[\w]+/,lookbehind:!0}});var n={pattern:/{\$(?:{(?:{[^{}]+}|[^{}]+)}|[^{}])+}|(^|[^\\{])\$+(?:\w+(?:\[.+?]|->\w+)*)/,lookbehind:!0,inside:{rest:e.languages.php}};e.languages.insertBefore("php","string",{"nowdoc-string":{pattern:/<<<'([^']+)'(?:\r\n?|\n)(?:.*(?:\r\n?|\n))*?\1;/,greedy:!0,alias:"string",inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},"heredoc-string":{pattern:/<<<(?:"([^"]+)"(?:\r\n?|\n)(?:.*(?:\r\n?|\n))*?\1;|([a-z_]\w*)(?:\r\n?|\n)(?:.*(?:\r\n?|\n))*?\2;)/i,greedy:!0,alias:"string",inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:n}},"single-quoted-string":{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0,alias:"string"},"double-quoted-string":{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,alias:"string",inside:{interpolation:n}}}),delete e.languages.php.string,e.hooks.add("before-tokenize",function(n){if(/(?:<\?php|<\?)/gi.test(n.code)){var t=/(?:<\?php|<\?)[\s\S]*?(?:\?>|$)/gi;e.languages["markup-templating"].buildPlaceholders(n,"php",t)}}),e.hooks.add("after-tokenize",function(n){e.languages["markup-templating"].tokenizePlaceholders(n,"php")})}(Prism); -Prism.languages.insertBefore("php","variable",{"this":/\$this\b/,global:/\$(?:_(?:SERVER|GET|POST|FILES|REQUEST|SESSION|ENV|COOKIE)|GLOBALS|HTTP_RAW_POST_DATA|argc|argv|php_errormsg|http_response_header)\b/,scope:{pattern:/\b[\w\\]+::/,inside:{keyword:/static|self|parent/,punctuation:/::|\\/}}}); -Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0},"string-interpolation":{pattern:/(?:f|rf|fr)(?:("""|''')[\s\S]+?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:{{)*){(?!{)(?:[^{}]|{(?!{)(?:[^{}]|{(?!{)(?:[^{}])+})+})+}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|rb|br)?("""|''')[\s\S]+?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|rb|br)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},"function":{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^\s*)@\w+(?:\.\w+)*/i,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:and|as|assert|async|await|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,"boolean":/\b(?:True|False|None)\b/,number:/(?:\b(?=\d)|\B(?=\.))(?:0[bo])?(?:(?:\d|0x[\da-f])[\da-f]*\.?\d*|\.\d+)(?:e[+-]?\d+)?j?\b/i,operator:/[-+%=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python; -Prism.languages.yaml={scalar:{pattern:/([\-:]\s*(?:![^\s]+)?[ \t]*[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)[^\r\n]+(?:\2[^\r\n]+)*)/,lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:/(\s*(?:^|[:\-,[{\r\n?])[ \t]*(?:![^\s]+)?[ \t]*)[^\r\n{[\]},#\s]+?(?=\s*:\s)/,lookbehind:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:/([:\-,[{]\s*(?:![^\s]+)?[ \t]*)(?:\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?)?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?)(?=[ \t]*(?:$|,|]|}))/m,lookbehind:!0,alias:"number"},"boolean":{pattern:/([:\-,[{]\s*(?:![^\s]+)?[ \t]*)(?:true|false)[ \t]*(?=$|,|]|})/im,lookbehind:!0,alias:"important"},"null":{pattern:/([:\-,[{]\s*(?:![^\s]+)?[ \t]*)(?:null|~)[ \t]*(?=$|,|]|})/im,lookbehind:!0,alias:"important"},string:{pattern:/([:\-,[{]\s*(?:![^\s]+)?[ \t]*)("|')(?:(?!\2)[^\\\r\n]|\\.)*\2(?=[ \t]*(?:$|,|]|}|\s*#))/m,lookbehind:!0,greedy:!0},number:{pattern:/([:\-,[{]\s*(?:![^\s]+)?[ \t]*)[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+\.?\d*|\.?\d+)(?:e[+-]?\d+)?|\.inf|\.nan)[ \t]*(?=$|,|]|})/im,lookbehind:!0},tag:/![^\s]+/,important:/[&*][\w]+/,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},Prism.languages.yml=Prism.languages.yaml; -Prism.languages.twig={comment:/\{#[\s\S]*?#\}/,tag:{pattern:/\{\{[\s\S]*?\}\}|\{%[\s\S]*?%\}/,inside:{ld:{pattern:/^(?:\{\{-?|\{%-?\s*\w+)/,inside:{punctuation:/^(?:\{\{|\{%)-?/,keyword:/\w+/}},rd:{pattern:/-?(?:%\}|\}\})$/,inside:{punctuation:/.*/}},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,inside:{punctuation:/^['"]|['"]$/}},keyword:/\b(?:even|if|odd)\b/,"boolean":/\b(?:true|false|null)\b/,number:/\b0x[\dA-Fa-f]+|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee][-+]?\d+)?/,operator:[{pattern:/(\s)(?:and|b-and|b-xor|b-or|ends with|in|is|matches|not|or|same as|starts with)(?=\s)/,lookbehind:!0},/[=<>]=?|!=|\*\*?|\/\/?|\?:?|[-+~%|]/],property:/\b[a-zA-Z_]\w*\b/,punctuation:/[()\[\]{}:.,]/}},other:{pattern:/\S(?:[\s\S]*\S)?/,inside:Prism.languages.markup}}; -- 2.45.2 From dd3404a4576b4283f141fe027ece2a85ec5698da Mon Sep 17 00:00:00 2001 From: David Valdez Date: Tue, 15 Jan 2019 10:19:19 -0600 Subject: [PATCH 003/459] Add the prism library in the theme --- web/themes/custom/agarica/agarica.info.yml | 1 + web/themes/custom/agarica/agarica.libraries.yml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/web/themes/custom/agarica/agarica.info.yml b/web/themes/custom/agarica/agarica.info.yml index 8fb747f..29615f6 100644 --- a/web/themes/custom/agarica/agarica.info.yml +++ b/web/themes/custom/agarica/agarica.info.yml @@ -27,6 +27,7 @@ regions: libraries: - agarica/global + - agarica/prism # This section is used by the contrib module, Component Libraries. It allows you # to reference .twig files in your sass/ directory by using the Twig namespace: diff --git a/web/themes/custom/agarica/agarica.libraries.yml b/web/themes/custom/agarica/agarica.libraries.yml index aee17d8..8591296 100644 --- a/web/themes/custom/agarica/agarica.libraries.yml +++ b/web/themes/custom/agarica/agarica.libraries.yml @@ -17,3 +17,11 @@ global: https://unpkg.com/ionicons@4.5.0/dist/ionicons.js: {} dependencies: - octavia/global + +prism: + version: 1.15.0 + css: + theme: + patternlibrary/agaric/css/prism.css: {} + js: + patternlibrary/agaric/js/prism.js: {} -- 2.45.2 From 10fcaf5a66052148f0fd5a58cc89c108bde902dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 12 Jan 2019 07:12:56 -0500 Subject: [PATCH 004/459] Update composer lock file with minor Indieweb module update --- composer.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 4e5e58f..4e0de9d 100644 --- a/composer.lock +++ b/composer.lock @@ -6830,7 +6830,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/indieweb", - "reference": "919c345257d82536c93b51098c2336749d346829" + "reference": "8f8fa941f3c02145260630fce7d6761be292227c" }, "require": { "drupal/core": "~8.0", @@ -6851,8 +6851,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-rc1+16-dev", - "datestamp": "1546249680", + "version": "8.x-1.0-rc2+1-dev", + "datestamp": "1546513680", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6881,7 +6881,7 @@ "support": { "source": "http://cgit.drupalcode.org/indieweb" }, - "time": "2019-01-03T11:07:37+00:00" + "time": "2019-01-11T10:40:10+00:00" }, { "name": "drupal/menu_trail_by_path", -- 2.45.2 From 6edad6532942a4dbfbb361a6731d59577c557ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 16 Jan 2019 16:43:32 -0500 Subject: [PATCH 005/459] Add stub of RSS teaser work --- ...tity_view_display.node.blog.rss_teaser.yml | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 config/sync/core.entity_view_display.node.blog.rss_teaser.yml diff --git a/config/sync/core.entity_view_display.node.blog.rss_teaser.yml b/config/sync/core.entity_view_display.node.blog.rss_teaser.yml new file mode 100644 index 0000000..12a99b2 --- /dev/null +++ b/config/sync/core.entity_view_display.node.blog.rss_teaser.yml @@ -0,0 +1,56 @@ +uuid: d29088c7-133a-4d1b-8ff0-ec4e84315a37 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.rss_teaser + - field.field.node.blog.body + - field.field.node.blog.comment + - field.field.node.blog.field_authors + - field.field.node.blog.field_body_paragraph + - field.field.node.blog.field_image + - field.field.node.blog.field_meta_tags + - field.field.node.blog.field_summary + - field.field.node.blog.field_tags + - field.field.node.blog.field_topics + - node.type.blog + module: + - ds + - user +third_party_settings: + ds: + layout: + id: ds_1col + library: null + disable_css: false + entity_classes: all_classes + settings: + wrappers: + ds_content: div + outer_wrapper: div + attributes: '' + link_attribute: '' + link_custom: '' + classes: + layout_class: { } + regions: { } +_core: + default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM +id: node.blog.rss_teaser +targetEntityType: node +bundle: blog +mode: rss_teaser +content: { } +hidden: + body: true + comment: true + field_authors: true + field_body_paragraph: true + field_image: true + field_meta_tags: true + field_summary: true + field_tags: true + field_topics: true + indieweb_bridgypublishtwitter: true + indieweb_syndication: true + links: true -- 2.45.2 From bbc1c1726c628723ee18fd6c99034ae1d4bd3851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 16 Jan 2019 16:55:44 -0500 Subject: [PATCH 006/459] Update Pattern Library (David's work) --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 9202c18..1fad609 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 9202c18351da9ad848651ee901634bf9a9124bb3 +Subproject commit 1fad6093ad98ecbd4464e23aebd9d48af9c7be28 -- 2.45.2 From ba1a63a95c875ec63d613044a1d9852966bdb3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 16 Jan 2019 19:10:08 -0500 Subject: [PATCH 007/459] Update composer lock file with latest Drupal --- composer.lock | 233 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 138 insertions(+), 95 deletions(-) diff --git a/composer.lock b/composer.lock index 4e0de9d..98d4f90 100644 --- a/composer.lock +++ b/composer.lock @@ -138,16 +138,16 @@ }, { "name": "behat/gherkin", - "version": "v4.5.1", + "version": "v4.6.0", "source": { "type": "git", "url": "https://github.com/Behat/Gherkin.git", - "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a" + "reference": "ab0a02ea14893860bca00f225f5621d351a3ad07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a", - "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a", + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/ab0a02ea14893860bca00f225f5621d351a3ad07", + "reference": "ab0a02ea14893860bca00f225f5621d351a3ad07", "shasum": "" }, "require": { @@ -155,8 +155,8 @@ }, "require-dev": { "phpunit/phpunit": "~4.5|~5", - "symfony/phpunit-bridge": "~2.7|~3", - "symfony/yaml": "~2.3|~3" + "symfony/phpunit-bridge": "~2.7|~3|~4", + "symfony/yaml": "~2.3|~3|~4" }, "suggest": { "symfony/yaml": "If you want to parse features, represented in YAML files" @@ -193,7 +193,7 @@ "gherkin", "parser" ], - "time": "2017-08-30T11:04:43+00:00" + "time": "2019-01-16T14:22:17+00:00" }, { "name": "behat/mink", @@ -410,22 +410,22 @@ }, { "name": "caxy/php-htmldiff", - "version": "v0.1.7", + "version": "v0.1.8", "source": { "type": "git", "url": "https://github.com/caxy/php-htmldiff.git", - "reference": "48c70a963e803b93fe68a191e62d0770b5446f0b" + "reference": "6f39bc3717f1d3f915542e431c6c30e43bfe6b7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/48c70a963e803b93fe68a191e62d0770b5446f0b", - "reference": "48c70a963e803b93fe68a191e62d0770b5446f0b", + "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/6f39bc3717f1d3f915542e431c6c30e43bfe6b7c", + "reference": "6f39bc3717f1d3f915542e431c6c30e43bfe6b7c", "shasum": "" }, "require": { "ezyang/htmlpurifier": "^4.7", - "php": ">=5.3.3", - "sunra/php-simple-html-dom-parser": "^1.5" + "kub-at/php-simple-html-dom-parser": "^1.7", + "php": ">=5.3.3" }, "require-dev": { "doctrine/cache": "~1.0", @@ -462,7 +462,7 @@ "diff", "html" ], - "time": "2018-03-15T21:23:44+00:00" + "time": "2019-01-15T19:49:36+00:00" }, { "name": "cebe/markdown", @@ -2346,7 +2346,7 @@ }, "drupal": { "version": "8.x-1.25", - "datestamp": "1542915180", + "datestamp": "1542915384", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2417,7 +2417,7 @@ }, "drupal": { "version": "8.x-1.25", - "datestamp": "1542915180", + "datestamp": "1542915384", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3681,16 +3681,16 @@ }, { "name": "drupal/core", - "version": "8.6.5", + "version": "8.6.7", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "b66c9334d4a4264589c8b8a2fef73eefcb34a26e" + "reference": "e0a09bda1da7552204464894811a59387608c9f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/b66c9334d4a4264589c8b8a2fef73eefcb34a26e", - "reference": "b66c9334d4a4264589c8b8a2fef73eefcb34a26e", + "url": "https://api.github.com/repos/drupal/core/zipball/e0a09bda1da7552204464894811a59387608c9f9", + "reference": "e0a09bda1da7552204464894811a59387608c9f9", "shasum": "" }, "require": { @@ -3734,6 +3734,7 @@ "symfony/validator": "~3.4.0", "symfony/yaml": "~3.4.5", "twig/twig": "^1.35.0", + "typo3/phar-stream-wrapper": "^2.0.1", "zendframework/zend-diactoros": "^1.1", "zendframework/zend-feed": "^2.4" }, @@ -3915,7 +3916,7 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "time": "2019-01-02T21:52:52+00:00" + "time": "2019-01-16T23:30:03+00:00" }, { "name": "drupal/ctools", @@ -6493,10 +6494,6 @@ "name": "golddragon007", "homepage": "https://www.drupal.org/user/2723471" }, - { - "name": "james.williams", - "homepage": "https://www.drupal.org/user/592268" - }, { "name": "lbesenyei", "homepage": "https://www.drupal.org/user/2626013" @@ -6553,6 +6550,10 @@ { "name": "kristiaanvandeneynde", "homepage": "https://www.drupal.org/user/1345130" + }, + { + "name": "ronaldtebrake", + "homepage": "https://www.drupal.org/user/2314038" } ], "description": "Enables Group functionality for the Node module", @@ -6656,6 +6657,10 @@ { "name": "kristiaanvandeneynde", "homepage": "https://www.drupal.org/user/1345130" + }, + { + "name": "ronaldtebrake", + "homepage": "https://www.drupal.org/user/2314038" } ], "description": "This module allows you to group users, content and other entities", @@ -6830,7 +6835,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/indieweb", - "reference": "8f8fa941f3c02145260630fce7d6761be292227c" + "reference": "935910ad46019a99d6e1d47d52a254cc8bb0f904" }, "require": { "drupal/core": "~8.0", @@ -6851,8 +6856,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-rc2+1-dev", - "datestamp": "1546513680", + "version": "8.x-1.0-rc2+2-dev", + "datestamp": "1547203384", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6881,7 +6886,7 @@ "support": { "source": "http://cgit.drupalcode.org/indieweb" }, - "time": "2019-01-11T10:40:10+00:00" + "time": "2019-01-13T11:49:55+00:00" }, { "name": "drupal/menu_trail_by_path", @@ -9616,6 +9621,52 @@ "description": "Highlight PHP code in terminal", "time": "2018-09-29T18:48:56+00:00" }, + { + "name": "kub-at/php-simple-html-dom-parser", + "version": "1.7.1", + "source": { + "type": "git", + "url": "https://github.com/Kub-AT/php-simple-html-dom-parser.git", + "reference": "7a745b20157efb0f1be3021394769bd6b8e9ed4e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Kub-AT/php-simple-html-dom-parser/zipball/7a745b20157efb0f1be3021394769bd6b8e9ed4e", + "reference": "7a745b20157efb0f1be3021394769bd6b8e9ed4e", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "type": "library", + "autoload": { + "psr-0": { + "KubAT\\PhpSimple\\HtmlDomParser": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "S.C. Chen", + "email": "me578022@gmail.com" + }, + { + "name": "Jakub Stawowy", + "email": "Kub-AT@users.noreply.github.com" + } + ], + "description": "PHP Simple HTML DOM Parser with namespace and PHP 7.3 compatible", + "homepage": "http://simplehtmldom.sourceforge.net/", + "keywords": [ + "Simple", + "dom", + "html" + ], + "time": "2019-01-02T14:33:28+00:00" + }, { "name": "lcobucci/jwt", "version": "3.2.5", @@ -9901,16 +9952,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.1.1", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "8aae5b59b83bb4d0dbf07b0a835f2680a658f610" + "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8aae5b59b83bb4d0dbf07b0a835f2680a658f610", - "reference": "8aae5b59b83bb4d0dbf07b0a835f2680a658f610", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/594bcae1fc0bccd3993d2f0d61a018e26ac2865a", + "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a", "shasum": "" }, "require": { @@ -9926,7 +9977,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.1-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -9948,7 +9999,7 @@ "parser", "php" ], - "time": "2018-12-26T11:32:39+00:00" + "time": "2019-01-12T16:31:37+00:00" }, { "name": "p3k/http", @@ -10129,16 +10180,16 @@ }, { "name": "p3k/xray", - "version": "v1.8.1", + "version": "v1.8.2", "source": { "type": "git", "url": "https://github.com/aaronpk/XRay.git", - "reference": "bed6efba29cdd07ae149ad229d7e481477a5ba91" + "reference": "5b779feb8a13c259d253a8d45202ac489b0bc32c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aaronpk/XRay/zipball/bed6efba29cdd07ae149ad229d7e481477a5ba91", - "reference": "bed6efba29cdd07ae149ad229d7e481477a5ba91", + "url": "https://api.github.com/repos/aaronpk/XRay/zipball/5b779feb8a13c259d253a8d45202ac489b0bc32c", + "reference": "5b779feb8a13c259d253a8d45202ac489b0bc32c", "shasum": "" }, "require": { @@ -10174,7 +10225,7 @@ ], "description": "X-Ray returns structured data from any URL", "homepage": "https://github.com/aaronpk/XRay", - "time": "2018-11-09T18:57:29+00:00" + "time": "2019-01-15T19:30:03+00:00" }, { "name": "paragonie/random_compat", @@ -10534,54 +10585,6 @@ ], "time": "2017-11-18T14:57:29+00:00" }, - { - "name": "sunra/php-simple-html-dom-parser", - "version": "v1.5.2", - "source": { - "type": "git", - "url": "https://github.com/sunra/php-simple-html-dom-parser.git", - "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6", - "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": ">=5.3.2" - }, - "type": "library", - "autoload": { - "psr-0": { - "Sunra\\PhpSimple\\HtmlDomParser": "Src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Sunra", - "email": "sunra@yandex.ru", - "homepage": "https://github.com/sunra" - }, - { - "name": "S.C. Chen", - "homepage": "http://sourceforge.net/projects/simplehtmldom/" - } - ], - "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.", - "homepage": "https://github.com/sunra/php-simple-html-dom-parser", - "keywords": [ - "dom", - "html", - "parser" - ], - "time": "2016-11-22T22:57:47+00:00" - }, { "name": "symfony-cmf/routing", "version": "1.4.1", @@ -12213,20 +12216,20 @@ }, { "name": "twig/twig", - "version": "v1.36.0", + "version": "v1.37.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "730c9c4471b5152d23061feb02b03382264c8a15" + "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/730c9c4471b5152d23061feb02b03382264c8a15", - "reference": "730c9c4471b5152d23061feb02b03382264c8a15", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/66be9366c76cbf23e82e7171d47cbfa54a057a62", + "reference": "66be9366c76cbf23e82e7171d47cbfa54a057a62", "shasum": "" }, "require": { - "php": ">=5.3.3", + "php": ">=5.4.0", "symfony/polyfill-ctype": "^1.8" }, "require-dev": { @@ -12237,7 +12240,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.36-dev" + "dev-master": "1.37-dev" } }, "autoload": { @@ -12275,7 +12278,47 @@ "keywords": [ "templating" ], - "time": "2018-12-16T10:34:11+00:00" + "time": "2019-01-14T14:59:29+00:00" + }, + { + "name": "typo3/phar-stream-wrapper", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/TYPO3/phar-stream-wrapper.git", + "reference": "0469d9fefa0146ea4299d3b11cfbb76faa7045bf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/0469d9fefa0146ea4299d3b11cfbb76faa7045bf", + "reference": "0469d9fefa0146ea4299d3b11cfbb76faa7045bf", + "shasum": "" + }, + "require": { + "php": "^5.3.3|^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36" + }, + "type": "library", + "autoload": { + "psr-4": { + "TYPO3\\PharStreamWrapper\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Interceptors for PHP's native phar:// stream handling", + "homepage": "https://typo3.org/", + "keywords": [ + "phar", + "php", + "security", + "stream-wrapper" + ], + "time": "2018-10-18T08:46:28+00:00" }, { "name": "webflo/drupal-finder", -- 2.45.2 From 722c7acc986cf0a897e3031693203d5be009bc65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 17 Jan 2019 05:02:58 -0500 Subject: [PATCH 008/459] Update ignored redirect 404 settings from live --- config/sync/redirect_404.settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sync/redirect_404.settings.yml b/config/sync/redirect_404.settings.yml index 2056191..3cfb50b 100644 --- a/config/sync/redirect_404.settings.yml +++ b/config/sync/redirect_404.settings.yml @@ -1,5 +1,5 @@ row_limit: 10000 -pages: '' +pages: "/wp-login.php\r\n/\r\n/xmlrpc.php\r\n/\r\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/module.php?echo%2027ebdd36a8ac535e55aaeb6abf8a769d&feature=shell\r\n/\r\n/.well-known/assetlinks.json\r\n/\r\n/plus/read.php\r\n/\r\n/servlet?jumpto=status&p=login&q=loginForm\r\n/\r\n/data/cache/asd.php\r\n/\r\n/data/cache/flye.php\r\n/\r\n/plus/result.php\r\n/\r\n/phpmyadmin\r\n/\r\n/fuck.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/wordpress/wp-login.php\r\n/\r\n/coon.php\r\n/\r\n/sqlite/sqlite-manager/main.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/dede/login.php\r\n/\r\n/blog/xmlrpc.php\r\n/\r\n/plus/90sec.php\r\n/\r\n/admin/login.php\r\n/\r\n/lx.php\r\n/\r\n/lequ.php\r\n/\r\n/blog/user/register\r\n/\r\n/payload.php\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/MYAdmin\r\n/\r\n/plus/mytag_js.php?aid=511348\r\n/\r\n/sb.php\r\n/\r\n/\r\n/sqlite/sqlitemanager/main.php\r\n/\r\n/mySqlDumper\r\n/\r\n/plus/mytag_js.php?aid=6022\r\n/\r\n/pmd/index.php\r\n/\r\n/sites/default/files/content-post.php\r\n/\r\n/gb.php\r\n/\r\n/s.php?c=echo%20InfoOS%3A%60uname%20-a%3Bid%60OSInfo%3B%20exit%3B\r\n/\r\n/modules/coder/coder_upgrade/scripts/coder_upgrade.run.php\r\n/\r\n/install/index.php.bak?insLockfile=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php&s_lang=a&step=11\r\n/\r\n/srv/svn/agaric/drupal-contrib/5/modules-all/transliteration/data/x6e.php\r\n/\r\n/config/secrets.yml\r\n/\r\n/ewebeditor/php/upload.php?action=save&language=en&style=toby57&type=FILE\r\n/\r\n/plus/da.php\r\n/\r\n/plus/car.php\n" suppress_404: false _core: default_config_hash: FgPCEDevf9dhNU_QB_fo-4AWxi0rrSZ2SGfd7bLNzLM -- 2.45.2 From a1edd2ed28789e2f98cdd4e7feccceb3cec1a292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 17 Jan 2019 05:07:11 -0500 Subject: [PATCH 009/459] Configure taxonomy term paths --- .../pathauto.pattern.vocabulary_terms.yml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 config/sync/pathauto.pattern.vocabulary_terms.yml diff --git a/config/sync/pathauto.pattern.vocabulary_terms.yml b/config/sync/pathauto.pattern.vocabulary_terms.yml new file mode 100644 index 0000000..a5c8784 --- /dev/null +++ b/config/sync/pathauto.pattern.vocabulary_terms.yml @@ -0,0 +1,25 @@ +uuid: 45ca10be-f94d-408f-ade6-6c7ba90dc8b4 +langcode: en +status: true +dependencies: + module: + - ctools + - taxonomy +id: vocabulary_terms +label: 'Vocabulary Terms' +type: 'canonical_entities:taxonomy_term' +pattern: '/[term:vocabulary]/[term:name]' +selection_criteria: + 275b9758-36fd-4489-adc3-ca85343c3194: + id: 'entity_bundle:taxonomy_term' + bundles: + services: services + tags: tags + technologies: technologies + negate: false + context_mapping: + taxonomy_term: taxonomy_term + uuid: 275b9758-36fd-4489-adc3-ca85343c3194 +selection_logic: and +weight: -5 +relationships: { } -- 2.45.2 From 23401e513bb238a065e3c7e5d0e21327eccec668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 17 Jan 2019 05:07:59 -0500 Subject: [PATCH 010/459] Add Micky's tech & rev workshop form --- ...bform.attend_the_tech_and_rev_workshop.yml | 169 ++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 config/sync/webform.webform.attend_the_tech_and_rev_workshop.yml diff --git a/config/sync/webform.webform.attend_the_tech_and_rev_workshop.yml b/config/sync/webform.webform.attend_the_tech_and_rev_workshop.yml new file mode 100644 index 0000000..d7add9a --- /dev/null +++ b/config/sync/webform.webform.attend_the_tech_and_rev_workshop.yml @@ -0,0 +1,169 @@ +uuid: 23478458-4054-4226-beac-4aa007c044c3 +langcode: en +status: open +dependencies: { } +open: null +close: null +weight: 0 +uid: 20 +template: false +archive: false +id: attend_the_tech_and_rev_workshop +title: 'Attend the Tech and Rev Workshop' +description: '' +category: '' +elements: "intro:\n '#type': webform_markup\n '#markup': 'Register for the upcoming partipatory workshop on technology and revolution. The more people that RSVP the better we can prepare for the discussion.'\nyour_name:\n '#type': textfield\n '#title': 'Your Name'\norganization:\n '#type': textfield\n '#title': 'Your organization'\nattendee_number:\n '#type': number\n '#title': 'How many people are you bringing (including yourself)'\nemail:\n '#type': email\n '#title': 'Your email'\n '#description': 'Include your email address if you'd like to be added to Agaric's announcement list for future events.'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': Register" +css: '' +javascript: '' +settings: + ajax: false + ajax_scroll_top: form + page: true + page_submit_path: '' + page_confirm_path: '' + form_title: both + form_submit_once: false + form_exception_message: '' + form_open_message: '' + form_close_message: '' + form_previous_submissions: true + form_confidential: false + form_confidential_message: '' + form_remote_addr: true + form_convert_anonymous: false + form_prepopulate: false + form_prepopulate_source_entity: false + form_prepopulate_source_entity_required: false + form_prepopulate_source_entity_type: '' + form_reset: false + form_disable_autocomplete: false + form_novalidate: false + form_disable_inline_errors: false + form_required: false + form_unsaved: false + form_disable_back: false + form_submit_back: false + form_autofocus: false + form_details_toggle: false + form_access_denied: default + form_access_denied_title: '' + form_access_denied_message: '' + form_access_denied_attributes: { } + form_file_limit: '' + submission_label: '' + submission_log: false + submission_views: { } + submission_views_replace: { } + submission_user_columns: { } + submission_user_duplicate: false + submission_access_denied: default + submission_access_denied_title: '' + submission_access_denied_message: '' + submission_access_denied_attributes: { } + submission_exception_message: '' + submission_locked_message: '' + submission_excluded_elements: { } + submission_exclude_empty: false + submission_exclude_empty_checkbox: false + previous_submission_message: '' + previous_submissions_message: '' + autofill: false + autofill_message: '' + autofill_excluded_elements: { } + wizard_progress_bar: true + wizard_progress_pages: false + wizard_progress_percentage: false + wizard_progress_link: false + wizard_start_label: '' + wizard_preview_link: false + wizard_confirmation: true + wizard_confirmation_label: '' + wizard_track: '' + preview: 0 + preview_label: '' + preview_title: '' + preview_message: '' + preview_attributes: { } + preview_excluded_elements: { } + preview_exclude_empty: true + preview_exclude_empty_checkbox: false + draft: none + draft_multiple: false + draft_auto_save: false + draft_saved_message: '' + draft_loaded_message: '' + confirmation_type: message + confirmation_title: '' + confirmation_message: 'Thank you for registering for the event! We look forward to discussing tech and rev with you.' + confirmation_url: '' + confirmation_attributes: { } + confirmation_back: true + confirmation_back_label: '' + confirmation_back_attributes: { } + confirmation_exclude_query: false + confirmation_exclude_token: false + limit_total: null + limit_total_interval: null + limit_total_message: '' + limit_total_unique: false + limit_user: null + limit_user_interval: null + limit_user_message: '' + limit_user_unique: false + entity_limit_total: null + entity_limit_total_interval: null + entity_limit_user: null + entity_limit_user_interval: null + purge: none + purge_days: null + results_disabled: false + results_disabled_ignore: false + token_update: false +access: + create: + roles: + - anonymous + - authenticated + users: { } + permissions: { } + view_any: + roles: { } + users: { } + permissions: { } + update_any: + roles: { } + users: { } + permissions: { } + delete_any: + roles: { } + users: { } + permissions: { } + purge_any: + roles: { } + users: { } + permissions: { } + view_own: + roles: { } + users: { } + permissions: { } + update_own: + roles: { } + users: { } + permissions: { } + delete_own: + roles: { } + users: { } + permissions: { } + administer: + roles: { } + users: { } + permissions: { } + test: + roles: { } + users: { } + permissions: { } + configuration: + roles: { } + users: { } + permissions: { } +handlers: { } -- 2.45.2 From b049b761c3dba6f5781a03a0b29e6e92570b12d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 17 Jan 2019 05:08:34 -0500 Subject: [PATCH 011/459] Add public speaker webform --- .../sync/webform.webform.public_speaker.yml | 203 ++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 config/sync/webform.webform.public_speaker.yml diff --git a/config/sync/webform.webform.public_speaker.yml b/config/sync/webform.webform.public_speaker.yml new file mode 100644 index 0000000..1d502f2 --- /dev/null +++ b/config/sync/webform.webform.public_speaker.yml @@ -0,0 +1,203 @@ +uuid: 96093b9f-56f2-417a-a70a-0348e1fcc7c6 +langcode: en +status: open +dependencies: { } +open: null +close: null +weight: 0 +uid: 12 +template: false +archive: false +id: public_speaker +title: 'Public Speaker Request' +description: 'Book an Agaric for a presentation or lecture.' +category: '' +elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#middle__access': false\n '#suffix__access': false\n '#degree__access': false\nevent_theme:\n '#type': textfield\n '#title': 'Event theme'\n '#description': 'Is there an overall theme for this event?'\ndescription_of_event:\n '#type': textarea\n '#title': 'Description of event'\nevent_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event dates'\n '#date_date_datepicker_button': false\nevent_location:\n '#type': webform_address\n '#title': 'Event location'\nemail:\n '#type': email\n '#title': Email\n '#required': true\nconfirm_your_email:\n '#type': webform_email_confirm\n '#title': 'Confirm your email'\nphone:\n '#type': tel\n '#title': Phone\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nspecial_requests:\n '#type': textarea\n '#title': 'Special requests'\nbudget_for_speaker:\n '#type': number\n '#title': 'Budget for speaker'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite an Agaric to speak'" +css: '' +javascript: '' +settings: + ajax: false + ajax_scroll_top: form + page: true + page_submit_path: '' + page_confirm_path: '' + form_title: both + form_submit_once: false + form_exception_message: '' + form_open_message: '' + form_close_message: '' + form_previous_submissions: true + form_confidential: false + form_confidential_message: '' + form_remote_addr: true + form_convert_anonymous: false + form_prepopulate: false + form_prepopulate_source_entity: false + form_prepopulate_source_entity_required: false + form_prepopulate_source_entity_type: '' + form_reset: false + form_disable_autocomplete: false + form_novalidate: false + form_disable_inline_errors: false + form_required: false + form_unsaved: false + form_disable_back: false + form_submit_back: false + form_autofocus: false + form_details_toggle: false + form_access_denied: default + form_access_denied_title: '' + form_access_denied_message: '' + form_access_denied_attributes: { } + form_file_limit: '' + submission_label: '' + submission_log: false + submission_views: { } + submission_views_replace: { } + submission_user_columns: { } + submission_user_duplicate: false + submission_access_denied: default + submission_access_denied_title: '' + submission_access_denied_message: '' + submission_access_denied_attributes: { } + submission_exception_message: '' + submission_locked_message: '' + submission_excluded_elements: { } + submission_exclude_empty: false + submission_exclude_empty_checkbox: false + previous_submission_message: '' + previous_submissions_message: '' + autofill: false + autofill_message: '' + autofill_excluded_elements: { } + wizard_progress_bar: true + wizard_progress_pages: false + wizard_progress_percentage: false + wizard_progress_link: false + wizard_start_label: '' + wizard_preview_link: false + wizard_confirmation: true + wizard_confirmation_label: '' + wizard_track: '' + preview: 0 + preview_label: '' + preview_title: '' + preview_message: '' + preview_attributes: { } + preview_excluded_elements: { } + preview_exclude_empty: true + preview_exclude_empty_checkbox: false + draft: none + draft_multiple: false + draft_auto_save: false + draft_saved_message: '' + draft_loaded_message: '' + confirmation_type: page + confirmation_title: '' + confirmation_message: '' + confirmation_url: '' + confirmation_attributes: { } + confirmation_back: true + confirmation_back_label: '' + confirmation_back_attributes: { } + confirmation_exclude_query: false + confirmation_exclude_token: false + limit_total: null + limit_total_interval: null + limit_total_message: '' + limit_total_unique: false + limit_user: null + limit_user_interval: null + limit_user_message: '' + limit_user_unique: false + entity_limit_total: null + entity_limit_total_interval: null + entity_limit_user: null + entity_limit_user_interval: null + purge: none + purge_days: null + results_disabled: false + results_disabled_ignore: false + token_update: false +access: + create: + roles: + - anonymous + - authenticated + users: { } + permissions: { } + view_any: + roles: { } + users: { } + permissions: { } + update_any: + roles: { } + users: { } + permissions: { } + delete_any: + roles: { } + users: { } + permissions: { } + purge_any: + roles: { } + users: { } + permissions: { } + view_own: + roles: { } + users: { } + permissions: { } + update_own: + roles: { } + users: { } + permissions: { } + delete_own: + roles: { } + users: { } + permissions: { } + administer: + roles: { } + users: { } + permissions: { } + test: + roles: { } + users: { } + permissions: { } + configuration: + roles: { } + users: { } + permissions: { } +handlers: + email: + id: email + label: Email + handler_id: email + status: true + conditions: { } + weight: 0 + settings: + states: + - completed + to_mail: '[webform:author:mail]' + to_options: { } + cc_mail: '' + cc_options: { } + bcc_mail: '' + bcc_options: { } + from_mail: _default + from_options: { } + from_name: _default + subject: _default + body: _default + excluded_elements: { } + ignore_access: false + exclude_empty: true + exclude_empty_checkbox: false + html: true + attachments: false + twig: false + debug: false + reply_to: '' + return_path: '' + sender_mail: '' + sender_name: '' + theme_name: '' -- 2.45.2 From 3454eeaf94130a92d1ce60c1b54796f88dd51b39 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Thu, 17 Jan 2019 11:43:37 -0600 Subject: [PATCH 012/459] Add the comment notify module. --- composer.json | 7 ++++- config/sync/comment_notify.settings.yml | 17 +++++++++++ ...shot.config_sync.module.comment_notify.yml | 30 +++++++++++++++++++ config/sync/core.extension.yml | 1 + .../field.field.block_content.basic.body.yml | 1 + .../es/field.field.node.action.body.yml | 1 + .../es/field.field.node.article.body.yml | 1 + .../es/field.field.node.blog.body.yml | 1 + .../es/field.field.node.campaign.body.yml | 1 + .../es/field.field.node.case_study.body.yml | 1 + .../es/field.field.node.event.body.yml | 1 + .../es/field.field.node.page.body.yml | 1 + .../es/field.field.node.resource.body.yml | 1 + config/sync/user.role.anonymous.yml | 1 + config/sync/user.role.authenticated.yml | 1 + 15 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 config/sync/comment_notify.settings.yml create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.comment_notify.yml create mode 100644 config/sync/language/es/field.field.block_content.basic.body.yml create mode 100644 config/sync/language/es/field.field.node.action.body.yml create mode 100644 config/sync/language/es/field.field.node.article.body.yml create mode 100644 config/sync/language/es/field.field.node.blog.body.yml create mode 100644 config/sync/language/es/field.field.node.campaign.body.yml create mode 100644 config/sync/language/es/field.field.node.case_study.body.yml create mode 100644 config/sync/language/es/field.field.node.event.body.yml create mode 100644 config/sync/language/es/field.field.node.page.body.yml create mode 100644 config/sync/language/es/field.field.node.resource.body.yml diff --git a/composer.json b/composer.json index 2d8d295..5a8af4f 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "drupal/block_theme_sync": "^1.0@alpha", "drupal/ckeditor_markdown": "^1.1", "drupal/coffee": "1.x-dev", + "drupal/comment_notify": "dev-1.x", "drupal/core": "^8.6.2", "drupal/customerror": "1.x-dev", "drupal/diff": "^1.0@RC", @@ -97,7 +98,11 @@ }, "drupal/honeypot": { "Accessibility Issue Triggered": "https://www.drupal.org/files/issues/2018-08-05/honeypot-aria-hidden-on-text-field-2944843-12.patch" - } + }, + "drupal/comment_notify": { + "Invalid placeholder (!types) in string": "https://www.drupal.org/files/issues/2019-01-16/2938134-4.patch", + "The unsubscribe option is not working": "https://www.drupal.org/files/issues/2019-01-17/3026687-2.patch" + } } }, "config": { diff --git a/config/sync/comment_notify.settings.yml b/config/sync/comment_notify.settings.yml new file mode 100644 index 0000000..17a406f --- /dev/null +++ b/config/sync/comment_notify.settings.yml @@ -0,0 +1,17 @@ +node_types: + - blog +available_alerts: + 1: true + 2: false +enable_default: + watcher: '1' + entity_author: true +mail_templates: + watcher: + subject: '[site:name] :: new comment on [node:title]' + body: "Hi [comment-subscribed:author],\r\n\r\n[comment:author] has commented on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou can stop receiving emails when someone replies to this post,\r\nby going to [comment-subscribed:unsubscribe-url]\r\n\r\nYou can set up auto-following feature for all future posts\r\nby creating your own user with a few clicks here [site:login-url]\r\n\r\n-- [site:name] team\r\n[site:url]\r\n" + entity_author: + subject: '[site:name] :: new comment for your post' + body: "Hi [node:author],\r\n\r\nYou have received a comment on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou will receive emails like this for all replies to your posts. You can\r\ndisable this by logging in and changing the settings on your user account at\r\n[node:author:edit-url].\r\n\r\n-- [site:name] team\r\n[site:url]\r\n" +_core: + default_config_hash: Q6HMOSKUhb-YgBPZ1JIbcVeOxHPv-eJoBGYmXiG9Pik diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.comment_notify.yml b/config/sync/config_snapshot.snapshot.config_sync.module.comment_notify.yml new file mode 100644 index 0000000..ef80d9b --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.comment_notify.yml @@ -0,0 +1,30 @@ +uuid: 49585043-4c03-4f31-a704-0cc843abf295 +langcode: en +status: true +dependencies: + module: + - comment_notify +id: config_sync.module.comment_notify +snapshotSet: config_sync +extensionType: module +extensionName: comment_notify +items: + - + collection: '' + name: comment_notify.settings + data: + node_types: + - article + available_alerts: + 1: true + 2: true + enable_default: + watcher: none + entity_author: false + mail_templates: + watcher: + subject: '[site:name] :: new comment on [node:title]' + body: "Hi [comment-subscribed:author],\n\n[comment:author] has commented on: \"[node:title]\"\n\n----\n[comment:title]\n[comment:body]\n----\n\nYou can view the comment at the following url\n[comment:url]\n\nYou can stop receiving emails when someone replies to this post,\nby going to [comment-subscribed:unsubscribe-url]\n\nYou can set up auto-following feature for all future posts\nby creating your own user with a few clicks here [site:login-url]\n\n-- [site:name] team\n[site:url]\n" + entity_author: + subject: '[site:name] :: new comment for your post' + body: "Hi [node:author],\n\nYou have received a comment on: \"[node:title]\"\n\n----\n[comment:title]\n[comment:body]\n----\n\nYou can view the comment at the following url\n[comment:url]\n\nYou will receive emails like this for all replies to your posts. You can\ndisable this by logging in and changing the settings on your user account at\n[node:author:edit-url].\n\n-- [site:name] team\n[site:url]\n" diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index b2576a7..26bb499 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -141,6 +141,7 @@ module: ds: 1 menu_link_content: 1 pathauto: 1 + comment_notify: 10 content_translation: 10 indieweb_microformat: 10 views: 10 diff --git a/config/sync/language/es/field.field.block_content.basic.body.yml b/config/sync/language/es/field.field.block_content.basic.body.yml new file mode 100644 index 0000000..92785c1 --- /dev/null +++ b/config/sync/language/es/field.field.block_content.basic.body.yml @@ -0,0 +1 @@ +label: Cuerpo diff --git a/config/sync/language/es/field.field.node.action.body.yml b/config/sync/language/es/field.field.node.action.body.yml new file mode 100644 index 0000000..92785c1 --- /dev/null +++ b/config/sync/language/es/field.field.node.action.body.yml @@ -0,0 +1 @@ +label: Cuerpo diff --git a/config/sync/language/es/field.field.node.article.body.yml b/config/sync/language/es/field.field.node.article.body.yml new file mode 100644 index 0000000..92785c1 --- /dev/null +++ b/config/sync/language/es/field.field.node.article.body.yml @@ -0,0 +1 @@ +label: Cuerpo diff --git a/config/sync/language/es/field.field.node.blog.body.yml b/config/sync/language/es/field.field.node.blog.body.yml new file mode 100644 index 0000000..92785c1 --- /dev/null +++ b/config/sync/language/es/field.field.node.blog.body.yml @@ -0,0 +1 @@ +label: Cuerpo diff --git a/config/sync/language/es/field.field.node.campaign.body.yml b/config/sync/language/es/field.field.node.campaign.body.yml new file mode 100644 index 0000000..92785c1 --- /dev/null +++ b/config/sync/language/es/field.field.node.campaign.body.yml @@ -0,0 +1 @@ +label: Cuerpo diff --git a/config/sync/language/es/field.field.node.case_study.body.yml b/config/sync/language/es/field.field.node.case_study.body.yml new file mode 100644 index 0000000..92785c1 --- /dev/null +++ b/config/sync/language/es/field.field.node.case_study.body.yml @@ -0,0 +1 @@ +label: Cuerpo diff --git a/config/sync/language/es/field.field.node.event.body.yml b/config/sync/language/es/field.field.node.event.body.yml new file mode 100644 index 0000000..92785c1 --- /dev/null +++ b/config/sync/language/es/field.field.node.event.body.yml @@ -0,0 +1 @@ +label: Cuerpo diff --git a/config/sync/language/es/field.field.node.page.body.yml b/config/sync/language/es/field.field.node.page.body.yml new file mode 100644 index 0000000..92785c1 --- /dev/null +++ b/config/sync/language/es/field.field.node.page.body.yml @@ -0,0 +1 @@ +label: Cuerpo diff --git a/config/sync/language/es/field.field.node.resource.body.yml b/config/sync/language/es/field.field.node.resource.body.yml new file mode 100644 index 0000000..92785c1 --- /dev/null +++ b/config/sync/language/es/field.field.node.resource.body.yml @@ -0,0 +1 @@ +label: Cuerpo diff --git a/config/sync/user.role.anonymous.yml b/config/sync/user.role.anonymous.yml index ad4c707..d58c85c 100644 --- a/config/sync/user.role.anonymous.yml +++ b/config/sync/user.role.anonymous.yml @@ -14,6 +14,7 @@ permissions: - 'access content' - 'access site-wide contact form' - 'post comments' + - 'subscribe to comments' - 'use exclude node title' - 'use text format minimalhtml' - 'use text format restricted_html' diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index cec6f7e..ac33796 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -19,6 +19,7 @@ permissions: - 'edit own comments' - 'post comments' - 'skip comment approval' + - 'subscribe to comments' - 'use exclude node title' - 'use text format basic_html' - 'use text format minimalhtml' -- 2.45.2 From 16f52afa5f0b2d137830b4a246d7502cb44d475f Mon Sep 17 00:00:00 2001 From: David Valdez Date: Thu, 17 Jan 2019 11:43:56 -0600 Subject: [PATCH 013/459] Composer lock. With the comment notify module --- composer.lock | 68 ++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 56 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 98d4f90..21adf58 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "df837a6abe3318a8381ad8fc5dd64b17", + "content-hash": "788dcf2c1028c477fe97c294b439dbba", "packages": [ { "name": "asm89/stack-cors", @@ -2346,7 +2346,7 @@ }, "drupal": { "version": "8.x-1.25", - "datestamp": "1542915384", + "datestamp": "1542915180", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2417,7 +2417,7 @@ }, "drupal": { "version": "8.x-1.25", - "datestamp": "1542915384", + "datestamp": "1542915180", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2947,6 +2947,53 @@ }, "time": "2018-11-12T07:59:17+00:00" }, + { + "name": "drupal/comment_notify", + "version": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/comment_notify", + "reference": "01751b118ce3765fe3af07a36ca8c6f6687c6534" + }, + "require": { + "drupal/core": "*", + "drupal/token": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta2+7-dev", + "datestamp": "1544815219", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + }, + "patches_applied": { + "Invalid placeholder (!types) in string": "https://www.drupal.org/files/issues/2019-01-16/2938134-4.patch", + "The unsubscribe option is not working": "https://www.drupal.org/files/issues/2019-01-17/3026687-2.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + } + ], + "description": "Comment follow-up e-mail notification for anonymous as well as registered users.", + "homepage": "https://www.drupal.org/project/comment_notify", + "support": { + "source": "http://cgit.drupalcode.org/comment_notify" + }, + "time": "2018-12-28T18:11:39+00:00" + }, { "name": "drupal/components", "version": "1.0.0", @@ -4029,7 +4076,7 @@ }, "drupal": { "version": "8.x-1.x-dev", - "datestamp": "1542578580", + "datestamp": "1542572880", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6494,6 +6541,10 @@ "name": "golddragon007", "homepage": "https://www.drupal.org/user/2723471" }, + { + "name": "james.williams", + "homepage": "https://www.drupal.org/user/592268" + }, { "name": "lbesenyei", "homepage": "https://www.drupal.org/user/2626013" @@ -6550,10 +6601,6 @@ { "name": "kristiaanvandeneynde", "homepage": "https://www.drupal.org/user/1345130" - }, - { - "name": "ronaldtebrake", - "homepage": "https://www.drupal.org/user/2314038" } ], "description": "Enables Group functionality for the Node module", @@ -6657,10 +6704,6 @@ { "name": "kristiaanvandeneynde", "homepage": "https://www.drupal.org/user/1345130" - }, - { - "name": "ronaldtebrake", - "homepage": "https://www.drupal.org/user/2314038" } ], "description": "This module allows you to group users, content and other entities", @@ -12766,6 +12809,7 @@ "stability-flags": { "drupal/block_theme_sync": 15, "drupal/coffee": 20, + "drupal/comment_notify": 20, "drupal/customerror": 20, "drupal/diff": 5, "drupal/drutopia_core": 20, -- 2.45.2 From eec831e40e292658928d4afaf1c3e25682e2d21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 17 Jan 2019 13:30:30 -0500 Subject: [PATCH 014/459] Add teaser taxonomy term feed where we try to optimize for Drupal Planet while still getting all our unique coolness (multiple authors, permalink guid) accounted for. --- config/sync/views.view.taxonomy_term.yml | 35 ++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/config/sync/views.view.taxonomy_term.yml b/config/sync/views.view.taxonomy_term.yml index 9e11c12..a1182a1 100644 --- a/config/sync/views.view.taxonomy_term.yml +++ b/config/sync/views.view.taxonomy_term.yml @@ -4,6 +4,7 @@ status: true dependencies: config: - core.entity_view_mode.node.rss + - core.entity_view_mode.node.rss_teaser - core.entity_view_mode.node.teaser - field.storage.node.field_authors - field.storage.node.field_body_paragraph @@ -266,8 +267,8 @@ display: - user.permissions max-age: -1 tags: { } - feed_1: - id: feed_1 + feed: + id: feed display_title: Feed display_plugin: feed position: 2 @@ -278,7 +279,7 @@ display: pager: type: some options: - items_per_page: 10 + items_per_page: 12 offset: 0 path: taxonomy/term/%/feed displays: @@ -697,6 +698,34 @@ display: tags: - 'config:field.storage.node.field_authors' - 'config:field.storage.node.field_body_paragraph' + feed_teasers: + display_plugin: feed + id: feed_teasers + display_title: 'Teaser feed' + position: 3 + display_options: + display_extenders: { } + row: + type: node_rss + options: + relationship: none + view_mode: rss_teaser + display_description: '' + path: taxonomy/term/%/teasers/feed + pager: + type: some + options: + items_per_page: 24 + offset: 0 + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - 'user.node_grants:view' + - user.permissions + tags: { } page_1: id: page_1 display_title: Page -- 2.45.2 From 11bafffe6e654a37f670e752fc36e224ef0e4896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 17 Jan 2019 13:34:28 -0500 Subject: [PATCH 015/459] Configure what RSS teaser view mode outputs This somehow works even though the node_rss view row processor prevents node templates from working, so we cannot override this template at the node level. --- ...tity_view_display.node.blog.rss_teaser.yml | 36 +++++++++---------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/config/sync/core.entity_view_display.node.blog.rss_teaser.yml b/config/sync/core.entity_view_display.node.blog.rss_teaser.yml index 12a99b2..3bd1f88 100644 --- a/config/sync/core.entity_view_display.node.blog.rss_teaser.yml +++ b/config/sync/core.entity_view_display.node.blog.rss_teaser.yml @@ -16,36 +16,33 @@ dependencies: - node.type.blog module: - ds + - paragraphs - user -third_party_settings: - ds: - layout: - id: ds_1col - library: null - disable_css: false - entity_classes: all_classes - settings: - wrappers: - ds_content: div - outer_wrapper: div - attributes: '' - link_attribute: '' - link_custom: '' - classes: - layout_class: { } - regions: { } _core: default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM id: node.blog.rss_teaser targetEntityType: node bundle: blog mode: rss_teaser -content: { } +content: + field_body_paragraph: + type: paragraph_summary + weight: 0 + region: content + label: hidden + settings: { } + third_party_settings: + ds: + ds_limit: '' + links: + weight: 1 + region: content + settings: { } + third_party_settings: { } hidden: body: true comment: true field_authors: true - field_body_paragraph: true field_image: true field_meta_tags: true field_summary: true @@ -53,4 +50,3 @@ hidden: field_topics: true indieweb_bridgypublishtwitter: true indieweb_syndication: true - links: true -- 2.45.2 From be03f342b81baf523e6b1a51bd2f13eff593e25b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 17 Jan 2019 13:59:38 -0500 Subject: [PATCH 016/459] This can't be right but just try throwing empty 3rd party settings in The actual error is in core/modules/content_translation/src/ContentTranslationManager.php here: foreach ($bundles as $bundle) { $config = $this->loadContentLanguageSettings($entity_type_id, $bundle); if ($config->getThirdPartySetting('content_translation', 'enabled', FALSE)) { $enabled = TRUE; break; } } Something caused ane error like this, during configuration import: [notice] Synchronized configuration: create views.view.who_s_new in language.es. Error: Call to a member function getThirdPartySetting() on null in /var/www/drutopia/web/core/modules/content_translation/src/ContentTranslationManager.php on line 99 #0 /var/www/drutopia/web/core/modules/content_translation/content_translation.module(180): Drupal\content_translation\ContentTranslationManager->isEnabled('group', '') Error: Call to a member function getThirdPartySetting() on null in Drupal\content_translation\ContentTranslationManager->isEnabled() (line 99 of /var/www/drutopia/web/core/modules/content_translation/src/ContentTranslationManager.php). PHP Fatal error: Uncaught Error: Call to a member function getThirdPartySetting() on null in /var/www/drutopia/web/core/modules/content_translation/src/ContentTranslationManager.php:99 Stack trace: Fatal error: Uncaught Error: Call to a member function getThirdPartySetting() on null in /var/www/drutopia/web/core/modules/content_translation/src/ContentTranslationManager.php:99 Stack trace: (See agaric-com snippets) The next thing that showed up on another try is the config we tried. --- config/sync/core.entity_view_display.node.blog.rss_teaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/sync/core.entity_view_display.node.blog.rss_teaser.yml b/config/sync/core.entity_view_display.node.blog.rss_teaser.yml index 3bd1f88..03ff167 100644 --- a/config/sync/core.entity_view_display.node.blog.rss_teaser.yml +++ b/config/sync/core.entity_view_display.node.blog.rss_teaser.yml @@ -24,6 +24,7 @@ id: node.blog.rss_teaser targetEntityType: node bundle: blog mode: rss_teaser +third_party_settings: { } content: field_body_paragraph: type: paragraph_summary -- 2.45.2 From 3ae5eab60482e0d1c0ad323b4a073b11ab7fe8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 17 Jan 2019 15:02:46 -0500 Subject: [PATCH 017/459] Update pattern library with RSS teaser craziness --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 1fad609..bd9add6 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 1fad6093ad98ecbd4464e23aebd9d48af9c7be28 +Subproject commit bd9add651fde3d6d6465fd823dbc3964d6daf397 -- 2.45.2 From 1d3b9cd2ebc30a75863f08205b2c058980640553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 18 Jan 2019 17:42:29 -0500 Subject: [PATCH 018/459] Remove language code from filtering on taxonomy term listings Ref #159 --- config/sync/views.view.taxonomy_term.yml | 83 ++++++++++++------------ 1 file changed, 43 insertions(+), 40 deletions(-) diff --git a/config/sync/views.view.taxonomy_term.yml b/config/sync/views.view.taxonomy_term.yml index a1182a1..cfde60e 100644 --- a/config/sync/views.view.taxonomy_term.yml +++ b/config/sync/views.view.taxonomy_term.yml @@ -142,46 +142,6 @@ display: reduce_duplicates: false plugin_id: taxonomy_index_tid filters: - langcode: - id: langcode - table: node_field_data - field: langcode - relationship: none - group_type: group - admin_label: '' - operator: in - value: - '***LANGUAGE_language_content***': '***LANGUAGE_language_content***' - group: 1 - exposed: false - expose: - operator_id: '' - label: '' - description: '' - use_operator: false - operator: '' - identifier: '' - required: false - remember: false - multiple: false - remember_roles: - authenticated: authenticated - reduce: false - is_grouped: false - group_info: - label: '' - description: '' - identifier: '' - optional: true - widget: select - multiple: false - remember: false - default_group: All - default_group_multiple: { } - group_items: { } - plugin_id: language - entity_type: node - entity_field: langcode status: id: status table: taxonomy_index @@ -677,6 +637,8 @@ display: defaults: fields: false relationships: false + filters: false + filter_groups: false relationships: nid: id: nid @@ -687,6 +649,47 @@ display: admin_label: node required: true plugin_id: standard + filters: + status: + id: status + table: taxonomy_index + field: status + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: boolean + filter_groups: + operator: AND + groups: + 1: AND cache_metadata: contexts: - 'languages:language_content' -- 2.45.2 From e6e1258829b829fe21861e3a92a2c1b7d70ba18d Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Fri, 18 Jan 2019 15:56:26 -0700 Subject: [PATCH 019/459] Enable OpenGraph module and configure sensible defaults for OpenGraph metatag --- ...shot.config_sync.module.metatag_facebook.yml | 11 +++++++++++ ...ot.config_sync.module.metatag_open_graph.yml | 11 +++++++++++ ...config_sync.module.metatag_twitter_cards.yml | 11 +++++++++++ config/sync/core.extension.yml | 3 +++ config/sync/metatag.metatag_defaults.front.yml | 17 ++++++++++++++++- config/sync/metatag.metatag_defaults.global.yml | 4 +++- config/sync/metatag.metatag_defaults.node.yml | 11 ++++++++++- .../metatag.metatag_defaults.taxonomy_term.yml | 7 ++++++- 8 files changed, 71 insertions(+), 4 deletions(-) create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.metatag_facebook.yml create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.metatag_open_graph.yml create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.metatag_twitter_cards.yml diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.metatag_facebook.yml b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_facebook.yml new file mode 100644 index 0000000..b5bae05 --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_facebook.yml @@ -0,0 +1,11 @@ +uuid: 45874301-cb0c-498e-930f-360175ab0413 +langcode: en +status: true +dependencies: + module: + - metatag_facebook +id: config_sync.module.metatag_facebook +snapshotSet: config_sync +extensionType: module +extensionName: metatag_facebook +items: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.metatag_open_graph.yml b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_open_graph.yml new file mode 100644 index 0000000..e0d3caa --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_open_graph.yml @@ -0,0 +1,11 @@ +uuid: c5e34b17-d6b7-4e40-93c2-4659bc776095 +langcode: en +status: true +dependencies: + module: + - metatag_open_graph +id: config_sync.module.metatag_open_graph +snapshotSet: config_sync +extensionType: module +extensionName: metatag_open_graph +items: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.metatag_twitter_cards.yml b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_twitter_cards.yml new file mode 100644 index 0000000..b1dc231 --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_twitter_cards.yml @@ -0,0 +1,11 @@ +uuid: c4469afe-36e6-496c-93f2-e6972d51de13 +langcode: en +status: true +dependencies: + module: + - metatag_twitter_cards +id: config_sync.module.metatag_twitter_cards +snapshotSet: config_sync +extensionType: module +extensionName: metatag_twitter_cards +items: { } diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 26bb499..25dd916 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -95,6 +95,9 @@ module: menu_trail_by_path: 0 menu_ui: 0 metatag: 0 + metatag_facebook: 0 + metatag_open_graph: 0 + metatag_twitter_cards: 0 migrate: 0 migrate_drupal: 0 migrate_plus: 0 diff --git a/config/sync/metatag.metatag_defaults.front.yml b/config/sync/metatag.metatag_defaults.front.yml index 94bd95a..e699c0f 100644 --- a/config/sync/metatag.metatag_defaults.front.yml +++ b/config/sync/metatag.metatag_defaults.front.yml @@ -7,5 +7,20 @@ _core: id: front label: 'Front page' tags: - canonical_url: '[site:url]' shortlink: '[site:url]' + canonical_url: '[site:url]' + image_src: 'https://agaric.coop/sites/default/files/inline-images/agaric-975x400-v1.png' + og_locality: Boston + og_image: 'https://agaric.coop/sites/default/files/inline-images/agaric-975x400-v1.png' + og_region: Massachusetts + og_image_alt: 'The Agaric logo and name with smaller web-related icons surrounding it.' + og_postal_code: '02134' + og_description: 'A tech cooperative building websites and online tools that respect your freedom.' + og_email: ask@agaric.coop + og_phone_number: '(508) 283-3557' + twitter_cards_image: 'https://agaric.coop/sites/default/files/inline-images/agaric-square.png' + twitter_cards_site: '@agaric' + twitter_cards_description: 'A tech cooperative building websites and online tools that respect your freedom.' + twitter_cards_image_alt: 'The Agaric logo.' + twitter_cards_type: summary + twitter_cards_title: Agaric diff --git a/config/sync/metatag.metatag_defaults.global.yml b/config/sync/metatag.metatag_defaults.global.yml index 83c91a9..7cda3d2 100644 --- a/config/sync/metatag.metatag_defaults.global.yml +++ b/config/sync/metatag.metatag_defaults.global.yml @@ -7,5 +7,7 @@ _core: id: global label: Global tags: - canonical_url: '[current-page:url]' title: '[current-page:title] | [site:name]' + canonical_url: '[current-page:url]' + og_site_name: Agaric + og_title: '[current-page:title] | [site:name]' diff --git a/config/sync/metatag.metatag_defaults.node.yml b/config/sync/metatag.metatag_defaults.node.yml index 24e22d0..797e21d 100644 --- a/config/sync/metatag.metatag_defaults.node.yml +++ b/config/sync/metatag.metatag_defaults.node.yml @@ -8,5 +8,14 @@ id: node label: Content tags: title: '[node:title] | [site:name]' - description: '[node:summary]' canonical_url: '[node:url]' + description: '[node:summary]' + image_src: '[node:field_image]' + og_image: '[node:field_image]' + og_image_alt: '[node:field_image:alt]' + og_description: '[node:summary]' + og_site_name: Agaric + og_title: '[node:title] | [site:name]' + twitter_cards_image: '[node:field_image]' + twitter_cards_image_alt: '[node:field_image:alt]' + twitter_cards_type: summary diff --git a/config/sync/metatag.metatag_defaults.taxonomy_term.yml b/config/sync/metatag.metatag_defaults.taxonomy_term.yml index 899563a..4704fe9 100644 --- a/config/sync/metatag.metatag_defaults.taxonomy_term.yml +++ b/config/sync/metatag.metatag_defaults.taxonomy_term.yml @@ -7,6 +7,11 @@ _core: id: taxonomy_term label: 'Taxonomy term' tags: + title: '[term:name] | [site:name]' canonical_url: '[term:url]' description: '[term:description]' - title: '[term:name] | [site:name]' + og_description: '[term:description]' + og_title: '[term:name] | [site:name]' + twitter_cards_description: '[term:description]' + twitter_cards_type: summary + twitter_cards_title: '[term:name] | [site:name]' -- 2.45.2 From 00d0007265f8c74357c0fd29559e20543cdf85a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 19 Jan 2019 01:58:32 -0500 Subject: [PATCH 020/459] Update composer lock file (no code changes) --- composer.lock | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 21adf58..9a93831 100644 --- a/composer.lock +++ b/composer.lock @@ -2346,7 +2346,7 @@ }, "drupal": { "version": "8.x-1.25", - "datestamp": "1542915180", + "datestamp": "1542915384", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2417,7 +2417,7 @@ }, "drupal": { "version": "8.x-1.25", - "datestamp": "1542915180", + "datestamp": "1542915384", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4076,7 +4076,7 @@ }, "drupal": { "version": "8.x-1.x-dev", - "datestamp": "1542572880", + "datestamp": "1542578580", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6541,10 +6541,6 @@ "name": "golddragon007", "homepage": "https://www.drupal.org/user/2723471" }, - { - "name": "james.williams", - "homepage": "https://www.drupal.org/user/592268" - }, { "name": "lbesenyei", "homepage": "https://www.drupal.org/user/2626013" @@ -6601,6 +6597,10 @@ { "name": "kristiaanvandeneynde", "homepage": "https://www.drupal.org/user/1345130" + }, + { + "name": "ronaldtebrake", + "homepage": "https://www.drupal.org/user/2314038" } ], "description": "Enables Group functionality for the Node module", @@ -6704,6 +6704,10 @@ { "name": "kristiaanvandeneynde", "homepage": "https://www.drupal.org/user/1345130" + }, + { + "name": "ronaldtebrake", + "homepage": "https://www.drupal.org/user/2314038" } ], "description": "This module allows you to group users, content and other entities", -- 2.45.2 From 04595859650b452376972976b1882e5d520c2ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 19 Jan 2019 01:59:47 -0500 Subject: [PATCH 021/459] Update pattern library to hide RSS extra title Ref #159 --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index bd9add6..3fa7e23 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit bd9add651fde3d6d6465fd823dbc3964d6daf397 +Subproject commit 3fa7e23d660a468ab2d15d4ec2ce86bd00c65a94 -- 2.45.2 From 96e28ee1b9aa227ef22fbdf7b22cf9a2886de760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 19 Jan 2019 15:05:39 -0500 Subject: [PATCH 022/459] Add author field (for dc:creator), remove links --- ...tity_view_display.node.blog.rss_teaser.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/config/sync/core.entity_view_display.node.blog.rss_teaser.yml b/config/sync/core.entity_view_display.node.blog.rss_teaser.yml index 03ff167..7f824a6 100644 --- a/config/sync/core.entity_view_display.node.blog.rss_teaser.yml +++ b/config/sync/core.entity_view_display.node.blog.rss_teaser.yml @@ -24,8 +24,17 @@ id: node.blog.rss_teaser targetEntityType: node bundle: blog mode: rss_teaser -third_party_settings: { } content: + field_authors: + type: entity_reference_label + weight: 1 + region: content + label: hidden + settings: + link: false + third_party_settings: + ds: + ds_limit: '' field_body_paragraph: type: paragraph_summary weight: 0 @@ -35,15 +44,9 @@ content: third_party_settings: ds: ds_limit: '' - links: - weight: 1 - region: content - settings: { } - third_party_settings: { } hidden: body: true comment: true - field_authors: true field_image: true field_meta_tags: true field_summary: true @@ -51,3 +54,5 @@ hidden: field_topics: true indieweb_bridgypublishtwitter: true indieweb_syndication: true + langcode: true + links: true -- 2.45.2 From 9eecdef83027cdcb0fe307bdbc2340de00cd0675 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Sat, 19 Jan 2019 15:14:09 -0700 Subject: [PATCH 023/459] Update License vocabulary fields and display --- ..._sync.module.drutopia_creative_license.yml | 81 +++++++++++++++++++ ...override.taxonomy_term.license.changed.yml | 17 ++++ ...ride.taxonomy_term.license.description.yml | 19 +++++ ...override.taxonomy_term.license.metatag.yml | 17 ++++ ...ld_override.taxonomy_term.license.name.yml | 17 ++++ ...ld_override.taxonomy_term.license.path.yml | 19 +++++ ..._override.taxonomy_term.license.status.yml | 21 +++++ ..._display.taxonomy_term.license.default.yml | 54 +++++++++++++ ..._display.taxonomy_term.license.default.yml | 18 ++++- ...iew_display.taxonomy_term.license.full.yml | 47 +++++++++++ ...w_display.taxonomy_term.license.teaser.yml | 47 +++++++++++ ...xonomy_term.license.field_license_icon.yml | 37 +++++++++ .../drutopia_creative_license.info.yml | 6 ++ 13 files changed, 398 insertions(+), 2 deletions(-) create mode 100644 web/modules/custom/drutopia_creative_license/config/install/config_snapshot.snapshot.config_sync.module.drutopia_creative_license.yml create mode 100644 web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.changed.yml create mode 100644 web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.description.yml create mode 100644 web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.metatag.yml create mode 100644 web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.name.yml create mode 100644 web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.path.yml create mode 100644 web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.status.yml create mode 100644 web/modules/custom/drutopia_creative_license/config/install/core.entity_form_display.taxonomy_term.license.default.yml create mode 100644 web/modules/custom/drutopia_creative_license/config/install/core.entity_view_display.taxonomy_term.license.full.yml create mode 100644 web/modules/custom/drutopia_creative_license/config/install/core.entity_view_display.taxonomy_term.license.teaser.yml create mode 100644 web/modules/custom/drutopia_creative_license/config/install/field.field.taxonomy_term.license.field_license_icon.yml diff --git a/web/modules/custom/drutopia_creative_license/config/install/config_snapshot.snapshot.config_sync.module.drutopia_creative_license.yml b/web/modules/custom/drutopia_creative_license/config/install/config_snapshot.snapshot.config_sync.module.drutopia_creative_license.yml new file mode 100644 index 0000000..ce195e4 --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/config/install/config_snapshot.snapshot.config_sync.module.drutopia_creative_license.yml @@ -0,0 +1,81 @@ +langcode: en +status: true +dependencies: + module: + - drutopia_creative_license +id: config_sync.module.drutopia_creative_license +snapshotSet: config_sync +extensionType: module +extensionName: drutopia_creative_license +items: + - + collection: '' + name: core.entity_view_display.taxonomy_term.license.default + data: + langcode: en + status: true + dependencies: + config: + - taxonomy.vocabulary.license + module: + - ds + - text + third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - description + id: taxonomy_term.license.default + targetEntityType: taxonomy_term + bundle: license + mode: default + content: + description: + label: hidden + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } + hidden: { } + - + collection: '' + name: field.storage.node.field_license + data: + langcode: en + status: true + dependencies: + module: + - node + - taxonomy + id: node.field_license + field_name: field_license + entity_type: node + type: entity_reference + settings: + target_type: taxonomy_term + module: core + locked: false + cardinality: 1 + translatable: true + indexes: { } + persist_with_no_fields: false + custom_storage: false + - + collection: '' + name: taxonomy.vocabulary.license + data: + langcode: en + status: true + dependencies: { } + name: License + vid: license + description: '' + hierarchy: 0 + weight: 0 diff --git a/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.changed.yml b/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.changed.yml new file mode 100644 index 0000000..6546bf4 --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.changed.yml @@ -0,0 +1,17 @@ +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.license +id: taxonomy_term.license.changed +field_name: changed +entity_type: taxonomy_term +bundle: license +label: Changed +description: 'The time that the term was last edited.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: changed diff --git a/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.description.yml b/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.description.yml new file mode 100644 index 0000000..8b9cbed --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.description.yml @@ -0,0 +1,19 @@ +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.license + module: + - text +id: taxonomy_term.license.description +field_name: description +entity_type: taxonomy_term +bundle: license +label: Description +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.metatag.yml b/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.metatag.yml new file mode 100644 index 0000000..db528d1 --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.metatag.yml @@ -0,0 +1,17 @@ +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.license +id: taxonomy_term.license.metatag +field_name: metatag +entity_type: taxonomy_term +bundle: license +label: Metatags +description: 'The meta tags for the entity.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: map diff --git a/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.name.yml b/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.name.yml new file mode 100644 index 0000000..9cb9b59 --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.name.yml @@ -0,0 +1,17 @@ +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.license +id: taxonomy_term.license.name +field_name: name +entity_type: taxonomy_term +bundle: license +label: Name +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.path.yml b/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.path.yml new file mode 100644 index 0000000..91f2b4d --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.path.yml @@ -0,0 +1,19 @@ +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.license + module: + - path +id: taxonomy_term.license.path +field_name: path +entity_type: taxonomy_term +bundle: license +label: 'URL alias' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: path diff --git a/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.status.yml b/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.status.yml new file mode 100644 index 0000000..99aac81 --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/config/install/core.base_field_override.taxonomy_term.license.status.yml @@ -0,0 +1,21 @@ +langcode: en +status: true +dependencies: + config: + - taxonomy.vocabulary.license +id: taxonomy_term.license.status +field_name: status +entity_type: taxonomy_term +bundle: license +label: Published +description: '' +required: false +translatable: false +default_value: + - + value: 1 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/web/modules/custom/drutopia_creative_license/config/install/core.entity_form_display.taxonomy_term.license.default.yml b/web/modules/custom/drutopia_creative_license/config/install/core.entity_form_display.taxonomy_term.license.default.yml new file mode 100644 index 0000000..a653636 --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/config/install/core.entity_form_display.taxonomy_term.license.default.yml @@ -0,0 +1,54 @@ +langcode: en +status: true +dependencies: + config: + - field.field.taxonomy_term.license.field_license_icon + - image.style.thumbnail + - taxonomy.vocabulary.license + module: + - image + - path + - text +id: taxonomy_term.license.default +targetEntityType: taxonomy_term +bundle: license +mode: default +content: + description: + type: text_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + field_license_icon: + weight: 31 + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + type: image_image + region: content + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + name: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } +hidden: { } diff --git a/web/modules/custom/drutopia_creative_license/config/install/core.entity_view_display.taxonomy_term.license.default.yml b/web/modules/custom/drutopia_creative_license/config/install/core.entity_view_display.taxonomy_term.license.default.yml index c3bf350..fb6afca 100644 --- a/web/modules/custom/drutopia_creative_license/config/install/core.entity_view_display.taxonomy_term.license.default.yml +++ b/web/modules/custom/drutopia_creative_license/config/install/core.entity_view_display.taxonomy_term.license.default.yml @@ -2,9 +2,12 @@ langcode: en status: true dependencies: config: + - field.field.taxonomy_term.license.field_license_icon + - image.style.small_landscape - taxonomy.vocabulary.license module: - ds + - image - text third_party_settings: ds: @@ -16,6 +19,7 @@ third_party_settings: settings: { } regions: content: + - field_license_icon - description id: taxonomy_term.license.default targetEntityType: taxonomy_term @@ -25,8 +29,18 @@ content: description: label: hidden type: text_default - weight: 0 + weight: 1 region: content settings: { } third_party_settings: { } -hidden: { } + field_license_icon: + weight: 0 + label: visually_hidden + settings: + image_style: small_landscape + image_link: '' + third_party_settings: { } + type: image + region: content +hidden: + langcode: true diff --git a/web/modules/custom/drutopia_creative_license/config/install/core.entity_view_display.taxonomy_term.license.full.yml b/web/modules/custom/drutopia_creative_license/config/install/core.entity_view_display.taxonomy_term.license.full.yml new file mode 100644 index 0000000..3441dc2 --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/config/install/core.entity_view_display.taxonomy_term.license.full.yml @@ -0,0 +1,47 @@ +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.taxonomy_term.full + - field.field.taxonomy_term.license.field_license_icon + - image.style.small_landscape + - taxonomy.vocabulary.license + module: + - ds + - image + - text +third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - field_license_icon + - description +id: taxonomy_term.license.full +targetEntityType: taxonomy_term +bundle: license +mode: full +content: + description: + label: hidden + type: text_default + weight: 1 + region: content + settings: { } + third_party_settings: { } + field_license_icon: + weight: 0 + label: visually_hidden + settings: + image_style: small_landscape + image_link: '' + third_party_settings: { } + type: image + region: content +hidden: + langcode: true diff --git a/web/modules/custom/drutopia_creative_license/config/install/core.entity_view_display.taxonomy_term.license.teaser.yml b/web/modules/custom/drutopia_creative_license/config/install/core.entity_view_display.taxonomy_term.license.teaser.yml new file mode 100644 index 0000000..184e50b --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/config/install/core.entity_view_display.taxonomy_term.license.teaser.yml @@ -0,0 +1,47 @@ +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.taxonomy_term.teaser + - field.field.taxonomy_term.license.field_license_icon + - image.style.small_landscape + - taxonomy.vocabulary.license + module: + - ds + - image + - text +third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - field_license_icon + - description +id: taxonomy_term.license.teaser +targetEntityType: taxonomy_term +bundle: license +mode: teaser +content: + description: + label: hidden + type: text_default + weight: 1 + region: content + settings: { } + third_party_settings: { } + field_license_icon: + weight: 0 + label: visually_hidden + settings: + image_style: small_landscape + image_link: '' + third_party_settings: { } + type: image + region: content +hidden: + langcode: true diff --git a/web/modules/custom/drutopia_creative_license/config/install/field.field.taxonomy_term.license.field_license_icon.yml b/web/modules/custom/drutopia_creative_license/config/install/field.field.taxonomy_term.license.field_license_icon.yml new file mode 100644 index 0000000..77d8d51 --- /dev/null +++ b/web/modules/custom/drutopia_creative_license/config/install/field.field.taxonomy_term.license.field_license_icon.yml @@ -0,0 +1,37 @@ +langcode: en +status: true +dependencies: + config: + - field.storage.taxonomy_term.field_license_icon + - taxonomy.vocabulary.license + module: + - image +id: taxonomy_term.license.field_license_icon +field_name: field_license_icon +entity_type: taxonomy_term +bundle: license +label: Icon +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: true + title_field: false + title_field_required: false + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/web/modules/custom/drutopia_creative_license/drutopia_creative_license.info.yml b/web/modules/custom/drutopia_creative_license/drutopia_creative_license.info.yml index 5449718..bb4db06 100644 --- a/web/modules/custom/drutopia_creative_license/drutopia_creative_license.info.yml +++ b/web/modules/custom/drutopia_creative_license/drutopia_creative_license.info.yml @@ -4,9 +4,15 @@ core: 8.x package: Drutopia dependencies: - config_actions + - config_snapshot - drutopia_core + - drutopia_creative_license + - ds - field - field_group + - image - node + - path - taxonomy + - text version: 8.x-1.0-alpha1 -- 2.45.2 From e4825b24ddb652e41500def7bd6cb05d9214a927 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Sat, 19 Jan 2019 15:14:55 -0700 Subject: [PATCH 024/459] Add Small landscape image style for the license icon. --- config/sync/image.style.small_landscape.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/sync/image.style.small_landscape.yml diff --git a/config/sync/image.style.small_landscape.yml b/config/sync/image.style.small_landscape.yml new file mode 100644 index 0000000..93b9742 --- /dev/null +++ b/config/sync/image.style.small_landscape.yml @@ -0,0 +1,14 @@ +uuid: ef082871-7e9a-4f4a-befa-094f4091d45f +langcode: en +status: true +dependencies: { } +name: small_landscape +label: 'Small landscape' +effects: + 87ff4c68-189e-4459-ad57-6834f8181d0a: + uuid: 87ff4c68-189e-4459-ad57-6834f8181d0a + id: image_resize + weight: 1 + data: + width: 88 + height: 31 -- 2.45.2 From cb2257d2fd8fa7d8bb7cd91165213ea369382c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 19 Jan 2019 22:06:17 -0500 Subject: [PATCH 025/459] Update pattern library --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 3fa7e23..8c3e1dc 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 3fa7e23d660a468ab2d15d4ec2ce86bd00c65a94 +Subproject commit 8c3e1dcc88e3cedacd0eae9110e415567d4f70b5 -- 2.45.2 From a61174b8a36630bb93696d99010e6b0ec1ba1a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 19 Jan 2019 22:56:20 -0500 Subject: [PATCH 026/459] Author must be before body to not be in wrong place --- config/sync/core.entity_view_display.node.blog.rss_teaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sync/core.entity_view_display.node.blog.rss_teaser.yml b/config/sync/core.entity_view_display.node.blog.rss_teaser.yml index 7f824a6..4544e28 100644 --- a/config/sync/core.entity_view_display.node.blog.rss_teaser.yml +++ b/config/sync/core.entity_view_display.node.blog.rss_teaser.yml @@ -27,7 +27,7 @@ mode: rss_teaser content: field_authors: type: entity_reference_label - weight: 1 + weight: 0 region: content label: hidden settings: @@ -37,7 +37,7 @@ content: ds_limit: '' field_body_paragraph: type: paragraph_summary - weight: 0 + weight: 1 region: content label: hidden settings: { } -- 2.45.2 From 93a85a8d6b74a70b9ce7cd776fc22d53f8b0813d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 21 Jan 2019 00:32:07 -0500 Subject: [PATCH 027/459] Update pattern library for #159 > Print only the first *text* paragraph > Fix read more link, make it a paragraph, escape the HTML --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 8c3e1dc..29f7fce 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 8c3e1dcc88e3cedacd0eae9110e415567d4f70b5 +Subproject commit 29f7fce47f4607613ea6adad4b65a2589e48b7e8 -- 2.45.2 From 7184d9cfc33f2d6dd1a726314879a29225d003de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 21 Jan 2019 13:04:01 -0500 Subject: [PATCH 028/459] Update pattern library for #159 > Remove surrounding cruft from pure teaser/preview paragraph for RSS --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 29f7fce..07b835a 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 29f7fce47f4607613ea6adad4b65a2589e48b7e8 +Subproject commit 07b835a12b603b956f580afec838761c110fc11d -- 2.45.2 From be9d0e8083bd9155e889a703365310f2032ed6d2 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Mon, 21 Jan 2019 23:48:06 -0600 Subject: [PATCH 029/459] Language switcher footer --- composer.json | 1 + config/sync/block.block.languageswitcher.yml | 27 +++++++++++++++++++ ...t.config_sync.module.dropdown_language.yml | 19 +++++++++++++ config/sync/core.extension.yml | 1 + config/sync/dropdown_language.setting.yml | 6 +++++ web/themes/custom/agarica/agarica.theme | 27 ++++++------------- 6 files changed, 62 insertions(+), 19 deletions(-) create mode 100644 config/sync/block.block.languageswitcher.yml create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.dropdown_language.yml create mode 100644 config/sync/dropdown_language.setting.yml diff --git a/composer.json b/composer.json index 5a8af4f..21ebe06 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,7 @@ "drupal/core": "^8.6.2", "drupal/customerror": "1.x-dev", "drupal/diff": "^1.0@RC", + "drupal/dropdown_language": "^2.2", "drupal/drutopia_core": "1.x-dev", "drupal/google_analytics": "^2.3", "drupal/honeypot": "^1.29", diff --git a/config/sync/block.block.languageswitcher.yml b/config/sync/block.block.languageswitcher.yml new file mode 100644 index 0000000..0826509 --- /dev/null +++ b/config/sync/block.block.languageswitcher.yml @@ -0,0 +1,27 @@ +uuid: cddd6272-7a22-4110-862c-338686afc1c1 +langcode: en +status: true +dependencies: + module: + - block_visibility_groups + - dropdown_language + theme: + - agarica +id: languageswitcher +theme: agarica +region: footer +weight: 0 +provider: null +plugin: 'dropdown_language:language_interface' +settings: + id: 'dropdown_language:language_interface' + label: 'Language:' + provider: dropdown_language + label_display: visible + labels: null +visibility: + condition_group: + id: condition_group + negate: false + block_visibility_group: '' + context_mapping: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.dropdown_language.yml b/config/sync/config_snapshot.snapshot.config_sync.module.dropdown_language.yml new file mode 100644 index 0000000..47f9bb1 --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.dropdown_language.yml @@ -0,0 +1,19 @@ +uuid: 1a7bd96c-ab4a-4a86-a541-b9610491c292 +langcode: en +status: true +dependencies: + module: + - dropdown_language +id: config_sync.module.dropdown_language +snapshotSet: config_sync +extensionType: module +extensionName: dropdown_language +items: + - + collection: '' + name: dropdown_language.setting + data: + wrapper: true + display_language_id: 0 + filter_untranslated: 0 + always_show_block: 0 diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 26bb499..1846bba 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -40,6 +40,7 @@ module: dblog: 0 default_content: 0 diff: 0 + dropdown_language: 0 drutopia_action: 0 drutopia_article: 0 drutopia_blog: 0 diff --git a/config/sync/dropdown_language.setting.yml b/config/sync/dropdown_language.setting.yml new file mode 100644 index 0000000..dcc8658 --- /dev/null +++ b/config/sync/dropdown_language.setting.yml @@ -0,0 +1,6 @@ +wrapper: false +display_language_id: 2 +filter_untranslated: 0 +always_show_block: 0 +_core: + default_config_hash: xbqiqGnFfv7G00sewxA46T8PO-uo8uvWhDSIFyR1Fhk diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index 7d67d6e..210e044 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -1,25 +1,14 @@ isFrontPage() ? '' : ''; - $type = 'language_interface'; - $language_links = $languageManager->getLanguageSwitchLinks($type, Url::fromRoute($route_name)); - $variables['language'] = []; - foreach ($language_links->links as $langcode => $link) { - $language_links->links[$langcode]['attributes']['class'][] = 'navbar-item'; - $language_links->links[$langcode]['title'] = $langcode; - } - $variables['language'] = [ - '#theme' => 'links__language_block', - '#links' => $language_links->links, - '#set_active_class' => TRUE, - ]; - +function agarica_preprocess_region__footer(&$variables) { + $block = Block::load('languageswitcher'); + $block_content = \Drupal::entityTypeManager() + ->getViewBuilder('block') + ->view($block); + $variables['language_switcher'] = $block_content; } -- 2.45.2 From a6ed2a3e5a7b7d487dfd9f19a48e81443ecfa63f Mon Sep 17 00:00:00 2001 From: David Valdez Date: Mon, 21 Jan 2019 23:48:25 -0600 Subject: [PATCH 030/459] Composer lock file with the language dropdown module --- composer.lock | 67 ++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 55 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 9a93831..7057ee3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "788dcf2c1028c477fe97c294b439dbba", + "content-hash": "f6b711848cb356b08282c888a7c34e09", "packages": [ { "name": "asm89/stack-cors", @@ -2346,7 +2346,7 @@ }, "drupal": { "version": "8.x-1.25", - "datestamp": "1542915384", + "datestamp": "1542915180", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2417,7 +2417,7 @@ }, "drupal": { "version": "8.x-1.25", - "datestamp": "1542915384", + "datestamp": "1542915180", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4076,7 +4076,7 @@ }, "drupal": { "version": "8.x-1.x-dev", - "datestamp": "1542578580", + "datestamp": "1542572880", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -4277,6 +4277,53 @@ "issues": "https://www.drupal.org/project/issues/diff" } }, + { + "name": "drupal/dropdown_language", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/dropdown_language", + "reference": "8.x-2.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/dropdown_language-8.x-2.2.zip", + "reference": "8.x-2.2", + "shasum": "78e9c73fe7414114eaf4884e23eac671c74e302f" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.2", + "datestamp": "1540134181", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "SKAUGHT", + "homepage": "https://www.drupal.org/user/297907" + } + ], + "description": "Provides a block with a Dropdown Language Switcher", + "homepage": "https://www.drupal.org/project/dropdown_language", + "support": { + "source": "http://cgit.drupalcode.org/dropdown_language" + } + }, { "name": "drupal/drutopia_action", "version": "1.0.0-beta1", @@ -6541,6 +6588,10 @@ "name": "golddragon007", "homepage": "https://www.drupal.org/user/2723471" }, + { + "name": "james.williams", + "homepage": "https://www.drupal.org/user/592268" + }, { "name": "lbesenyei", "homepage": "https://www.drupal.org/user/2626013" @@ -6597,10 +6648,6 @@ { "name": "kristiaanvandeneynde", "homepage": "https://www.drupal.org/user/1345130" - }, - { - "name": "ronaldtebrake", - "homepage": "https://www.drupal.org/user/2314038" } ], "description": "Enables Group functionality for the Node module", @@ -6704,10 +6751,6 @@ { "name": "kristiaanvandeneynde", "homepage": "https://www.drupal.org/user/1345130" - }, - { - "name": "ronaldtebrake", - "homepage": "https://www.drupal.org/user/2314038" } ], "description": "This module allows you to group users, content and other entities", -- 2.45.2 From dd58eb1c24f9decb8a86613dac1a29322b03f993 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Tue, 22 Jan 2019 11:55:30 -0500 Subject: [PATCH 031/459] Add makefile for sync command --- Makefile | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b4d30c2 --- /dev/null +++ b/Makefile @@ -0,0 +1,41 @@ +# Identify tasks which do not have output files: +.PHONY: help synclivetotest + +GREEN := $(shell tput -Txterm setaf 2) +WHITE := $(shell tput -Txterm setaf 7) +YELLOW := $(shell tput -Txterm setaf 3) +RESET := $(shell tput -Txterm sgr0) + +# Perl to convert target docs (following ##@). +# Example: +# mytarget: ##@group description +# Group items under @group in output, +# And show targetdescription +HELPME = \ + %help; \ + while(<>) { push @{$$help{$$2 // 'options'}}, [$$1, $$3] if /^([a-zA-Z\-]+)\s*:.*\#\#(?:@([a-zA-Z\-]+))?\s(.*)$$/ }; \ + for (sort keys %help) { \ + print "${WHITE}$$_:${RESET}\n"; \ + for (@{$$help{$$_}}) { \ + $$sep = " " x (20 - length $$_->[0]); \ + print " ${YELLOW}$$_->[0]${RESET}$$sep${GREEN}$$_->[1]${RESET}\n"; \ + }; \ + print "\n"; } + +# Should always be the first target (as this will run with just `make`): +help: ##@Targets Show this text (or just run make) + @perl -e '$(HELPME)' Makefile + +# Configure sync' +ALIAS_LIVE := @live.live +ALIAS_TEST := @test.dev +SRV := elizabeth.mayfirst.org +FILES_LIVE := /home/agaric_live/files +FILES_TEST := /home/agaric_test/files +ECHO := $(if $(TEST),@echo) +synclivetotest: ##@Targets Sync live environment to test + $(ECHO) drush -y $(ALIAS_TEST) sql-drop + $(ECHO) drush -y sql-sync $(ALIAS_LIVE) $(ALIAS_TEST) + $(ECHO) ssh -A $(SRV) rsync -rz --stats --exclude styles \ + --exclude css --exclude js $(FILES_LIVE) \ + --delete ${FILES_TEST} -- 2.45.2 From 55c322eb7955e6e5881ddcad7a2de61b2fc64faf Mon Sep 17 00:00:00 2001 From: David Valdez Date: Tue, 22 Jan 2019 12:05:38 -0600 Subject: [PATCH 032/459] Displays a link to switch the language. Only if the content has been translated already. --- web/themes/custom/agarica/agarica.theme | 53 ++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index 210e044..f4980b3 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -1,6 +1,8 @@ getViewBuilder('block') ->view($block); $variables['language_switcher'] = $block_content; + $variables['language_switcher_link'] = agarica_languague_switch_link(); +} + +/** + * Provides a link to switch to another language. + */ +function agarica_languague_switch_link() { + $derivative_id = 'language_interface'; + $route = \Drupal::getContainer()->get('path.matcher')->isFrontPage() ? '' : ''; + $current_language = \Drupal::languageManager()->getCurrentLanguage($derivative_id)->getId(); + $links = \Drupal::languageManager()->getLanguageSwitchLinks($derivative_id, Url::fromRoute($route))->links; + $links['en']['title'] = 'Browser this page on English.'; + $links['es']['title'] = 'Consulta esta pagina en Español'; + $lid = ($current_language == 'en') ? 'es' : 'en'; + // Remove current language from the links + unset($links[$current_language]); + + // Check if the current path display an entity. + $entity = FALSE; + foreach (\Drupal::routeMatch()->getParameters() as $param) { + if ($param instanceof EntityInterface) { + $entity[] = $param; + } + } + + // Remove links if the content hasnt' been translated yet. + if ($entity) { + $has_translation = (method_exists($entity[0], 'getTranslationStatus')) ? $entity[0]->getTranslationStatus($lid) : FALSE; + $this_translation = ($has_translation && method_exists($entity[0], 'getTranslation')) ? $entity[0]->getTranslation($lid) : FALSE; + $access_translation = ($this_translation && method_exists($this_translation, 'access') && $this_translation->access('view')) ? TRUE : FALSE; + if (!$this_translation || !$access_translation || $current_language == $lid) { + unset($links[$lid]); + } + } + + $links_render_array = []; + // Transform the links to arrays that can be renderer. + foreach ($links as $language => $link) { + $links_render_array[] = [ + '#type' => 'link', + '#url' => $link['url'], + '#title' => $link['title'], + '#options' => [ + 'language' => $link['language'], + ], + ]; + } + + return $links_render_array; } -- 2.45.2 From c05100545a141f6e3ed5aa3f3705e3bb5f85d38a Mon Sep 17 00:00:00 2001 From: David Valdez Date: Tue, 22 Jan 2019 12:27:57 -0600 Subject: [PATCH 033/459] Typo --- web/themes/custom/agarica/agarica.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/agarica/agarica.theme b/web/themes/custom/agarica/agarica.theme index f4980b3..02904d3 100644 --- a/web/themes/custom/agarica/agarica.theme +++ b/web/themes/custom/agarica/agarica.theme @@ -24,8 +24,8 @@ function agarica_languague_switch_link() { $route = \Drupal::getContainer()->get('path.matcher')->isFrontPage() ? '' : ''; $current_language = \Drupal::languageManager()->getCurrentLanguage($derivative_id)->getId(); $links = \Drupal::languageManager()->getLanguageSwitchLinks($derivative_id, Url::fromRoute($route))->links; - $links['en']['title'] = 'Browser this page on English.'; - $links['es']['title'] = 'Consulta esta pagina en Español'; + $links['en']['title'] = 'Browse this site in English'; + $links['es']['title'] = 'Consulta este sitio en Español'; $lid = ($current_language == 'en') ? 'es' : 'en'; // Remove current language from the links unset($links[$current_language]); -- 2.45.2 From fbd90e84b86113780b9c88050e8cc82a6c72f88c Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Thu, 24 Jan 2019 13:46:35 -0500 Subject: [PATCH 034/459] Correct sync location and split up steps --- Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b4d30c2..ba44b6d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Identify tasks which do not have output files: -.PHONY: help synclivetotest +.PHONY: help synclivetotest syncdb syncfiles GREEN := $(shell tput -Txterm setaf 2) WHITE := $(shell tput -Txterm setaf 7) @@ -29,13 +29,17 @@ help: ##@Targets Show this text (or just run make) # Configure sync' ALIAS_LIVE := @live.live ALIAS_TEST := @test.dev -SRV := elizabeth.mayfirst.org -FILES_LIVE := /home/agaric_live/files +SRV := root@elizabeth.mayfirst.org +FILES_LIVE := /home/agaric_live/files/ FILES_TEST := /home/agaric_test/files ECHO := $(if $(TEST),@echo) -synclivetotest: ##@Targets Sync live environment to test +synclivetotest: syncfiles syncdb ##@Targets Sync live environment to test + +syncdb: $(ECHO) drush -y $(ALIAS_TEST) sql-drop $(ECHO) drush -y sql-sync $(ALIAS_LIVE) $(ALIAS_TEST) + +syncfiles: $(ECHO) ssh -A $(SRV) rsync -rz --stats --exclude styles \ --exclude css --exclude js $(FILES_LIVE) \ --delete ${FILES_TEST} -- 2.45.2 From 5bb006e2db778b60fcfb7d55a750bed1d1dd080c Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Thu, 24 Jan 2019 14:00:03 -0500 Subject: [PATCH 035/459] Tweak README for deployments --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13bef42..c240458 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,12 @@ Set up [drutopia_host](https://gitlab.com/drutopia-platform/drutopia_host) and [ Then use [ahoy](https://github.com/ahoy-cli/ahoy/), from within the hosting_private directory. +Ensure all three related repositories are up-to-date with: + +``` +ahoy git-pull-all +``` + If Agaric's Drutopia PaaS base has changed (the composer.lock in this directory), produce and push a new build: ``` @@ -64,12 +70,11 @@ ahoy deploy-build agaric To deploy everything else (config, templates, styles): ``` -ahoy git-pull-all ahoy deploy-site agaric_live ``` -Then record the deployment by: -navigating to `/drutopia_host/build/artifacts` +Then record the deployment. This applies to both deploy-site and deploy-build record keeping: +Navigate to `/drutopia_host/build/artifacts` Add all new files generated with `git add . ` Commit the files with a message on what you deployed with 'git commit -m ' Push the changes to the repo with `git push` -- 2.45.2 From 1fdcbb608b234c289bcc593ab3bf59a5c85d8850 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Fri, 25 Jan 2019 11:29:55 -0700 Subject: [PATCH 036/459] Add issue templates --- .gitlab/.DS_Store | Bin 0 -> 6148 bytes .gitlab/issue_templates/Bug.md | 26 ++++++++++++++++++++++++++ .gitlab/issue_templates/Task.md | 10 ++++++++++ .gitlab/issue_templates/User-story.md | 10 ++++++++++ 4 files changed, 46 insertions(+) create mode 100644 .gitlab/.DS_Store create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/Task.md create mode 100644 .gitlab/issue_templates/User-story.md diff --git a/.gitlab/.DS_Store b/.gitlab/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 Date: Fri, 25 Jan 2019 11:30:37 -0700 Subject: [PATCH 037/459] Remove .DS_Store --- .gitlab/.DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .gitlab/.DS_Store diff --git a/.gitlab/.DS_Store b/.gitlab/.DS_Store deleted file mode 100644 index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 Date: Fri, 25 Jan 2019 12:18:46 -0700 Subject: [PATCH 038/459] Fix formatting in User Story template --- .gitlab/issue_templates/User-story.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/User-story.md b/.gitlab/issue_templates/User-story.md index fec9402..9fbe6ef 100644 --- a/.gitlab/issue_templates/User-story.md +++ b/.gitlab/issue_templates/User-story.md @@ -7,4 +7,4 @@ then I [result]. ## Work Required * [ ] -/label ~User Story +/label ~"User Story" -- 2.45.2 From 8b2d3842e487655ae69f06b635212f65eb24b99a Mon Sep 17 00:00:00 2001 From: David Valdez Date: Fri, 25 Jan 2019 13:37:05 -0600 Subject: [PATCH 039/459] Update the patternlibrary It contains some changes in the footer --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 07b835a..929b162 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 07b835a12b603b956f580afec838761c110fc11d +Subproject commit 929b16239943ed639c86b959bf80e8bc51612b69 -- 2.45.2 From fd75dbd693ad86fe5f3da06dd4f61e0a5043cd79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 27 Jan 2019 08:48:33 -0500 Subject: [PATCH 040/459] Add the Preview Link module --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 21ebe06..462ac27 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,7 @@ "drupal/migrate_plus": "^4.0", "drupal/migrate_tools": "^4.0", "drupal/minimalhtml": "^1.0", + "drupal/preview_link": "^1.1", "drupal/redirect": "^1.2", "drupal/regionincontent": "1.x-dev", "drupal/search404": "^1.0", -- 2.45.2 From 78df70c0bd781df7d2379699d75730024a859962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 27 Jan 2019 08:48:59 -0500 Subject: [PATCH 041/459] Update composer lock file with preview link module --- composer.lock | 75 +++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 67 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 7057ee3..65366b6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f6b711848cb356b08282c888a7c34e09", + "content-hash": "86b813ee60cca07dddcb45e523f383fd", "packages": [ { "name": "asm89/stack-cors", @@ -2346,7 +2346,7 @@ }, "drupal": { "version": "8.x-1.25", - "datestamp": "1542915180", + "datestamp": "1542915384", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2417,7 +2417,7 @@ }, "drupal": { "version": "8.x-1.25", - "datestamp": "1542915180", + "datestamp": "1542915384", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4076,7 +4076,7 @@ }, "drupal": { "version": "8.x-1.x-dev", - "datestamp": "1542572880", + "datestamp": "1542578580", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6588,10 +6588,6 @@ "name": "golddragon007", "homepage": "https://www.drupal.org/user/2723471" }, - { - "name": "james.williams", - "homepage": "https://www.drupal.org/user/592268" - }, { "name": "lbesenyei", "homepage": "https://www.drupal.org/user/2626013" @@ -6648,6 +6644,10 @@ { "name": "kristiaanvandeneynde", "homepage": "https://www.drupal.org/user/1345130" + }, + { + "name": "ronaldtebrake", + "homepage": "https://www.drupal.org/user/2314038" } ], "description": "Enables Group functionality for the Node module", @@ -6751,6 +6751,10 @@ { "name": "kristiaanvandeneynde", "homepage": "https://www.drupal.org/user/1345130" + }, + { + "name": "ronaldtebrake", + "homepage": "https://www.drupal.org/user/2314038" } ], "description": "This module allows you to group users, content and other entities", @@ -7630,6 +7634,61 @@ "source": "http://cgit.drupalcode.org/pathauto" } }, + { + "name": "drupal/preview_link", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/preview_link", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/preview_link-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "30e1fc8566a567ab82503256be7505c1c0cc17bc" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/entity_reference_revisions": "*", + "drupal/paragraphs": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1", + "datestamp": "1548270823", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "benjy", + "homepage": "https://www.drupal.org/user/1852732" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + } + ], + "description": "Allows anyone to preview unpublished content with a unique link.", + "homepage": "https://www.drupal.org/project/preview_link", + "support": { + "source": "http://cgit.drupalcode.org/preview_link" + } + }, { "name": "drupal/redirect", "version": "1.3.0", -- 2.45.2 From bcc7e544ec7864918e6f75d2a8477d3283c17410 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Mon, 28 Jan 2019 13:38:24 -0600 Subject: [PATCH 042/459] Add at the readme instructions about how to use the PRISM library. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c240458..8a1ca0f 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,16 @@ Commit the files with a message on what you deployed with 'git commit -m ' Push the changes to the repo with `git push` If you need to overwrite live configuration (only after confirming you've committed any parts you want to keep) you can use ahoy for that too with `deploy-site-force`. + +## Code Hightlight. + +The [prism.js](https://prismjs.com/) library was added in the site and can be used like this: + +``` +
+  
+    p { color: red }
+  
+
+``` +The suffix of the class needs to be changed depending of the language that is going to be highlighted eg: `language-php`, `language-js` etc. -- 2.45.2 From f93dd4595af15e37961110f2ffb9ff40ad5568b4 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Mon, 28 Jan 2019 14:46:12 -0600 Subject: [PATCH 043/459] Menu items are now translatables. --- ...d_override.menu_link_content.menu_link_content.changed.yml | 2 +- ...erride.menu_link_content.menu_link_content.description.yml | 2 +- ...d_override.menu_link_content.menu_link_content.metatag.yml | 2 +- ...eld_override.menu_link_content.menu_link_content.title.yml | 2 +- ...e.content_settings.menu_link_content.menu_link_content.yml | 4 ++-- config/sync/language/es/system.menu.main.yml | 2 ++ 6 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 config/sync/language/es/system.menu.main.yml diff --git a/config/sync/core.base_field_override.menu_link_content.menu_link_content.changed.yml b/config/sync/core.base_field_override.menu_link_content.menu_link_content.changed.yml index 1d69fd0..0325a94 100644 --- a/config/sync/core.base_field_override.menu_link_content.menu_link_content.changed.yml +++ b/config/sync/core.base_field_override.menu_link_content.menu_link_content.changed.yml @@ -11,7 +11,7 @@ bundle: menu_link_content label: Changed description: 'The time that the menu link was last edited.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.menu_link_content.menu_link_content.description.yml b/config/sync/core.base_field_override.menu_link_content.menu_link_content.description.yml index c7372db..5c7a4b7 100644 --- a/config/sync/core.base_field_override.menu_link_content.menu_link_content.description.yml +++ b/config/sync/core.base_field_override.menu_link_content.menu_link_content.description.yml @@ -11,7 +11,7 @@ bundle: menu_link_content label: Description description: 'Shown when hovering over the menu link.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.menu_link_content.menu_link_content.metatag.yml b/config/sync/core.base_field_override.menu_link_content.menu_link_content.metatag.yml index 3f94bba..4a46ec9 100644 --- a/config/sync/core.base_field_override.menu_link_content.menu_link_content.metatag.yml +++ b/config/sync/core.base_field_override.menu_link_content.menu_link_content.metatag.yml @@ -11,7 +11,7 @@ bundle: menu_link_content label: Metatags description: 'The meta tags for the entity.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.menu_link_content.menu_link_content.title.yml b/config/sync/core.base_field_override.menu_link_content.menu_link_content.title.yml index 4f0a2c9..0dba987 100644 --- a/config/sync/core.base_field_override.menu_link_content.menu_link_content.title.yml +++ b/config/sync/core.base_field_override.menu_link_content.menu_link_content.title.yml @@ -11,7 +11,7 @@ bundle: menu_link_content label: 'Menu link title' description: 'The text to be used for this link in the menu.' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/language.content_settings.menu_link_content.menu_link_content.yml b/config/sync/language.content_settings.menu_link_content.menu_link_content.yml index ce190e8..0cca9f8 100644 --- a/config/sync/language.content_settings.menu_link_content.menu_link_content.yml +++ b/config/sync/language.content_settings.menu_link_content.menu_link_content.yml @@ -7,11 +7,11 @@ dependencies: - menu_link_content third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: menu_link_content.menu_link_content target_entity_type_id: menu_link_content target_bundle: menu_link_content default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language/es/system.menu.main.yml b/config/sync/language/es/system.menu.main.yml new file mode 100644 index 0000000..1599e4f --- /dev/null +++ b/config/sync/language/es/system.menu.main.yml @@ -0,0 +1,2 @@ +label: Navegación +description: 'Sección de enlaces' -- 2.45.2 From 50d1c3c5b19cc229290c0e174f70ce7a1de8c4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 28 Jan 2019 17:44:29 -0500 Subject: [PATCH 044/459] Here's what was different on my local for RSS feeds --- config/sync/views.view.taxonomy_term.yml | 25 ++++++++++-------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/config/sync/views.view.taxonomy_term.yml b/config/sync/views.view.taxonomy_term.yml index cfde60e..23dc17e 100644 --- a/config/sync/views.view.taxonomy_term.yml +++ b/config/sync/views.view.taxonomy_term.yml @@ -3,7 +3,6 @@ langcode: en status: true dependencies: config: - - core.entity_view_mode.node.rss - core.entity_view_mode.node.rss_teaser - core.entity_view_mode.node.teaser - field.storage.node.field_authors @@ -206,20 +205,12 @@ display: footer: { } empty: { } relationships: { } - fields: - title: - id: title - table: node_field_data - field: title - entity_type: node - entity_field: title - plugin_id: field + fields: { } display_extenders: { } link_url: '' link_display: page_1 cache_metadata: contexts: - - 'languages:language_content' - 'languages:language_interface' - url - url.query_args @@ -251,10 +242,16 @@ display: uses_fields: false description: '' row: - type: node_rss + type: rss_fields options: - relationship: none - view_mode: rss + title_field: title + link_field: view_node + description_field: field_body_paragraph + creator_field: field_authors + date_field: created + guid_field_options: + guid_field: nid + guid_field_is_permalink: true display_extenders: { } fields: nid: @@ -723,7 +720,6 @@ display: cache_metadata: max-age: -1 contexts: - - 'languages:language_content' - 'languages:language_interface' - url - 'user.node_grants:view' @@ -742,7 +738,6 @@ display: display_extenders: { } cache_metadata: contexts: - - 'languages:language_content' - 'languages:language_interface' - url - url.query_args -- 2.45.2 From 1b088635a678f07c6a2751830803308f113a9bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 28 Jan 2019 17:53:43 -0500 Subject: [PATCH 045/459] Tell Drupal to use the preview view mode with all the config --- .../core.entity_view_display.node.blog.rss_teaser.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/sync/core.entity_view_display.node.blog.rss_teaser.yml b/config/sync/core.entity_view_display.node.blog.rss_teaser.yml index 4544e28..be22897 100644 --- a/config/sync/core.entity_view_display.node.blog.rss_teaser.yml +++ b/config/sync/core.entity_view_display.node.blog.rss_teaser.yml @@ -16,7 +16,7 @@ dependencies: - node.type.blog module: - ds - - paragraphs + - entity_reference_revisions - user _core: default_config_hash: e8yvfhoZmb_vDdkLtsMVv8u8XKzSRihmLtMph3nm6rM @@ -36,11 +36,13 @@ content: ds: ds_limit: '' field_body_paragraph: - type: paragraph_summary + type: entity_reference_revisions_entity_view weight: 1 region: content label: hidden - settings: { } + settings: + view_mode: preview + link: '' third_party_settings: ds: ds_limit: '' -- 2.45.2 From 948d84c84f1e79c3e28b7477d30d6bd0ebca571c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 28 Jan 2019 17:59:41 -0500 Subject: [PATCH 046/459] Update pattern library remove debug code > Remove test printing of paragraph type > Format source code (indenting) --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 929b162..46f0dcf 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 929b16239943ed639c86b959bf80e8bc51612b69 +Subproject commit 46f0dcf1b9aa504ad03d5451ef73c236e554ceb9 -- 2.45.2 From 3569087ddcf69eb2e8699574e103278cf8d88b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 28 Jan 2019 21:42:53 -0500 Subject: [PATCH 047/459] Update pattern library with Paragraph vertical spacing fix > Make distance between Paragraphs match distance between paragraphs > Commit compiled CSS --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 46f0dcf..5efe918 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 46f0dcf1b9aa504ad03d5451ef73c236e554ceb9 +Subproject commit 5efe918b8deb9fda6be9025b31373c6e690d74fc -- 2.45.2 From 784f860228492b6578a9be89e807e5b3160163e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 07:29:05 -0500 Subject: [PATCH 048/459] Add paragraphs features module for split text paragraphs ability --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 462ac27..d13e010 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,7 @@ "drupal/migrate_plus": "^4.0", "drupal/migrate_tools": "^4.0", "drupal/minimalhtml": "^1.0", + "drupal/paragraphs_features": "^1.4", "drupal/preview_link": "^1.1", "drupal/redirect": "^1.2", "drupal/regionincontent": "1.x-dev", -- 2.45.2 From d10537051949155775c7656cac40ae1f66da08aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 07:29:23 -0500 Subject: [PATCH 049/459] Update composer lock file with paragraphs features --- composer.lock | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 65366b6..17a281d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "86b813ee60cca07dddcb45e523f383fd", + "content-hash": "d9bae6524ab49b82ac074bd757a8b75d", "packages": [ { "name": "asm89/stack-cors", @@ -7518,6 +7518,71 @@ "source": "http://cgit.drupalcode.org/paragraphs" } }, + { + "name": "drupal/paragraphs_features", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/paragraphs_features", + "reference": "8.x-1.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/paragraphs_features-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "1c875c35c3ef75d462385cbc451d9a2f768b016f" + }, + "require": { + "drupal/core": "^8.5", + "drupal/paragraphs": "^1.3" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.4", + "datestamp": "1536759480", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Mladen Todorovic", + "homepage": "https://www.drupal.org/user/2103716", + "email": "mladen.todorovic@burda.com" + }, + { + "name": "daniel.bosen", + "homepage": "https://www.drupal.org/user/404865" + }, + { + "name": "mtodor", + "homepage": "https://www.drupal.org/user/3453049" + }, + { + "name": "thunderbot", + "homepage": "https://www.drupal.org/user/3511180" + }, + { + "name": "volkerk", + "homepage": "https://www.drupal.org/user/57527" + } + ], + "description": "Paragraphs features for extending paragraphs widget functionality.", + "homepage": "https://www.drupal.org/project/paragraphs_features", + "support": { + "source": "http://cgit.drupalcode.org/paragraphs_features" + } + }, { "name": "drupal/paranoia", "version": "1.0.0-alpha1", -- 2.45.2 From 26f30d4e093a5bc753f3cf89a7823e0d42fcf6f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 07:49:10 -0500 Subject: [PATCH 050/459] Remove gnuget's now-committed comment notify patches * https://www.drupal.org/node/2575819 * https://www.drupal.org/node/2938134 --- composer.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/composer.json b/composer.json index d13e010..620cf48 100644 --- a/composer.json +++ b/composer.json @@ -101,11 +101,7 @@ }, "drupal/honeypot": { "Accessibility Issue Triggered": "https://www.drupal.org/files/issues/2018-08-05/honeypot-aria-hidden-on-text-field-2944843-12.patch" - }, - "drupal/comment_notify": { - "Invalid placeholder (!types) in string": "https://www.drupal.org/files/issues/2019-01-16/2938134-4.patch", - "The unsubscribe option is not working": "https://www.drupal.org/files/issues/2019-01-17/3026687-2.patch" - } + } } }, "config": { -- 2.45.2 From dfe3313ccc9dcd32c9e71117edfec27f2a2217ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 08:13:53 -0500 Subject: [PATCH 051/459] Update composer lock file --- composer.lock | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/composer.lock b/composer.lock index 17a281d..084ccd0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d9bae6524ab49b82ac074bd757a8b75d", + "content-hash": "577780153fce8a33a72ad2165283ce92", "packages": [ { "name": "asm89/stack-cors", @@ -2953,7 +2953,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/comment_notify", - "reference": "01751b118ce3765fe3af07a36ca8c6f6687c6534" + "reference": "96ecd28cd0f674291e93102661149520e7b45259" }, "require": { "drupal/core": "*", @@ -2965,16 +2965,12 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-beta2+7-dev", - "datestamp": "1544815219", + "version": "8.x-1.0-beta3+4-dev", + "datestamp": "1548372780", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." } - }, - "patches_applied": { - "Invalid placeholder (!types) in string": "https://www.drupal.org/files/issues/2019-01-16/2938134-4.patch", - "The unsubscribe option is not working": "https://www.drupal.org/files/issues/2019-01-17/3026687-2.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -2982,6 +2978,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "gnuget", + "homepage": "https://www.drupal.org/user/992990" + }, { "name": "greggles", "homepage": "https://www.drupal.org/user/36762" @@ -2992,7 +2992,7 @@ "support": { "source": "http://cgit.drupalcode.org/comment_notify" }, - "time": "2018-12-28T18:11:39+00:00" + "time": "2019-01-25T14:32:11+00:00" }, { "name": "drupal/components", @@ -6431,6 +6431,10 @@ "name": "jmiccolis", "homepage": "https://www.drupal.org/user/31731" }, + { + "name": "joseph.olstad", + "homepage": "https://www.drupal.org/user/1321830" + }, { "name": "mpotter", "homepage": "https://www.drupal.org/user/616192" @@ -9929,7 +9933,7 @@ { "name": "Luís Otávio Cobucci Oblonczyk", "email": "lcobucci@gmail.com", - "role": "developer" + "role": "Developer" } ], "description": "A simple library to work with JSON Web Token and JSON Web Signature", @@ -11691,7 +11695,7 @@ }, { "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" + "email": "backendtea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", @@ -12929,16 +12933,16 @@ }, { "name": "zendframework/zendxml", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/zendframework/ZendXml.git", - "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99" + "reference": "eceab37a591c9e140772a1470338258857339e00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99", - "reference": "267db6a2c431a08a8f8ff0f1f4c302a5ba6f5b99", + "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/eceab37a591c9e140772a1470338258857339e00", + "reference": "eceab37a591c9e140772a1470338258857339e00", "shasum": "" }, "require": { @@ -12951,8 +12955,8 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev", - "dev-develop": "1.2.x-dev" + "dev-master": "1.2.x-dev", + "dev-develop": "1.3.x-dev" } }, "autoload": { @@ -12971,7 +12975,7 @@ "xml", "zf" ], - "time": "2018-04-30T15:11:04+00:00" + "time": "2019-01-22T19:42:14+00:00" } ], "packages-dev": [], -- 2.45.2 From e601fa3c5c9039e428b159f2fc5cdc8d566a7448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 08:18:06 -0500 Subject: [PATCH 052/459] Make process timeout 10 minutes instead of default 5 When Drupal core is unzipped there's a notice of a 300 second timeout, then it switches to the ZipArchive class; there's speculation that later errors that don't specify the timeout but also result in unzip failures. See: https://stackoverflow.com/questions/28177019/composer-exceeded-the-timeout-of-300-seconds-while-installing-sylius-on-composer https://www.drupal.org/project/drupal/issues/3000865 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 620cf48..152d09c 100644 --- a/composer.json +++ b/composer.json @@ -105,6 +105,7 @@ } }, "config": { - "sort-packages": true + "sort-packages": true, + "process-timeout": 600 } } -- 2.45.2 From 91d86f6eb50a90ae3e54d161734046569603d9dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 08:49:05 -0500 Subject: [PATCH 053/459] Prevent prompt in database update & add file sync command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a1ca0f..1861e75 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ git pull git submodule update --recursive --remote vagrant ssh composer install -drush -y sql-dump > /tmp/paranoia.sql && drush sql-drop && drush -y sql-sync @live @self && drush -y updb +drush -y sql-dump > /tmp/paranoia.sql && drush -y sql-drop && drush -y sql-sync @live @self && drush -y updb +drush -y rsync @live:%files @self:%files drush cim -y ``` -- 2.45.2 From 94277f6ac055d07cef6d8d53e6c3e2115a2fffbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 08:55:35 -0500 Subject: [PATCH 054/459] Enable Paragraphs Features module --- config/sync/core.extension.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 1846bba..8f0b1ce 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -105,6 +105,7 @@ module: node: 0 options: 0 page_cache: 0 + paragraphs_features: 0 path: 0 quickedit: 0 rdf: 0 -- 2.45.2 From 59bd403e680382a4fbd31d679616f61672fe2ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 08:56:44 -0500 Subject: [PATCH 055/459] Commit config snapshot (unrelated to anything i've done, but ok) --- ..._sync.module.drutopia_creative_license.yml | 219 ++++++++++++++++++ 1 file changed, 219 insertions(+) diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_creative_license.yml b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_creative_license.yml index 1b676b1..98c34ba 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_creative_license.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.drutopia_creative_license.yml @@ -9,6 +9,225 @@ snapshotSet: config_sync extensionType: module extensionName: drutopia_creative_license items: + - + collection: '' + name: config_snapshot.snapshot.config_sync.module.drutopia_creative_license + data: + langcode: en + status: true + dependencies: + module: + - drutopia_creative_license + id: config_sync.module.drutopia_creative_license + snapshotSet: config_sync + extensionType: module + extensionName: drutopia_creative_license + items: + - + collection: '' + name: core.entity_view_display.taxonomy_term.license.default + data: + langcode: en + status: true + dependencies: + config: + - taxonomy.vocabulary.license + module: + - ds + - text + third_party_settings: + ds: + layout: + id: layout_onecol + library: layout_discovery/onecol + disable_css: false + entity_classes: all_classes + settings: { } + regions: + content: + - description + id: taxonomy_term.license.default + targetEntityType: taxonomy_term + bundle: license + mode: default + content: + description: + label: hidden + type: text_default + weight: 0 + region: content + settings: { } + third_party_settings: { } + hidden: { } + - + collection: '' + name: field.storage.node.field_license + data: + langcode: en + status: true + dependencies: + module: + - node + - taxonomy + id: node.field_license + field_name: field_license + entity_type: node + type: entity_reference + settings: + target_type: taxonomy_term + module: core + locked: false + cardinality: 1 + translatable: true + indexes: { } + persist_with_no_fields: false + custom_storage: false + - + collection: '' + name: taxonomy.vocabulary.license + data: + langcode: en + status: true + dependencies: { } + name: License + vid: license + description: '' + hierarchy: 0 + weight: 0 + - + collection: '' + name: core.base_field_override.taxonomy_term.license.changed + data: + langcode: en + status: true + dependencies: + config: + - taxonomy.vocabulary.license + id: taxonomy_term.license.changed + field_name: changed + entity_type: taxonomy_term + bundle: license + label: Changed + description: 'The time that the term was last edited.' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: { } + field_type: changed + - + collection: '' + name: core.base_field_override.taxonomy_term.license.description + data: + langcode: en + status: true + dependencies: + config: + - taxonomy.vocabulary.license + module: + - text + id: taxonomy_term.license.description + field_name: description + entity_type: taxonomy_term + bundle: license + label: Description + description: '' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: { } + field_type: text_long + - + collection: '' + name: core.base_field_override.taxonomy_term.license.metatag + data: + langcode: en + status: true + dependencies: + config: + - taxonomy.vocabulary.license + id: taxonomy_term.license.metatag + field_name: metatag + entity_type: taxonomy_term + bundle: license + label: Metatags + description: 'The meta tags for the entity.' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: { } + field_type: map + - + collection: '' + name: core.base_field_override.taxonomy_term.license.name + data: + langcode: en + status: true + dependencies: + config: + - taxonomy.vocabulary.license + id: taxonomy_term.license.name + field_name: name + entity_type: taxonomy_term + bundle: license + label: Name + description: '' + required: true + translatable: false + default_value: { } + default_value_callback: '' + settings: { } + field_type: string + - + collection: '' + name: core.base_field_override.taxonomy_term.license.path + data: + langcode: en + status: true + dependencies: + config: + - taxonomy.vocabulary.license + module: + - path + id: taxonomy_term.license.path + field_name: path + entity_type: taxonomy_term + bundle: license + label: 'URL alias' + description: '' + required: false + translatable: false + default_value: { } + default_value_callback: '' + settings: { } + field_type: path + - + collection: '' + name: core.base_field_override.taxonomy_term.license.status + data: + langcode: en + status: true + dependencies: + config: + - taxonomy.vocabulary.license + id: taxonomy_term.license.status + field_name: status + entity_type: taxonomy_term + bundle: license + label: Published + description: '' + required: false + translatable: false + default_value: + - + value: 1 + default_value_callback: '' + settings: + on_label: 'On' + off_label: 'Off' + field_type: boolean - collection: '' name: core.entity_view_display.taxonomy_term.license.default -- 2.45.2 From 55f0879762f363689aa4996d66bbf14bf2ff0860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 08:57:33 -0500 Subject: [PATCH 056/459] Commit paragraphs features default config --- config/sync/paragraphs_features.settings.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/sync/paragraphs_features.settings.yml diff --git a/config/sync/paragraphs_features.settings.yml b/config/sync/paragraphs_features.settings.yml new file mode 100644 index 0000000..89bf5c6 --- /dev/null +++ b/config/sync/paragraphs_features.settings.yml @@ -0,0 +1,3 @@ +dropdown_to_button: false +_core: + default_config_hash: lQErqdedK_5v01xVINKpMQnPQNpp4vS6oMsdNYbPfTI -- 2.45.2 From 22494a1fceb7f923cb1e7963cc9fa39cee5eafd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 08:57:59 -0500 Subject: [PATCH 057/459] Commit config snapshot --- ...ot.config_sync.module.paragraphs_features.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.paragraphs_features.yml diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.paragraphs_features.yml b/config/sync/config_snapshot.snapshot.config_sync.module.paragraphs_features.yml new file mode 100644 index 0000000..9f212bb --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.paragraphs_features.yml @@ -0,0 +1,16 @@ +uuid: 97234a14-9821-446a-9bdd-9f9cacaf4715 +langcode: en +status: true +dependencies: + module: + - paragraphs_features +id: config_sync.module.paragraphs_features +snapshotSet: config_sync +extensionType: module +extensionName: paragraphs_features +items: + - + collection: '' + name: paragraphs_features.settings + data: + dropdown_to_button: false -- 2.45.2 From 03967d4a1f225ca971428bcd83494428dc3e60f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 08:59:13 -0500 Subject: [PATCH 058/459] Commit harmless-looking spanish translations that added themselves ... and decline to commit the dozens of *deleted* translations; Gnuget any idea what's happening here? --- config/sync/language/es/block.block.bulma_main_menu.yml | 2 ++ config/sync/language/es/block.block.octavia_main_menu.yml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 config/sync/language/es/block.block.bulma_main_menu.yml create mode 100644 config/sync/language/es/block.block.octavia_main_menu.yml diff --git a/config/sync/language/es/block.block.bulma_main_menu.yml b/config/sync/language/es/block.block.bulma_main_menu.yml new file mode 100644 index 0000000..4d2bdfa --- /dev/null +++ b/config/sync/language/es/block.block.bulma_main_menu.yml @@ -0,0 +1,2 @@ +settings: + label: Navegación diff --git a/config/sync/language/es/block.block.octavia_main_menu.yml b/config/sync/language/es/block.block.octavia_main_menu.yml new file mode 100644 index 0000000..4d2bdfa --- /dev/null +++ b/config/sync/language/es/block.block.octavia_main_menu.yml @@ -0,0 +1,2 @@ +settings: + label: Navegación -- 2.45.2 From c00c90fe7c66c10c73f77392676da847d27b1911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 10:28:04 -0500 Subject: [PATCH 059/459] If we ever have only one paragraph type available, drop the dropdown --- config/sync/paragraphs_features.settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sync/paragraphs_features.settings.yml b/config/sync/paragraphs_features.settings.yml index 89bf5c6..bffe6e0 100644 --- a/config/sync/paragraphs_features.settings.yml +++ b/config/sync/paragraphs_features.settings.yml @@ -1,3 +1,3 @@ -dropdown_to_button: false +dropdown_to_button: true _core: default_config_hash: lQErqdedK_5v01xVINKpMQnPQNpp4vS6oMsdNYbPfTI -- 2.45.2 From d831af05c1b57b9489df4fb2983a6c59facc1a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 10:34:10 -0500 Subject: [PATCH 060/459] Enable Preview Link module --- config/sync/core.extension.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 8f0b1ce..912a454 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -107,6 +107,7 @@ module: page_cache: 0 paragraphs_features: 0 path: 0 + preview_link: 0 quickedit: 0 rdf: 0 redirect: 0 -- 2.45.2 From 2b3910a25a933e077f1432e26e5bb36f54a71be2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 10:34:47 -0500 Subject: [PATCH 061/459] Commit config snapshot --- ...pshot.snapshot.config_sync.module.preview_link.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.preview_link.yml diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.preview_link.yml b/config/sync/config_snapshot.snapshot.config_sync.module.preview_link.yml new file mode 100644 index 0000000..9a1ae1d --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.preview_link.yml @@ -0,0 +1,11 @@ +uuid: cc0e34a0-e6c4-4e64-b41c-b6d83736ce26 +langcode: en +status: true +dependencies: + module: + - preview_link +id: config_sync.module.preview_link +snapshotSet: config_sync +extensionType: module +extensionName: preview_link +items: { } -- 2.45.2 From 5a3bf66f0be8f6a0b7915227ab5a4e0749c2cfec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 10:35:59 -0500 Subject: [PATCH 062/459] Commit a few more self-added translation files ... while continuing to ignore the dozens that want to be deleted --- .../language/es/core.entity_view_mode.paragraph.preview.yml | 1 + config/sync/language/es/webform.settings.yml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 config/sync/language/es/core.entity_view_mode.paragraph.preview.yml create mode 100644 config/sync/language/es/webform.settings.yml diff --git a/config/sync/language/es/core.entity_view_mode.paragraph.preview.yml b/config/sync/language/es/core.entity_view_mode.paragraph.preview.yml new file mode 100644 index 0000000..ded3edb --- /dev/null +++ b/config/sync/language/es/core.entity_view_mode.paragraph.preview.yml @@ -0,0 +1 @@ +label: 'Vista previa' diff --git a/config/sync/language/es/webform.settings.yml b/config/sync/language/es/webform.settings.yml new file mode 100644 index 0000000..fbac193 --- /dev/null +++ b/config/sync/language/es/webform.settings.yml @@ -0,0 +1,3 @@ +settings: + default_preview_next_button_label: 'Vista previa' + default_preview_label: 'Vista previa' -- 2.45.2 From 52a4b481653db16a5e1f95afe89b5d74c915c54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 10:47:00 -0500 Subject: [PATCH 063/459] Enable syslog --- config/sync/core.extension.yml | 1 + config/sync/syslog.settings.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 config/sync/syslog.settings.yml diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 912a454..d785bd4 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -121,6 +121,7 @@ module: similarterms: 0 social_media_links: 0 statistics: 0 + syslog: 0 system: 0 taxonomy: 0 telephone: 0 diff --git a/config/sync/syslog.settings.yml b/config/sync/syslog.settings.yml new file mode 100644 index 0000000..272f915 --- /dev/null +++ b/config/sync/syslog.settings.yml @@ -0,0 +1,5 @@ +identity: drupal +facility: 128 +format: '!base_url|!timestamp|!type|!ip|!request_uri|!referer|!uid|!link|!message' +_core: + default_config_hash: vdXLRPZRg35PBykBRRXr6RTql5EJR_fUi2kxyZ8c5m0 -- 2.45.2 From d249da84c508ae4ac94b17ade75249ea6f9176b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 10:47:50 -0500 Subject: [PATCH 064/459] Commit config snapshot --- ...shot.snapshot.config_sync.module.syslog.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.syslog.yml diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.syslog.yml b/config/sync/config_snapshot.snapshot.config_sync.module.syslog.yml new file mode 100644 index 0000000..3730950 --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.syslog.yml @@ -0,0 +1,18 @@ +uuid: e88d65b8-4aec-4fbf-8548-9e8545efc31b +langcode: en +status: true +dependencies: + module: + - syslog +id: config_sync.module.syslog +snapshotSet: config_sync +extensionType: module +extensionName: syslog +items: + - + collection: '' + name: syslog.settings + data: + identity: drupal + facility: 8 + format: '!base_url|!timestamp|!type|!ip|!request_uri|!referer|!uid|!link|!message' -- 2.45.2 From b38ec22fbd7d7d2270d778a98c725608788aea21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 11:44:05 -0500 Subject: [PATCH 065/459] Update pattern library to display comment form even if no comments --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 5efe918..628d52a 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 5efe918b8deb9fda6be9025b31373c6e690d74fc +Subproject commit 628d52a786c592359bac3b90a048a6569dae1d8b -- 2.45.2 From 46ec28692b71910ad2c2ff2e4474c22569ed9463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 12:22:14 -0500 Subject: [PATCH 066/459] Improve look of comment form --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 628d52a..610b794 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 628d52a786c592359bac3b90a048a6569dae1d8b +Subproject commit 610b7948b5dd68882381fe0338c9d1f8732dab53 -- 2.45.2 From e62965946d659e09da4aab66ec2d7c9de69b0d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 29 Jan 2019 16:46:19 -0500 Subject: [PATCH 067/459] Probably broke Planet, so Revert "Here's what was different on my local for RSS feeds" This reverts commit 50d1c3c5b19cc229290c0e174f70ce7a1de8c4e7. (This was probably changes to the existing feed view display we didn't want to change.) --- config/sync/views.view.taxonomy_term.yml | 25 ++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/config/sync/views.view.taxonomy_term.yml b/config/sync/views.view.taxonomy_term.yml index 23dc17e..cfde60e 100644 --- a/config/sync/views.view.taxonomy_term.yml +++ b/config/sync/views.view.taxonomy_term.yml @@ -3,6 +3,7 @@ langcode: en status: true dependencies: config: + - core.entity_view_mode.node.rss - core.entity_view_mode.node.rss_teaser - core.entity_view_mode.node.teaser - field.storage.node.field_authors @@ -205,12 +206,20 @@ display: footer: { } empty: { } relationships: { } - fields: { } + fields: + title: + id: title + table: node_field_data + field: title + entity_type: node + entity_field: title + plugin_id: field display_extenders: { } link_url: '' link_display: page_1 cache_metadata: contexts: + - 'languages:language_content' - 'languages:language_interface' - url - url.query_args @@ -242,16 +251,10 @@ display: uses_fields: false description: '' row: - type: rss_fields + type: node_rss options: - title_field: title - link_field: view_node - description_field: field_body_paragraph - creator_field: field_authors - date_field: created - guid_field_options: - guid_field: nid - guid_field_is_permalink: true + relationship: none + view_mode: rss display_extenders: { } fields: nid: @@ -720,6 +723,7 @@ display: cache_metadata: max-age: -1 contexts: + - 'languages:language_content' - 'languages:language_interface' - url - 'user.node_grants:view' @@ -738,6 +742,7 @@ display: display_extenders: { } cache_metadata: contexts: + - 'languages:language_content' - 'languages:language_interface' - url - url.query_args -- 2.45.2 From 30a232ebe1da894b2d70b1cc96ca00c7a09f3161 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Fri, 1 Feb 2019 10:51:20 -0700 Subject: [PATCH 068/459] Change path of default images for metatag --- config/sync/metatag.metatag_defaults.front.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/sync/metatag.metatag_defaults.front.yml b/config/sync/metatag.metatag_defaults.front.yml index e699c0f..97a35b9 100644 --- a/config/sync/metatag.metatag_defaults.front.yml +++ b/config/sync/metatag.metatag_defaults.front.yml @@ -9,18 +9,18 @@ label: 'Front page' tags: shortlink: '[site:url]' canonical_url: '[site:url]' - image_src: 'https://agaric.coop/sites/default/files/inline-images/agaric-975x400-v1.png' + image_src: 'https://agaric.coop/themes/custom/agarica/patternlibrary/agaric/images/agaric-975x400-v1.png' og_locality: Boston - og_image: 'https://agaric.coop/sites/default/files/inline-images/agaric-975x400-v1.png' + og_image: 'https://agaric.coop/themes/custom/agarica/patternlibrary/agaric/images/agaric-975x400-v1.png' og_region: Massachusetts - og_image_alt: 'The Agaric logo and name with smaller web-related icons surrounding it.' + og_image_alt: Agaric. og_postal_code: '02134' og_description: 'A tech cooperative building websites and online tools that respect your freedom.' og_email: ask@agaric.coop og_phone_number: '(508) 283-3557' - twitter_cards_image: 'https://agaric.coop/sites/default/files/inline-images/agaric-square.png' + twitter_cards_image: 'https://agaric.coop/themes/custom/agarica/patternlibrary/agaric/images/agaric-square.png' twitter_cards_site: '@agaric' twitter_cards_description: 'A tech cooperative building websites and online tools that respect your freedom.' - twitter_cards_image_alt: 'The Agaric logo.' + twitter_cards_image_alt: 'Two stylized mushrooms.' twitter_cards_type: summary twitter_cards_title: Agaric -- 2.45.2 From e731bc3bbbe5ae286d81a0d3e7a553510e53ee3b Mon Sep 17 00:00:00 2001 From: David Valdez Date: Mon, 4 Feb 2019 13:28:46 -0600 Subject: [PATCH 069/459] This changes were made on Live. --- ...ot.config_sync.module.metatag_facebook.yml | 11 -------- ....config_sync.module.metatag_open_graph.yml | 11 -------- ...nfig_sync.module.metatag_twitter_cards.yml | 11 -------- ...eld_override.node.case_study.menu_link.yml | 2 +- ...e_field_override.node.case_study.title.yml | 2 +- ...d_override.node.landing_page.menu_link.yml | 2 +- ...field_override.node.landing_page.title.yml | 2 +- ...e_field_override.paragraph.faq.created.yml | 2 +- ...se_field_override.paragraph.faq.status.yml | 2 +- ....base_field_override.paragraph.faq.uid.yml | 2 +- ..._field_override.paragraph.file.created.yml | 2 +- ...e_field_override.paragraph.file.status.yml | 2 +- ...base_field_override.paragraph.file.uid.yml | 2 +- ...field_override.paragraph.image.created.yml | 2 +- ..._field_override.paragraph.image.status.yml | 2 +- ...ase_field_override.paragraph.image.uid.yml | 2 +- ...paragraph.quotation_with_image.created.yml | 2 +- ....paragraph.quotation_with_image.status.yml | 2 +- ...ide.paragraph.quotation_with_image.uid.yml | 2 +- ...field_override.paragraph.slide.created.yml | 2 +- ..._field_override.paragraph.slide.status.yml | 2 +- ...ase_field_override.paragraph.slide.uid.yml | 2 +- ...ide.paragraph.storyline_header.created.yml | 2 +- ...ride.paragraph.storyline_header.status.yml | 2 +- ...verride.paragraph.storyline_header.uid.yml | 2 +- ...rride.paragraph.storyline_item.created.yml | 2 +- ...erride.paragraph.storyline_item.status.yml | 2 +- ..._override.paragraph.storyline_item.uid.yml | 2 +- ..._field_override.paragraph.text.created.yml | 2 +- ...e_field_override.paragraph.text.status.yml | 2 +- ...base_field_override.paragraph.text.uid.yml | 2 +- ...field_override.paragraph.title.created.yml | 2 +- ..._field_override.paragraph.title.status.yml | 2 +- ...ase_field_override.paragraph.title.uid.yml | 2 +- ...ield_override.paragraph.update.created.yml | 2 +- ...field_override.paragraph.update.status.yml | 2 +- ...se_field_override.paragraph.update.uid.yml | 2 +- ...field_override.paragraph.video.created.yml | 2 +- ..._field_override.paragraph.video.status.yml | 2 +- ...ase_field_override.paragraph.video.uid.yml | 2 +- ..._field_override.paragraph.view.created.yml | 2 +- ...e_field_override.paragraph.view.status.yml | 2 +- ...base_field_override.paragraph.view.uid.yml | 2 +- ...eld_override.paragraph.webform.created.yml | 2 +- ...ield_override.paragraph.webform.status.yml | 2 +- ...e_field_override.paragraph.webform.uid.yml | 2 +- config/sync/core.extension.yml | 3 --- .../sync/field.field.node.case_study.body.yml | 4 +-- ...ode.case_study.field_case_study_client.yml | 2 +- ...e.case_study.field_case_study_partners.yml | 2 +- ...ode.case_study.field_case_study_status.yml | 4 +-- ...e.case_study.field_case_study_subtitle.yml | 2 +- ....node.case_study.field_case_study_team.yml | 2 +- ....node.case_study.field_case_study_year.yml | 2 +- ...ield.field.node.case_study.field_image.yml | 9 ++++++- ...ld.field.node.case_study.field_license.yml | 4 ++- ....field.node.case_study.field_meta_tags.yml | 2 +- ...d.field.node.case_study.field_services.yml | 4 +-- ...ld.field.node.case_study.field_summary.yml | 2 +- ...eld.node.case_study.field_technologies.yml | 2 +- ...d.field.node.page.field_body_paragraph.yml | 2 +- .../field.field.paragraph.faq.field_faq.yml | 2 +- .../field.field.paragraph.file.field_file.yml | 2 +- ...ield.field.paragraph.image.field_image.yml | 9 ++++++- ...graph.quotation_with_image.field_image.yml | 9 ++++++- ...h.quotation_with_image.field_quotation.yml | 2 +- ...ion_with_image.field_style_escape_flow.yml | 2 +- ...ield.field.paragraph.slide.field_image.yml | 9 ++++++- ...field.field.paragraph.slide.field_link.yml | 2 +- ...field.field.paragraph.slide.field_text.yml | 2 +- ...toryline_header.field_storyline_header.yml | 2 +- ...storyline_item.field_storyline_heading.yml | 2 +- ...ld.paragraph.storyline_item.field_text.yml | 2 +- ...eld.paragraph.text.field_style_classes.yml | 2 +- ...paragraph.text.field_style_escape_flow.yml | 2 +- .../field.field.paragraph.text.field_text.yml | 2 +- ...ield.field.paragraph.title.field_image.yml | 9 ++++++- ...ld.paragraph.title.field_style_classes.yml | 2 +- ...ield.paragraph.title.field_style_color.yml | 2 +- ...d.paragraph.title.field_style_titlebar.yml | 2 +- ...d.field.paragraph.title.field_subtitle.yml | 2 +- ...ield.field.paragraph.title.field_title.yml | 2 +- ...ield.field.paragraph.update.field_text.yml | 2 +- ...eld.paragraph.update.field_update_date.yml | 2 +- ...ield.paragraph.video.field_video_embed.yml | 2 +- ...paragraph.view.field_style_escape_flow.yml | 2 +- ...ld.paragraph.view.field_view_reference.yml | 2 +- ....field.paragraph.webform.field_webform.yml | 2 +- ...guage.content_settings.node.case_study.yml | 2 +- ...age.content_settings.node.landing_page.yml | 2 +- ...anguage.content_settings.paragraph.faq.yml | 4 +-- ...nguage.content_settings.paragraph.file.yml | 4 +-- ...guage.content_settings.paragraph.image.yml | 4 +-- ...ettings.paragraph.quotation_with_image.yml | 4 +-- ...guage.content_settings.paragraph.slide.yml | 4 +-- ...nt_settings.paragraph.storyline_header.yml | 4 +-- ...tent_settings.paragraph.storyline_item.yml | 4 +-- ...nguage.content_settings.paragraph.text.yml | 4 +-- ...guage.content_settings.paragraph.title.yml | 4 +-- ...uage.content_settings.paragraph.update.yml | 4 +-- ...guage.content_settings.paragraph.video.yml | 4 +-- ...nguage.content_settings.paragraph.view.yml | 4 +-- ...age.content_settings.paragraph.webform.yml | 4 +-- ...ssion.attend_the_tech_and_rev_workshop.yml | 11 ++++++++ ...ings.webform_submission.public_speaker.yml | 11 ++++++++ config/sync/language/es/views.view.blog.yml | 8 ++++++ .../language/es/webform.webform.contact.yml | 4 +++ .../language/es/webform.webform.training.yml | 1 + .../sync/metatag.metatag_defaults.front.yml | 17 +------------ .../sync/metatag.metatag_defaults.global.yml | 4 +-- config/sync/metatag.metatag_defaults.node.yml | 11 +------- ...metatag.metatag_defaults.taxonomy_term.yml | 7 +----- config/sync/node.type.case_study.yml | 4 +++ config/sync/node.type.landing_page.yml | 4 +++ config/sync/redirect_404.settings.yml | 2 +- config/sync/views.view.taxonomy_term.yml | 25 ++++++++----------- 116 files changed, 210 insertions(+), 202 deletions(-) delete mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.metatag_facebook.yml delete mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.metatag_open_graph.yml delete mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.metatag_twitter_cards.yml create mode 100644 config/sync/language.content_settings.webform_submission.attend_the_tech_and_rev_workshop.yml create mode 100644 config/sync/language.content_settings.webform_submission.public_speaker.yml create mode 100644 config/sync/language/es/views.view.blog.yml create mode 100644 config/sync/language/es/webform.webform.contact.yml create mode 100644 config/sync/language/es/webform.webform.training.yml diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.metatag_facebook.yml b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_facebook.yml deleted file mode 100644 index b5bae05..0000000 --- a/config/sync/config_snapshot.snapshot.config_sync.module.metatag_facebook.yml +++ /dev/null @@ -1,11 +0,0 @@ -uuid: 45874301-cb0c-498e-930f-360175ab0413 -langcode: en -status: true -dependencies: - module: - - metatag_facebook -id: config_sync.module.metatag_facebook -snapshotSet: config_sync -extensionType: module -extensionName: metatag_facebook -items: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.metatag_open_graph.yml b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_open_graph.yml deleted file mode 100644 index e0d3caa..0000000 --- a/config/sync/config_snapshot.snapshot.config_sync.module.metatag_open_graph.yml +++ /dev/null @@ -1,11 +0,0 @@ -uuid: c5e34b17-d6b7-4e40-93c2-4659bc776095 -langcode: en -status: true -dependencies: - module: - - metatag_open_graph -id: config_sync.module.metatag_open_graph -snapshotSet: config_sync -extensionType: module -extensionName: metatag_open_graph -items: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.metatag_twitter_cards.yml b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_twitter_cards.yml deleted file mode 100644 index b1dc231..0000000 --- a/config/sync/config_snapshot.snapshot.config_sync.module.metatag_twitter_cards.yml +++ /dev/null @@ -1,11 +0,0 @@ -uuid: c4469afe-36e6-496c-93f2-e6972d51de13 -langcode: en -status: true -dependencies: - module: - - metatag_twitter_cards -id: config_sync.module.metatag_twitter_cards -snapshotSet: config_sync -extensionType: module -extensionName: metatag_twitter_cards -items: { } diff --git a/config/sync/core.base_field_override.node.case_study.menu_link.yml b/config/sync/core.base_field_override.node.case_study.menu_link.yml index 093412a..d5259d8 100644 --- a/config/sync/core.base_field_override.node.case_study.menu_link.yml +++ b/config/sync/core.base_field_override.node.case_study.menu_link.yml @@ -11,7 +11,7 @@ bundle: case_study label: 'Menu link' description: 'Computed menu link for the node (only available during node saving).' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/core.base_field_override.node.case_study.title.yml b/config/sync/core.base_field_override.node.case_study.title.yml index 49da9dc..53040bc 100644 --- a/config/sync/core.base_field_override.node.case_study.title.yml +++ b/config/sync/core.base_field_override.node.case_study.title.yml @@ -11,7 +11,7 @@ bundle: case_study label: Title description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.node.landing_page.menu_link.yml b/config/sync/core.base_field_override.node.landing_page.menu_link.yml index b26bd90..6ed5e68 100644 --- a/config/sync/core.base_field_override.node.landing_page.menu_link.yml +++ b/config/sync/core.base_field_override.node.landing_page.menu_link.yml @@ -11,7 +11,7 @@ bundle: landing_page label: 'Menu link' description: 'Computed menu link for the node (only available during node saving).' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/core.base_field_override.node.landing_page.title.yml b/config/sync/core.base_field_override.node.landing_page.title.yml index b77b151..6a47849 100644 --- a/config/sync/core.base_field_override.node.landing_page.title.yml +++ b/config/sync/core.base_field_override.node.landing_page.title.yml @@ -11,7 +11,7 @@ bundle: landing_page label: Title description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.faq.created.yml b/config/sync/core.base_field_override.paragraph.faq.created.yml index be745b2..a5c46ca 100644 --- a/config/sync/core.base_field_override.paragraph.faq.created.yml +++ b/config/sync/core.base_field_override.paragraph.faq.created.yml @@ -11,7 +11,7 @@ bundle: faq label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.faq.status.yml b/config/sync/core.base_field_override.paragraph.faq.status.yml index 16f87af..3062a58 100644 --- a/config/sync/core.base_field_override.paragraph.faq.status.yml +++ b/config/sync/core.base_field_override.paragraph.faq.status.yml @@ -11,7 +11,7 @@ bundle: faq label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.faq.uid.yml b/config/sync/core.base_field_override.paragraph.faq.uid.yml index d4b994d..af5621c 100644 --- a/config/sync/core.base_field_override.paragraph.faq.uid.yml +++ b/config/sync/core.base_field_override.paragraph.faq.uid.yml @@ -11,7 +11,7 @@ bundle: faq label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.file.created.yml b/config/sync/core.base_field_override.paragraph.file.created.yml index 2f32001..cfba079 100644 --- a/config/sync/core.base_field_override.paragraph.file.created.yml +++ b/config/sync/core.base_field_override.paragraph.file.created.yml @@ -11,7 +11,7 @@ bundle: file label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.file.status.yml b/config/sync/core.base_field_override.paragraph.file.status.yml index a1378a3..d9f3f7a 100644 --- a/config/sync/core.base_field_override.paragraph.file.status.yml +++ b/config/sync/core.base_field_override.paragraph.file.status.yml @@ -11,7 +11,7 @@ bundle: file label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.file.uid.yml b/config/sync/core.base_field_override.paragraph.file.uid.yml index 206278d..f3d1230 100644 --- a/config/sync/core.base_field_override.paragraph.file.uid.yml +++ b/config/sync/core.base_field_override.paragraph.file.uid.yml @@ -11,7 +11,7 @@ bundle: file label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.image.created.yml b/config/sync/core.base_field_override.paragraph.image.created.yml index ca0fc75..25b9b1a 100644 --- a/config/sync/core.base_field_override.paragraph.image.created.yml +++ b/config/sync/core.base_field_override.paragraph.image.created.yml @@ -11,7 +11,7 @@ bundle: image label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.image.status.yml b/config/sync/core.base_field_override.paragraph.image.status.yml index 84383a1..eeae8e2 100644 --- a/config/sync/core.base_field_override.paragraph.image.status.yml +++ b/config/sync/core.base_field_override.paragraph.image.status.yml @@ -11,7 +11,7 @@ bundle: image label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.image.uid.yml b/config/sync/core.base_field_override.paragraph.image.uid.yml index 16c6259..3419de3 100644 --- a/config/sync/core.base_field_override.paragraph.image.uid.yml +++ b/config/sync/core.base_field_override.paragraph.image.uid.yml @@ -11,7 +11,7 @@ bundle: image label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.quotation_with_image.created.yml b/config/sync/core.base_field_override.paragraph.quotation_with_image.created.yml index 1afeafb..0431259 100644 --- a/config/sync/core.base_field_override.paragraph.quotation_with_image.created.yml +++ b/config/sync/core.base_field_override.paragraph.quotation_with_image.created.yml @@ -11,7 +11,7 @@ bundle: quotation_with_image label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.quotation_with_image.status.yml b/config/sync/core.base_field_override.paragraph.quotation_with_image.status.yml index 97d3b5b..2a681f2 100644 --- a/config/sync/core.base_field_override.paragraph.quotation_with_image.status.yml +++ b/config/sync/core.base_field_override.paragraph.quotation_with_image.status.yml @@ -11,7 +11,7 @@ bundle: quotation_with_image label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.quotation_with_image.uid.yml b/config/sync/core.base_field_override.paragraph.quotation_with_image.uid.yml index 42b0724..46faf5f 100644 --- a/config/sync/core.base_field_override.paragraph.quotation_with_image.uid.yml +++ b/config/sync/core.base_field_override.paragraph.quotation_with_image.uid.yml @@ -11,7 +11,7 @@ bundle: quotation_with_image label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.slide.created.yml b/config/sync/core.base_field_override.paragraph.slide.created.yml index 8a37d48..66fc1ad 100644 --- a/config/sync/core.base_field_override.paragraph.slide.created.yml +++ b/config/sync/core.base_field_override.paragraph.slide.created.yml @@ -11,7 +11,7 @@ bundle: slide label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.slide.status.yml b/config/sync/core.base_field_override.paragraph.slide.status.yml index 5e7be52..81d543f 100644 --- a/config/sync/core.base_field_override.paragraph.slide.status.yml +++ b/config/sync/core.base_field_override.paragraph.slide.status.yml @@ -11,7 +11,7 @@ bundle: slide label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.slide.uid.yml b/config/sync/core.base_field_override.paragraph.slide.uid.yml index 263fbb9..9fa3a3e 100644 --- a/config/sync/core.base_field_override.paragraph.slide.uid.yml +++ b/config/sync/core.base_field_override.paragraph.slide.uid.yml @@ -11,7 +11,7 @@ bundle: slide label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.storyline_header.created.yml b/config/sync/core.base_field_override.paragraph.storyline_header.created.yml index fabbabd..b9ee9b8 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_header.created.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_header.created.yml @@ -11,7 +11,7 @@ bundle: storyline_header label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.storyline_header.status.yml b/config/sync/core.base_field_override.paragraph.storyline_header.status.yml index cda978d..0a922b1 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_header.status.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_header.status.yml @@ -11,7 +11,7 @@ bundle: storyline_header label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.storyline_header.uid.yml b/config/sync/core.base_field_override.paragraph.storyline_header.uid.yml index 75a6ee8..a094644 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_header.uid.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_header.uid.yml @@ -11,7 +11,7 @@ bundle: storyline_header label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.storyline_item.created.yml b/config/sync/core.base_field_override.paragraph.storyline_item.created.yml index 0485664..4281d64 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_item.created.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_item.created.yml @@ -11,7 +11,7 @@ bundle: storyline_item label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.storyline_item.status.yml b/config/sync/core.base_field_override.paragraph.storyline_item.status.yml index 05e737a..ad21639 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_item.status.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_item.status.yml @@ -11,7 +11,7 @@ bundle: storyline_item label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.storyline_item.uid.yml b/config/sync/core.base_field_override.paragraph.storyline_item.uid.yml index e6c83d8..7b61f76 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_item.uid.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_item.uid.yml @@ -11,7 +11,7 @@ bundle: storyline_item label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.text.created.yml b/config/sync/core.base_field_override.paragraph.text.created.yml index 842722b..cfa4b53 100644 --- a/config/sync/core.base_field_override.paragraph.text.created.yml +++ b/config/sync/core.base_field_override.paragraph.text.created.yml @@ -11,7 +11,7 @@ bundle: text label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.text.status.yml b/config/sync/core.base_field_override.paragraph.text.status.yml index 91cd382..eac0927 100644 --- a/config/sync/core.base_field_override.paragraph.text.status.yml +++ b/config/sync/core.base_field_override.paragraph.text.status.yml @@ -11,7 +11,7 @@ bundle: text label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.text.uid.yml b/config/sync/core.base_field_override.paragraph.text.uid.yml index 38b3bed..5093cd0 100644 --- a/config/sync/core.base_field_override.paragraph.text.uid.yml +++ b/config/sync/core.base_field_override.paragraph.text.uid.yml @@ -11,7 +11,7 @@ bundle: text label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.title.created.yml b/config/sync/core.base_field_override.paragraph.title.created.yml index 699a67b..9e20356 100644 --- a/config/sync/core.base_field_override.paragraph.title.created.yml +++ b/config/sync/core.base_field_override.paragraph.title.created.yml @@ -11,7 +11,7 @@ bundle: title label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.title.status.yml b/config/sync/core.base_field_override.paragraph.title.status.yml index 7992cef..56b7473 100644 --- a/config/sync/core.base_field_override.paragraph.title.status.yml +++ b/config/sync/core.base_field_override.paragraph.title.status.yml @@ -11,7 +11,7 @@ bundle: title label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.title.uid.yml b/config/sync/core.base_field_override.paragraph.title.uid.yml index 00dc1f8..4df52c7 100644 --- a/config/sync/core.base_field_override.paragraph.title.uid.yml +++ b/config/sync/core.base_field_override.paragraph.title.uid.yml @@ -11,7 +11,7 @@ bundle: title label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.update.created.yml b/config/sync/core.base_field_override.paragraph.update.created.yml index 3157f64..a356065 100644 --- a/config/sync/core.base_field_override.paragraph.update.created.yml +++ b/config/sync/core.base_field_override.paragraph.update.created.yml @@ -11,7 +11,7 @@ bundle: update label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.update.status.yml b/config/sync/core.base_field_override.paragraph.update.status.yml index 05c73e8..40ef081 100644 --- a/config/sync/core.base_field_override.paragraph.update.status.yml +++ b/config/sync/core.base_field_override.paragraph.update.status.yml @@ -11,7 +11,7 @@ bundle: update label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.update.uid.yml b/config/sync/core.base_field_override.paragraph.update.uid.yml index cb77d6e..0a6aacf 100644 --- a/config/sync/core.base_field_override.paragraph.update.uid.yml +++ b/config/sync/core.base_field_override.paragraph.update.uid.yml @@ -11,7 +11,7 @@ bundle: update label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.video.created.yml b/config/sync/core.base_field_override.paragraph.video.created.yml index 057be97..53ee494 100644 --- a/config/sync/core.base_field_override.paragraph.video.created.yml +++ b/config/sync/core.base_field_override.paragraph.video.created.yml @@ -11,7 +11,7 @@ bundle: video label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.video.status.yml b/config/sync/core.base_field_override.paragraph.video.status.yml index 557be53..22a2cde 100644 --- a/config/sync/core.base_field_override.paragraph.video.status.yml +++ b/config/sync/core.base_field_override.paragraph.video.status.yml @@ -11,7 +11,7 @@ bundle: video label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.video.uid.yml b/config/sync/core.base_field_override.paragraph.video.uid.yml index 8aa42b9..5f82da9 100644 --- a/config/sync/core.base_field_override.paragraph.video.uid.yml +++ b/config/sync/core.base_field_override.paragraph.video.uid.yml @@ -11,7 +11,7 @@ bundle: video label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.view.created.yml b/config/sync/core.base_field_override.paragraph.view.created.yml index ffedde7..fd23314 100644 --- a/config/sync/core.base_field_override.paragraph.view.created.yml +++ b/config/sync/core.base_field_override.paragraph.view.created.yml @@ -11,7 +11,7 @@ bundle: view label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.view.status.yml b/config/sync/core.base_field_override.paragraph.view.status.yml index fec0129..686e932 100644 --- a/config/sync/core.base_field_override.paragraph.view.status.yml +++ b/config/sync/core.base_field_override.paragraph.view.status.yml @@ -11,7 +11,7 @@ bundle: view label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.view.uid.yml b/config/sync/core.base_field_override.paragraph.view.uid.yml index 3bc049f..3fa85ae 100644 --- a/config/sync/core.base_field_override.paragraph.view.uid.yml +++ b/config/sync/core.base_field_override.paragraph.view.uid.yml @@ -11,7 +11,7 @@ bundle: view label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.webform.created.yml b/config/sync/core.base_field_override.paragraph.webform.created.yml index 46e2ab9..adfe4e4 100644 --- a/config/sync/core.base_field_override.paragraph.webform.created.yml +++ b/config/sync/core.base_field_override.paragraph.webform.created.yml @@ -11,7 +11,7 @@ bundle: webform label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.webform.status.yml b/config/sync/core.base_field_override.paragraph.webform.status.yml index d291187..da0003c 100644 --- a/config/sync/core.base_field_override.paragraph.webform.status.yml +++ b/config/sync/core.base_field_override.paragraph.webform.status.yml @@ -11,7 +11,7 @@ bundle: webform label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.webform.uid.yml b/config/sync/core.base_field_override.paragraph.webform.uid.yml index c2cf494..cc1bee3 100644 --- a/config/sync/core.base_field_override.paragraph.webform.uid.yml +++ b/config/sync/core.base_field_override.paragraph.webform.uid.yml @@ -11,7 +11,7 @@ bundle: webform label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 54b3abc..d785bd4 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -96,9 +96,6 @@ module: menu_trail_by_path: 0 menu_ui: 0 metatag: 0 - metatag_facebook: 0 - metatag_open_graph: 0 - metatag_twitter_cards: 0 migrate: 0 migrate_drupal: 0 migrate_plus: 0 diff --git a/config/sync/field.field.node.case_study.body.yml b/config/sync/field.field.node.case_study.body.yml index 0fce944..85df9c8 100644 --- a/config/sync/field.field.node.case_study.body.yml +++ b/config/sync/field.field.node.case_study.body.yml @@ -13,10 +13,10 @@ id: node.case_study.body field_name: body entity_type: node bundle: case_study -label: Body +label: Cuerpo description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_case_study_client.yml b/config/sync/field.field.node.case_study.field_case_study_client.yml index 647aa87..5bc9192 100644 --- a/config/sync/field.field.node.case_study.field_case_study_client.yml +++ b/config/sync/field.field.node.case_study.field_case_study_client.yml @@ -16,7 +16,7 @@ bundle: case_study label: Client description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_case_study_partners.yml b/config/sync/field.field.node.case_study.field_case_study_partners.yml index b037a37..8670c08 100644 --- a/config/sync/field.field.node.case_study.field_case_study_partners.yml +++ b/config/sync/field.field.node.case_study.field_case_study_partners.yml @@ -16,7 +16,7 @@ bundle: case_study label: Partners description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_case_study_status.yml b/config/sync/field.field.node.case_study.field_case_study_status.yml index a08ca3a..5a616c0 100644 --- a/config/sync/field.field.node.case_study.field_case_study_status.yml +++ b/config/sync/field.field.node.case_study.field_case_study_status.yml @@ -11,10 +11,10 @@ id: node.case_study.field_case_study_status field_name: field_case_study_status entity_type: node bundle: case_study -label: Status +label: Estado description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_case_study_subtitle.yml b/config/sync/field.field.node.case_study.field_case_study_subtitle.yml index 207b5ca..07dc31e 100644 --- a/config/sync/field.field.node.case_study.field_case_study_subtitle.yml +++ b/config/sync/field.field.node.case_study.field_case_study_subtitle.yml @@ -14,7 +14,7 @@ bundle: case_study label: Subtitle description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_case_study_team.yml b/config/sync/field.field.node.case_study.field_case_study_team.yml index 80e18a6..506847f 100644 --- a/config/sync/field.field.node.case_study.field_case_study_team.yml +++ b/config/sync/field.field.node.case_study.field_case_study_team.yml @@ -15,7 +15,7 @@ bundle: case_study label: Team description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_case_study_year.yml b/config/sync/field.field.node.case_study.field_case_study_year.yml index 1f743f0..4629956 100644 --- a/config/sync/field.field.node.case_study.field_case_study_year.yml +++ b/config/sync/field.field.node.case_study.field_case_study_year.yml @@ -14,7 +14,7 @@ bundle: case_study label: Year description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_image.yml b/config/sync/field.field.node.case_study.field_image.yml index 8e927cb..f2203aa 100644 --- a/config/sync/field.field.node.case_study.field_image.yml +++ b/config/sync/field.field.node.case_study.field_image.yml @@ -6,7 +6,14 @@ dependencies: - field.storage.node.field_image - node.type.case_study module: + - content_translation - image +third_party_settings: + content_translation: + translation_sync: + alt: alt + title: title + file: '0' _core: default_config_hash: kTZSUq7WPcC_QIRMzI3I_otBSuTVQkJix5i1o63eAo4 id: node.case_study.field_image @@ -16,7 +23,7 @@ bundle: case_study label: Image description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_license.yml b/config/sync/field.field.node.case_study.field_license.yml index 8070223..236546c 100644 --- a/config/sync/field.field.node.case_study.field_license.yml +++ b/config/sync/field.field.node.case_study.field_license.yml @@ -6,6 +6,8 @@ dependencies: - field.storage.node.field_license - node.type.case_study - taxonomy.vocabulary.license + content: + - 'taxonomy_term:license:61745acc-d11c-4e65-bd9e-518d223fedab' _core: default_config_hash: T7m68a92H2-MCB3SN0o0T1_F8RfV4gUk4N-fkdbeVVQ id: node.case_study.field_license @@ -15,7 +17,7 @@ bundle: case_study label: License description: '' required: false -translatable: false +translatable: true default_value: - target_uuid: 61745acc-d11c-4e65-bd9e-518d223fedab diff --git a/config/sync/field.field.node.case_study.field_meta_tags.yml b/config/sync/field.field.node.case_study.field_meta_tags.yml index 5b29e28..7a167ed 100644 --- a/config/sync/field.field.node.case_study.field_meta_tags.yml +++ b/config/sync/field.field.node.case_study.field_meta_tags.yml @@ -16,7 +16,7 @@ bundle: case_study label: 'Meta tags' description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_services.yml b/config/sync/field.field.node.case_study.field_services.yml index 16d4552..c388c19 100644 --- a/config/sync/field.field.node.case_study.field_services.yml +++ b/config/sync/field.field.node.case_study.field_services.yml @@ -12,10 +12,10 @@ id: node.case_study.field_services field_name: field_services entity_type: node bundle: case_study -label: Services +label: Servicios description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_summary.yml b/config/sync/field.field.node.case_study.field_summary.yml index cf07fdb..699b4a9 100644 --- a/config/sync/field.field.node.case_study.field_summary.yml +++ b/config/sync/field.field.node.case_study.field_summary.yml @@ -16,7 +16,7 @@ bundle: case_study label: Summary description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_technologies.yml b/config/sync/field.field.node.case_study.field_technologies.yml index 1644779..c8aebf1 100644 --- a/config/sync/field.field.node.case_study.field_technologies.yml +++ b/config/sync/field.field.node.case_study.field_technologies.yml @@ -15,7 +15,7 @@ bundle: case_study label: Technologies description: 'Add new technology term' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.page.field_body_paragraph.yml b/config/sync/field.field.node.page.field_body_paragraph.yml index 72d2703..1fdf7b7 100644 --- a/config/sync/field.field.node.page.field_body_paragraph.yml +++ b/config/sync/field.field.node.page.field_body_paragraph.yml @@ -29,7 +29,7 @@ bundle: page label: 'Body paragraph' description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.faq.field_faq.yml b/config/sync/field.field.paragraph.faq.field_faq.yml index 3a40830..8093298 100644 --- a/config/sync/field.field.paragraph.faq.field_faq.yml +++ b/config/sync/field.field.paragraph.faq.field_faq.yml @@ -16,7 +16,7 @@ bundle: faq label: FAQ description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.file.field_file.yml b/config/sync/field.field.paragraph.file.field_file.yml index b05df5e..edfd6bc 100644 --- a/config/sync/field.field.paragraph.file.field_file.yml +++ b/config/sync/field.field.paragraph.file.field_file.yml @@ -16,7 +16,7 @@ bundle: file label: File description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.image.field_image.yml b/config/sync/field.field.paragraph.image.field_image.yml index ec7973c..a4f99c4 100644 --- a/config/sync/field.field.paragraph.image.field_image.yml +++ b/config/sync/field.field.paragraph.image.field_image.yml @@ -6,7 +6,14 @@ dependencies: - field.storage.paragraph.field_image - paragraphs.paragraphs_type.image module: + - content_translation - image +third_party_settings: + content_translation: + translation_sync: + alt: alt + title: title + file: '0' _core: default_config_hash: NS4XfuPJbhkGOp_KnO16fbWbcxRoDln_7HMLTkxTRn8 id: paragraph.image.field_image @@ -16,7 +23,7 @@ bundle: image label: Image description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.quotation_with_image.field_image.yml b/config/sync/field.field.paragraph.quotation_with_image.field_image.yml index 2c531f9..5f7d9b3 100644 --- a/config/sync/field.field.paragraph.quotation_with_image.field_image.yml +++ b/config/sync/field.field.paragraph.quotation_with_image.field_image.yml @@ -6,7 +6,14 @@ dependencies: - field.storage.paragraph.field_image - paragraphs.paragraphs_type.quotation_with_image module: + - content_translation - image +third_party_settings: + content_translation: + translation_sync: + alt: alt + title: title + file: '0' id: paragraph.quotation_with_image.field_image field_name: field_image entity_type: paragraph @@ -14,7 +21,7 @@ bundle: quotation_with_image label: Image description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.quotation_with_image.field_quotation.yml b/config/sync/field.field.paragraph.quotation_with_image.field_quotation.yml index 9a61408..e2f3f86 100644 --- a/config/sync/field.field.paragraph.quotation_with_image.field_quotation.yml +++ b/config/sync/field.field.paragraph.quotation_with_image.field_quotation.yml @@ -23,7 +23,7 @@ bundle: quotation_with_image label: Quotation description: 'Don''t use a blockquote or quotation marks unless what you are quoting contains a quotation, itself.' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml b/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml index ecda8a2..2582e6a 100644 --- a/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml +++ b/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml @@ -12,7 +12,7 @@ bundle: quotation_with_image label: 'Expand beyond content to sides' description: 'Bust out of content flow to be able to expand left and right.' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/field.field.paragraph.slide.field_image.yml b/config/sync/field.field.paragraph.slide.field_image.yml index bf8ab4c..e77b6f5 100644 --- a/config/sync/field.field.paragraph.slide.field_image.yml +++ b/config/sync/field.field.paragraph.slide.field_image.yml @@ -6,7 +6,14 @@ dependencies: - field.storage.paragraph.field_image - paragraphs.paragraphs_type.slide module: + - content_translation - image +third_party_settings: + content_translation: + translation_sync: + alt: alt + title: title + file: '0' _core: default_config_hash: UPqViFD1k8_sEfDdjk3x1c_IrqBW8NOZyf1dkqPc-UI id: paragraph.slide.field_image @@ -16,7 +23,7 @@ bundle: slide label: Image description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.slide.field_link.yml b/config/sync/field.field.paragraph.slide.field_link.yml index 5166e56..c4efe07 100644 --- a/config/sync/field.field.paragraph.slide.field_link.yml +++ b/config/sync/field.field.paragraph.slide.field_link.yml @@ -16,7 +16,7 @@ bundle: slide label: Link description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.slide.field_text.yml b/config/sync/field.field.paragraph.slide.field_text.yml index 2bec121..47d5b9b 100644 --- a/config/sync/field.field.paragraph.slide.field_text.yml +++ b/config/sync/field.field.paragraph.slide.field_text.yml @@ -16,7 +16,7 @@ bundle: slide label: Text description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.storyline_header.field_storyline_header.yml b/config/sync/field.field.paragraph.storyline_header.field_storyline_header.yml index d8283ab..9258560 100644 --- a/config/sync/field.field.paragraph.storyline_header.field_storyline_header.yml +++ b/config/sync/field.field.paragraph.storyline_header.field_storyline_header.yml @@ -14,7 +14,7 @@ bundle: storyline_header label: 'Storyline header' description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.storyline_item.field_storyline_heading.yml b/config/sync/field.field.paragraph.storyline_item.field_storyline_heading.yml index 57797f2..f239105 100644 --- a/config/sync/field.field.paragraph.storyline_item.field_storyline_heading.yml +++ b/config/sync/field.field.paragraph.storyline_item.field_storyline_heading.yml @@ -14,7 +14,7 @@ bundle: storyline_item label: Heading description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.storyline_item.field_text.yml b/config/sync/field.field.paragraph.storyline_item.field_text.yml index fb1f37f..d8ed6cf 100644 --- a/config/sync/field.field.paragraph.storyline_item.field_text.yml +++ b/config/sync/field.field.paragraph.storyline_item.field_text.yml @@ -16,7 +16,7 @@ bundle: storyline_item label: Text description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.text.field_style_classes.yml b/config/sync/field.field.paragraph.text.field_style_classes.yml index af0d6d1..77359bf 100644 --- a/config/sync/field.field.paragraph.text.field_style_classes.yml +++ b/config/sync/field.field.paragraph.text.field_style_classes.yml @@ -14,7 +14,7 @@ bundle: text label: 'Section style' description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.text.field_style_escape_flow.yml b/config/sync/field.field.paragraph.text.field_style_escape_flow.yml index b7df1fa..eda2ac7 100644 --- a/config/sync/field.field.paragraph.text.field_style_escape_flow.yml +++ b/config/sync/field.field.paragraph.text.field_style_escape_flow.yml @@ -12,7 +12,7 @@ bundle: text label: 'Expand beyond content to sides' description: 'Bust out of content flow to be able to expand left and right. Use this when applying a hero class.' required: false -translatable: false +translatable: true default_value: - value: 0 diff --git a/config/sync/field.field.paragraph.text.field_text.yml b/config/sync/field.field.paragraph.text.field_text.yml index 9680ff8..3aedb1f 100644 --- a/config/sync/field.field.paragraph.text.field_text.yml +++ b/config/sync/field.field.paragraph.text.field_text.yml @@ -16,7 +16,7 @@ bundle: text label: Text description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.title.field_image.yml b/config/sync/field.field.paragraph.title.field_image.yml index 9a10ad5..31046ac 100644 --- a/config/sync/field.field.paragraph.title.field_image.yml +++ b/config/sync/field.field.paragraph.title.field_image.yml @@ -6,7 +6,14 @@ dependencies: - field.storage.paragraph.field_image - paragraphs.paragraphs_type.title module: + - content_translation - image +third_party_settings: + content_translation: + translation_sync: + alt: alt + title: title + file: '0' id: paragraph.title.field_image field_name: field_image entity_type: paragraph @@ -14,7 +21,7 @@ bundle: title label: Image description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.title.field_style_classes.yml b/config/sync/field.field.paragraph.title.field_style_classes.yml index 3f7ac03..11c48a3 100644 --- a/config/sync/field.field.paragraph.title.field_style_classes.yml +++ b/config/sync/field.field.paragraph.title.field_style_classes.yml @@ -14,7 +14,7 @@ bundle: title label: 'Section style' description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.title.field_style_color.yml b/config/sync/field.field.paragraph.title.field_style_color.yml index 0e0b9ad..df43719 100644 --- a/config/sync/field.field.paragraph.title.field_style_color.yml +++ b/config/sync/field.field.paragraph.title.field_style_color.yml @@ -14,7 +14,7 @@ bundle: title label: Color description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.title.field_style_titlebar.yml b/config/sync/field.field.paragraph.title.field_style_titlebar.yml index 9575d6a..33fdfbb 100644 --- a/config/sync/field.field.paragraph.title.field_style_titlebar.yml +++ b/config/sync/field.field.paragraph.title.field_style_titlebar.yml @@ -12,7 +12,7 @@ bundle: title label: Titlebar description: '' required: false -translatable: false +translatable: true default_value: - value: 0 diff --git a/config/sync/field.field.paragraph.title.field_subtitle.yml b/config/sync/field.field.paragraph.title.field_subtitle.yml index 2b2f0ca..be30b34 100644 --- a/config/sync/field.field.paragraph.title.field_subtitle.yml +++ b/config/sync/field.field.paragraph.title.field_subtitle.yml @@ -23,7 +23,7 @@ bundle: title label: Subtitle description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.title.field_title.yml b/config/sync/field.field.paragraph.title.field_title.yml index d3a72f2..e8cf58b 100644 --- a/config/sync/field.field.paragraph.title.field_title.yml +++ b/config/sync/field.field.paragraph.title.field_title.yml @@ -23,7 +23,7 @@ bundle: title label: Title description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.update.field_text.yml b/config/sync/field.field.paragraph.update.field_text.yml index 53b7620..412334d 100644 --- a/config/sync/field.field.paragraph.update.field_text.yml +++ b/config/sync/field.field.paragraph.update.field_text.yml @@ -16,7 +16,7 @@ bundle: update label: Update description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.update.field_update_date.yml b/config/sync/field.field.paragraph.update.field_update_date.yml index b0af5f0..45d405b 100644 --- a/config/sync/field.field.paragraph.update.field_update_date.yml +++ b/config/sync/field.field.paragraph.update.field_update_date.yml @@ -16,7 +16,7 @@ bundle: update label: 'Update date' description: '' required: false -translatable: false +translatable: true default_value: - default_date_type: now diff --git a/config/sync/field.field.paragraph.video.field_video_embed.yml b/config/sync/field.field.paragraph.video.field_video_embed.yml index d124ef7..efc7d07 100644 --- a/config/sync/field.field.paragraph.video.field_video_embed.yml +++ b/config/sync/field.field.paragraph.video.field_video_embed.yml @@ -16,7 +16,7 @@ bundle: video label: 'Video embed' description: 'Paste in the embed link from YouTube or Vimeo to embed a video.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.view.field_style_escape_flow.yml b/config/sync/field.field.paragraph.view.field_style_escape_flow.yml index e7c0145..7557be2 100644 --- a/config/sync/field.field.paragraph.view.field_style_escape_flow.yml +++ b/config/sync/field.field.paragraph.view.field_style_escape_flow.yml @@ -12,7 +12,7 @@ bundle: view label: 'Expand beyond content to sides' description: 'Bust out of content flow to be able to expand left and right.' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/field.field.paragraph.view.field_view_reference.yml b/config/sync/field.field.paragraph.view.field_view_reference.yml index 299ba5f..96f69c6 100644 --- a/config/sync/field.field.paragraph.view.field_view_reference.yml +++ b/config/sync/field.field.paragraph.view.field_view_reference.yml @@ -14,7 +14,7 @@ bundle: view label: View description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.webform.field_webform.yml b/config/sync/field.field.paragraph.webform.field_webform.yml index 46f80a7..5cf71ed 100644 --- a/config/sync/field.field.paragraph.webform.field_webform.yml +++ b/config/sync/field.field.paragraph.webform.field_webform.yml @@ -14,7 +14,7 @@ bundle: webform label: Webform description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/language.content_settings.node.case_study.yml b/config/sync/language.content_settings.node.case_study.yml index 5a60fea..63065be 100644 --- a/config/sync/language.content_settings.node.case_study.yml +++ b/config/sync/language.content_settings.node.case_study.yml @@ -8,7 +8,7 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: node.case_study diff --git a/config/sync/language.content_settings.node.landing_page.yml b/config/sync/language.content_settings.node.landing_page.yml index 2336c01..61bb244 100644 --- a/config/sync/language.content_settings.node.landing_page.yml +++ b/config/sync/language.content_settings.node.landing_page.yml @@ -8,7 +8,7 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: node.landing_page diff --git a/config/sync/language.content_settings.paragraph.faq.yml b/config/sync/language.content_settings.paragraph.faq.yml index 8d687df..7e22de2 100644 --- a/config/sync/language.content_settings.paragraph.faq.yml +++ b/config/sync/language.content_settings.paragraph.faq.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.faq target_entity_type_id: paragraph target_bundle: faq default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.file.yml b/config/sync/language.content_settings.paragraph.file.yml index fc0752c..812b927 100644 --- a/config/sync/language.content_settings.paragraph.file.yml +++ b/config/sync/language.content_settings.paragraph.file.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.file target_entity_type_id: paragraph target_bundle: file default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.image.yml b/config/sync/language.content_settings.paragraph.image.yml index d9ed040..ac5ec5f 100644 --- a/config/sync/language.content_settings.paragraph.image.yml +++ b/config/sync/language.content_settings.paragraph.image.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.image target_entity_type_id: paragraph target_bundle: image default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.quotation_with_image.yml b/config/sync/language.content_settings.paragraph.quotation_with_image.yml index cff7682..1eb1d6f 100644 --- a/config/sync/language.content_settings.paragraph.quotation_with_image.yml +++ b/config/sync/language.content_settings.paragraph.quotation_with_image.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.quotation_with_image target_entity_type_id: paragraph target_bundle: quotation_with_image default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.slide.yml b/config/sync/language.content_settings.paragraph.slide.yml index fea8836..25ab75e 100644 --- a/config/sync/language.content_settings.paragraph.slide.yml +++ b/config/sync/language.content_settings.paragraph.slide.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.slide target_entity_type_id: paragraph target_bundle: slide default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.storyline_header.yml b/config/sync/language.content_settings.paragraph.storyline_header.yml index 77faba3..b92e96f 100644 --- a/config/sync/language.content_settings.paragraph.storyline_header.yml +++ b/config/sync/language.content_settings.paragraph.storyline_header.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.storyline_header target_entity_type_id: paragraph target_bundle: storyline_header default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.storyline_item.yml b/config/sync/language.content_settings.paragraph.storyline_item.yml index b694a4f..833cdb9 100644 --- a/config/sync/language.content_settings.paragraph.storyline_item.yml +++ b/config/sync/language.content_settings.paragraph.storyline_item.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.storyline_item target_entity_type_id: paragraph target_bundle: storyline_item default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.text.yml b/config/sync/language.content_settings.paragraph.text.yml index 601e6eb..064792d 100644 --- a/config/sync/language.content_settings.paragraph.text.yml +++ b/config/sync/language.content_settings.paragraph.text.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.text target_entity_type_id: paragraph target_bundle: text default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.title.yml b/config/sync/language.content_settings.paragraph.title.yml index 5a6dee2..e197525 100644 --- a/config/sync/language.content_settings.paragraph.title.yml +++ b/config/sync/language.content_settings.paragraph.title.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.title target_entity_type_id: paragraph target_bundle: title default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.update.yml b/config/sync/language.content_settings.paragraph.update.yml index bc23fe0..218525c 100644 --- a/config/sync/language.content_settings.paragraph.update.yml +++ b/config/sync/language.content_settings.paragraph.update.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.update target_entity_type_id: paragraph target_bundle: update default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.video.yml b/config/sync/language.content_settings.paragraph.video.yml index 9980907..fa17ff0 100644 --- a/config/sync/language.content_settings.paragraph.video.yml +++ b/config/sync/language.content_settings.paragraph.video.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.video target_entity_type_id: paragraph target_bundle: video default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.view.yml b/config/sync/language.content_settings.paragraph.view.yml index 2429388..b100e0c 100644 --- a/config/sync/language.content_settings.paragraph.view.yml +++ b/config/sync/language.content_settings.paragraph.view.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.view target_entity_type_id: paragraph target_bundle: view default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.webform.yml b/config/sync/language.content_settings.paragraph.webform.yml index 03a028e..e618a79 100644 --- a/config/sync/language.content_settings.paragraph.webform.yml +++ b/config/sync/language.content_settings.paragraph.webform.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.webform target_entity_type_id: paragraph target_bundle: webform default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.webform_submission.attend_the_tech_and_rev_workshop.yml b/config/sync/language.content_settings.webform_submission.attend_the_tech_and_rev_workshop.yml new file mode 100644 index 0000000..2d388c0 --- /dev/null +++ b/config/sync/language.content_settings.webform_submission.attend_the_tech_and_rev_workshop.yml @@ -0,0 +1,11 @@ +uuid: 8d0f3bf0-d7f0-44bb-865f-9634cf158c50 +langcode: es +status: true +dependencies: + config: + - webform.webform.attend_the_tech_and_rev_workshop +id: webform_submission.attend_the_tech_and_rev_workshop +target_entity_type_id: webform_submission +target_bundle: attend_the_tech_and_rev_workshop +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.webform_submission.public_speaker.yml b/config/sync/language.content_settings.webform_submission.public_speaker.yml new file mode 100644 index 0000000..f01811b --- /dev/null +++ b/config/sync/language.content_settings.webform_submission.public_speaker.yml @@ -0,0 +1,11 @@ +uuid: 800990e0-75d8-4ecc-867d-f01a5f6f71c9 +langcode: es +status: true +dependencies: + config: + - webform.webform.public_speaker +id: webform_submission.public_speaker +target_entity_type_id: webform_submission +target_bundle: public_speaker +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language/es/views.view.blog.yml b/config/sync/language/es/views.view.blog.yml new file mode 100644 index 0000000..acebbe5 --- /dev/null +++ b/config/sync/language/es/views.view.blog.yml @@ -0,0 +1,8 @@ +display: + embed_listing: + display_options: + footer: + area: + content: + value: "\r\n" + format: full_html diff --git a/config/sync/language/es/webform.webform.contact.yml b/config/sync/language/es/webform.webform.contact.yml new file mode 100644 index 0000000..2684696 --- /dev/null +++ b/config/sync/language/es/webform.webform.contact.yml @@ -0,0 +1,4 @@ +title: Contacto +elements: "introduction:\n '#markup': 'Usted – nuestros clientes, colegas, y admiradores locos – on la razón por la que hacemos lo que hacemos. Nos encantaría saber de usted.'\nname:\n '#title': 'Tu Nombre'\nemail:\n '#title': 'Tu Correo Electrónico'\nsubject:\n '#title': 'El Tema'\nmessage:\n '#title': Mensaje\nhow_did_you_find_us:\n '#title': '¿Cómo se enteró de nosotros?'\n '#options':\n 'A professional or personal recommendation': 'Una recomendación profesional o personal'\n 'I met an Agaric and was given a business card': 'Conocí a un Agárico y me dieron una tarjeta de presentación'\n 'Google or something similar': 'Google o algo similar'\n 'The Agaric logo appeared on toast I made': 'El logo de Agaric apareció en una tostada que hice'\n '#other__option_label': Otro\nactions:\n '#submit__label': 'Enviar Mensaje'\n" +settings: + confirmation_message: '¡Gracias por contactarnos! Nos pondremos en contacto con usted tan pronto como uno de nosotros (probablemente Clayton) revise nuestro correo electrónico.' diff --git a/config/sync/language/es/webform.webform.training.yml b/config/sync/language/es/webform.webform.training.yml new file mode 100644 index 0000000..b896db0 --- /dev/null +++ b/config/sync/language/es/webform.webform.training.yml @@ -0,0 +1 @@ +elements: "intro_text:\n '#text': \"

Gracias por el interetes en nuestras capacitaciones. Solo necesitamos un poco de información acerca de lo que buscas y nos pondremos en contacto pronto.

\\r\\n\"\nname:\n '#title': Nombre\ntopics:\n '#title': Temas\n '#options':\n 'Introduction to Drupal': 'Introducción a Drupal'\n 'Drupal development (beginning)': 'Desarollo en Drupal development (principiante)'\n 'Drupal development (intermediate)': 'Desarrollo en Drupal (intermedio)'\n 'Drupal development (advanced)': 'Desarrollo en Drupal (avanzado)'\n 'Drupal theming and templating': 'Diseño y theming en Drupal'\n 'Data migration': 'Migración de Datos'\nsize:\n '#title': Tamaño\n '#options':\n 'Personal training': 'Capacitación personal'\n 'Small group (2-5)': 'Grupo pequeño(2-5)'\n 'Larger group (more than 5)': 'Grupo grande (mas de 5)'\nactions:\n '#submit__label': 'Pedir una capacitación'\n" diff --git a/config/sync/metatag.metatag_defaults.front.yml b/config/sync/metatag.metatag_defaults.front.yml index 97a35b9..94bd95a 100644 --- a/config/sync/metatag.metatag_defaults.front.yml +++ b/config/sync/metatag.metatag_defaults.front.yml @@ -7,20 +7,5 @@ _core: id: front label: 'Front page' tags: - shortlink: '[site:url]' canonical_url: '[site:url]' - image_src: 'https://agaric.coop/themes/custom/agarica/patternlibrary/agaric/images/agaric-975x400-v1.png' - og_locality: Boston - og_image: 'https://agaric.coop/themes/custom/agarica/patternlibrary/agaric/images/agaric-975x400-v1.png' - og_region: Massachusetts - og_image_alt: Agaric. - og_postal_code: '02134' - og_description: 'A tech cooperative building websites and online tools that respect your freedom.' - og_email: ask@agaric.coop - og_phone_number: '(508) 283-3557' - twitter_cards_image: 'https://agaric.coop/themes/custom/agarica/patternlibrary/agaric/images/agaric-square.png' - twitter_cards_site: '@agaric' - twitter_cards_description: 'A tech cooperative building websites and online tools that respect your freedom.' - twitter_cards_image_alt: 'Two stylized mushrooms.' - twitter_cards_type: summary - twitter_cards_title: Agaric + shortlink: '[site:url]' diff --git a/config/sync/metatag.metatag_defaults.global.yml b/config/sync/metatag.metatag_defaults.global.yml index 7cda3d2..83c91a9 100644 --- a/config/sync/metatag.metatag_defaults.global.yml +++ b/config/sync/metatag.metatag_defaults.global.yml @@ -7,7 +7,5 @@ _core: id: global label: Global tags: - title: '[current-page:title] | [site:name]' canonical_url: '[current-page:url]' - og_site_name: Agaric - og_title: '[current-page:title] | [site:name]' + title: '[current-page:title] | [site:name]' diff --git a/config/sync/metatag.metatag_defaults.node.yml b/config/sync/metatag.metatag_defaults.node.yml index 797e21d..24e22d0 100644 --- a/config/sync/metatag.metatag_defaults.node.yml +++ b/config/sync/metatag.metatag_defaults.node.yml @@ -8,14 +8,5 @@ id: node label: Content tags: title: '[node:title] | [site:name]' - canonical_url: '[node:url]' description: '[node:summary]' - image_src: '[node:field_image]' - og_image: '[node:field_image]' - og_image_alt: '[node:field_image:alt]' - og_description: '[node:summary]' - og_site_name: Agaric - og_title: '[node:title] | [site:name]' - twitter_cards_image: '[node:field_image]' - twitter_cards_image_alt: '[node:field_image:alt]' - twitter_cards_type: summary + canonical_url: '[node:url]' diff --git a/config/sync/metatag.metatag_defaults.taxonomy_term.yml b/config/sync/metatag.metatag_defaults.taxonomy_term.yml index 4704fe9..899563a 100644 --- a/config/sync/metatag.metatag_defaults.taxonomy_term.yml +++ b/config/sync/metatag.metatag_defaults.taxonomy_term.yml @@ -7,11 +7,6 @@ _core: id: taxonomy_term label: 'Taxonomy term' tags: - title: '[term:name] | [site:name]' canonical_url: '[term:url]' description: '[term:description]' - og_description: '[term:description]' - og_title: '[term:name] | [site:name]' - twitter_cards_description: '[term:description]' - twitter_cards_type: summary - twitter_cards_title: '[term:name] | [site:name]' + title: '[term:name] | [site:name]' diff --git a/config/sync/node.type.case_study.yml b/config/sync/node.type.case_study.yml index 1ba2933..930caf5 100644 --- a/config/sync/node.type.case_study.yml +++ b/config/sync/node.type.case_study.yml @@ -3,12 +3,16 @@ langcode: en status: true dependencies: module: + - indieweb_context - menu_ui third_party_settings: menu_ui: available_menus: - main parent: 'main:' + indieweb_context: + post_context_link_field: '' + post_context_post_type: '' _core: default_config_hash: MRh-kbbNL2hwFapj6KIArv0J3_03XSkBNAtdKvf5vMk name: 'Case Study' diff --git a/config/sync/node.type.landing_page.yml b/config/sync/node.type.landing_page.yml index 54e1a23..f8b4b19 100644 --- a/config/sync/node.type.landing_page.yml +++ b/config/sync/node.type.landing_page.yml @@ -3,12 +3,16 @@ langcode: en status: true dependencies: module: + - indieweb_context - menu_ui third_party_settings: menu_ui: available_menus: - main parent: 'main:' + indieweb_context: + post_context_link_field: '' + post_context_post_type: '' _core: default_config_hash: QECb_5oLjGh317SVZR3QFu-KwYdEVSyCJt5RrxFDRgY name: 'Landing page' diff --git a/config/sync/redirect_404.settings.yml b/config/sync/redirect_404.settings.yml index 3cfb50b..f8af3af 100644 --- a/config/sync/redirect_404.settings.yml +++ b/config/sync/redirect_404.settings.yml @@ -1,5 +1,5 @@ row_limit: 10000 -pages: "/wp-login.php\r\n/\r\n/xmlrpc.php\r\n/\r\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/module.php?echo%2027ebdd36a8ac535e55aaeb6abf8a769d&feature=shell\r\n/\r\n/.well-known/assetlinks.json\r\n/\r\n/plus/read.php\r\n/\r\n/servlet?jumpto=status&p=login&q=loginForm\r\n/\r\n/data/cache/asd.php\r\n/\r\n/data/cache/flye.php\r\n/\r\n/plus/result.php\r\n/\r\n/phpmyadmin\r\n/\r\n/fuck.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/wordpress/wp-login.php\r\n/\r\n/coon.php\r\n/\r\n/sqlite/sqlite-manager/main.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/dede/login.php\r\n/\r\n/blog/xmlrpc.php\r\n/\r\n/plus/90sec.php\r\n/\r\n/admin/login.php\r\n/\r\n/lx.php\r\n/\r\n/lequ.php\r\n/\r\n/blog/user/register\r\n/\r\n/payload.php\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/MYAdmin\r\n/\r\n/plus/mytag_js.php?aid=511348\r\n/\r\n/sb.php\r\n/\r\n/\r\n/sqlite/sqlitemanager/main.php\r\n/\r\n/mySqlDumper\r\n/\r\n/plus/mytag_js.php?aid=6022\r\n/\r\n/pmd/index.php\r\n/\r\n/sites/default/files/content-post.php\r\n/\r\n/gb.php\r\n/\r\n/s.php?c=echo%20InfoOS%3A%60uname%20-a%3Bid%60OSInfo%3B%20exit%3B\r\n/\r\n/modules/coder/coder_upgrade/scripts/coder_upgrade.run.php\r\n/\r\n/install/index.php.bak?insLockfile=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php&s_lang=a&step=11\r\n/\r\n/srv/svn/agaric/drupal-contrib/5/modules-all/transliteration/data/x6e.php\r\n/\r\n/config/secrets.yml\r\n/\r\n/ewebeditor/php/upload.php?action=save&language=en&style=toby57&type=FILE\r\n/\r\n/plus/da.php\r\n/\r\n/plus/car.php\n" +pages: "/wp-login.php\r\n/\r\n/xmlrpc.php\r\n/\r\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/module.php?echo%2027ebdd36a8ac535e55aaeb6abf8a769d&feature=shell\r\n/\r\n/.well-known/assetlinks.json\r\n/\r\n/plus/read.php\r\n/\r\n/servlet?jumpto=status&p=login&q=loginForm\r\n/\r\n/data/cache/asd.php\r\n/\r\n/data/cache/flye.php\r\n/\r\n/plus/result.php\r\n/\r\n/phpmyadmin\r\n/\r\n/fuck.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/wordpress/wp-login.php\r\n/\r\n/coon.php\r\n/\r\n/sqlite/sqlite-manager/main.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/dede/login.php\r\n/\r\n/blog/xmlrpc.php\r\n/\r\n/plus/90sec.php\r\n/\r\n/admin/login.php\r\n/\r\n/lx.php\r\n/\r\n/lequ.php\r\n/\r\n/blog/user/register\r\n/\r\n/payload.php\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/MYAdmin\r\n/\r\n/plus/mytag_js.php?aid=511348\r\n/\r\n/sb.php\r\n/\r\n/\r\n/sqlite/sqlitemanager/main.php\r\n/\r\n/mySqlDumper\r\n/\r\n/plus/mytag_js.php?aid=6022\r\n/\r\n/pmd/index.php\r\n/\r\n/sites/default/files/content-post.php\r\n/\r\n/gb.php\r\n/\r\n/s.php?c=echo%20InfoOS%3A%60uname%20-a%3Bid%60OSInfo%3B%20exit%3B\r\n/\r\n/modules/coder/coder_upgrade/scripts/coder_upgrade.run.php\r\n/\r\n/install/index.php.bak?insLockfile=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php&s_lang=a&step=11\r\n/\r\n/srv/svn/agaric/drupal-contrib/5/modules-all/transliteration/data/x6e.php\r\n/\r\n/config/secrets.yml\r\n/\r\n/ewebeditor/php/upload.php?action=save&language=en&style=toby57&type=FILE\r\n/\r\n/plus/da.php\r\n/\r\n/plus/car.php\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n" suppress_404: false _core: default_config_hash: FgPCEDevf9dhNU_QB_fo-4AWxi0rrSZ2SGfd7bLNzLM diff --git a/config/sync/views.view.taxonomy_term.yml b/config/sync/views.view.taxonomy_term.yml index cfde60e..23dc17e 100644 --- a/config/sync/views.view.taxonomy_term.yml +++ b/config/sync/views.view.taxonomy_term.yml @@ -3,7 +3,6 @@ langcode: en status: true dependencies: config: - - core.entity_view_mode.node.rss - core.entity_view_mode.node.rss_teaser - core.entity_view_mode.node.teaser - field.storage.node.field_authors @@ -206,20 +205,12 @@ display: footer: { } empty: { } relationships: { } - fields: - title: - id: title - table: node_field_data - field: title - entity_type: node - entity_field: title - plugin_id: field + fields: { } display_extenders: { } link_url: '' link_display: page_1 cache_metadata: contexts: - - 'languages:language_content' - 'languages:language_interface' - url - url.query_args @@ -251,10 +242,16 @@ display: uses_fields: false description: '' row: - type: node_rss + type: rss_fields options: - relationship: none - view_mode: rss + title_field: title + link_field: view_node + description_field: field_body_paragraph + creator_field: field_authors + date_field: created + guid_field_options: + guid_field: nid + guid_field_is_permalink: true display_extenders: { } fields: nid: @@ -723,7 +720,6 @@ display: cache_metadata: max-age: -1 contexts: - - 'languages:language_content' - 'languages:language_interface' - url - 'user.node_grants:view' @@ -742,7 +738,6 @@ display: display_extenders: { } cache_metadata: contexts: - - 'languages:language_content' - 'languages:language_interface' - url - url.query_args -- 2.45.2 From b9cf9bbd315a31882be003fe5190e0e8dd081d5f Mon Sep 17 00:00:00 2001 From: David Valdez Date: Tue, 5 Feb 2019 19:07:45 +0000 Subject: [PATCH 070/459] Revert "This changes were made on Live." This reverts commit e731bc3bbbe5ae286d81a0d3e7a553510e53ee3b. --- ...ot.config_sync.module.metatag_facebook.yml | 11 ++++++++ ....config_sync.module.metatag_open_graph.yml | 11 ++++++++ ...nfig_sync.module.metatag_twitter_cards.yml | 11 ++++++++ ...eld_override.node.case_study.menu_link.yml | 2 +- ...e_field_override.node.case_study.title.yml | 2 +- ...d_override.node.landing_page.menu_link.yml | 2 +- ...field_override.node.landing_page.title.yml | 2 +- ...e_field_override.paragraph.faq.created.yml | 2 +- ...se_field_override.paragraph.faq.status.yml | 2 +- ....base_field_override.paragraph.faq.uid.yml | 2 +- ..._field_override.paragraph.file.created.yml | 2 +- ...e_field_override.paragraph.file.status.yml | 2 +- ...base_field_override.paragraph.file.uid.yml | 2 +- ...field_override.paragraph.image.created.yml | 2 +- ..._field_override.paragraph.image.status.yml | 2 +- ...ase_field_override.paragraph.image.uid.yml | 2 +- ...paragraph.quotation_with_image.created.yml | 2 +- ....paragraph.quotation_with_image.status.yml | 2 +- ...ide.paragraph.quotation_with_image.uid.yml | 2 +- ...field_override.paragraph.slide.created.yml | 2 +- ..._field_override.paragraph.slide.status.yml | 2 +- ...ase_field_override.paragraph.slide.uid.yml | 2 +- ...ide.paragraph.storyline_header.created.yml | 2 +- ...ride.paragraph.storyline_header.status.yml | 2 +- ...verride.paragraph.storyline_header.uid.yml | 2 +- ...rride.paragraph.storyline_item.created.yml | 2 +- ...erride.paragraph.storyline_item.status.yml | 2 +- ..._override.paragraph.storyline_item.uid.yml | 2 +- ..._field_override.paragraph.text.created.yml | 2 +- ...e_field_override.paragraph.text.status.yml | 2 +- ...base_field_override.paragraph.text.uid.yml | 2 +- ...field_override.paragraph.title.created.yml | 2 +- ..._field_override.paragraph.title.status.yml | 2 +- ...ase_field_override.paragraph.title.uid.yml | 2 +- ...ield_override.paragraph.update.created.yml | 2 +- ...field_override.paragraph.update.status.yml | 2 +- ...se_field_override.paragraph.update.uid.yml | 2 +- ...field_override.paragraph.video.created.yml | 2 +- ..._field_override.paragraph.video.status.yml | 2 +- ...ase_field_override.paragraph.video.uid.yml | 2 +- ..._field_override.paragraph.view.created.yml | 2 +- ...e_field_override.paragraph.view.status.yml | 2 +- ...base_field_override.paragraph.view.uid.yml | 2 +- ...eld_override.paragraph.webform.created.yml | 2 +- ...ield_override.paragraph.webform.status.yml | 2 +- ...e_field_override.paragraph.webform.uid.yml | 2 +- config/sync/core.extension.yml | 3 +++ .../sync/field.field.node.case_study.body.yml | 4 +-- ...ode.case_study.field_case_study_client.yml | 2 +- ...e.case_study.field_case_study_partners.yml | 2 +- ...ode.case_study.field_case_study_status.yml | 4 +-- ...e.case_study.field_case_study_subtitle.yml | 2 +- ....node.case_study.field_case_study_team.yml | 2 +- ....node.case_study.field_case_study_year.yml | 2 +- ...ield.field.node.case_study.field_image.yml | 9 +------ ...ld.field.node.case_study.field_license.yml | 4 +-- ....field.node.case_study.field_meta_tags.yml | 2 +- ...d.field.node.case_study.field_services.yml | 4 +-- ...ld.field.node.case_study.field_summary.yml | 2 +- ...eld.node.case_study.field_technologies.yml | 2 +- ...d.field.node.page.field_body_paragraph.yml | 2 +- .../field.field.paragraph.faq.field_faq.yml | 2 +- .../field.field.paragraph.file.field_file.yml | 2 +- ...ield.field.paragraph.image.field_image.yml | 9 +------ ...graph.quotation_with_image.field_image.yml | 9 +------ ...h.quotation_with_image.field_quotation.yml | 2 +- ...ion_with_image.field_style_escape_flow.yml | 2 +- ...ield.field.paragraph.slide.field_image.yml | 9 +------ ...field.field.paragraph.slide.field_link.yml | 2 +- ...field.field.paragraph.slide.field_text.yml | 2 +- ...toryline_header.field_storyline_header.yml | 2 +- ...storyline_item.field_storyline_heading.yml | 2 +- ...ld.paragraph.storyline_item.field_text.yml | 2 +- ...eld.paragraph.text.field_style_classes.yml | 2 +- ...paragraph.text.field_style_escape_flow.yml | 2 +- .../field.field.paragraph.text.field_text.yml | 2 +- ...ield.field.paragraph.title.field_image.yml | 9 +------ ...ld.paragraph.title.field_style_classes.yml | 2 +- ...ield.paragraph.title.field_style_color.yml | 2 +- ...d.paragraph.title.field_style_titlebar.yml | 2 +- ...d.field.paragraph.title.field_subtitle.yml | 2 +- ...ield.field.paragraph.title.field_title.yml | 2 +- ...ield.field.paragraph.update.field_text.yml | 2 +- ...eld.paragraph.update.field_update_date.yml | 2 +- ...ield.paragraph.video.field_video_embed.yml | 2 +- ...paragraph.view.field_style_escape_flow.yml | 2 +- ...ld.paragraph.view.field_view_reference.yml | 2 +- ....field.paragraph.webform.field_webform.yml | 2 +- ...guage.content_settings.node.case_study.yml | 2 +- ...age.content_settings.node.landing_page.yml | 2 +- ...anguage.content_settings.paragraph.faq.yml | 4 +-- ...nguage.content_settings.paragraph.file.yml | 4 +-- ...guage.content_settings.paragraph.image.yml | 4 +-- ...ettings.paragraph.quotation_with_image.yml | 4 +-- ...guage.content_settings.paragraph.slide.yml | 4 +-- ...nt_settings.paragraph.storyline_header.yml | 4 +-- ...tent_settings.paragraph.storyline_item.yml | 4 +-- ...nguage.content_settings.paragraph.text.yml | 4 +-- ...guage.content_settings.paragraph.title.yml | 4 +-- ...uage.content_settings.paragraph.update.yml | 4 +-- ...guage.content_settings.paragraph.video.yml | 4 +-- ...nguage.content_settings.paragraph.view.yml | 4 +-- ...age.content_settings.paragraph.webform.yml | 4 +-- ...ssion.attend_the_tech_and_rev_workshop.yml | 11 -------- ...ings.webform_submission.public_speaker.yml | 11 -------- config/sync/language/es/views.view.blog.yml | 8 ------ .../language/es/webform.webform.contact.yml | 4 --- .../language/es/webform.webform.training.yml | 1 - .../sync/metatag.metatag_defaults.front.yml | 17 ++++++++++++- .../sync/metatag.metatag_defaults.global.yml | 4 ++- config/sync/metatag.metatag_defaults.node.yml | 11 +++++++- ...metatag.metatag_defaults.taxonomy_term.yml | 7 +++++- config/sync/node.type.case_study.yml | 4 --- config/sync/node.type.landing_page.yml | 4 --- config/sync/redirect_404.settings.yml | 2 +- config/sync/views.view.taxonomy_term.yml | 25 +++++++++++-------- 116 files changed, 202 insertions(+), 210 deletions(-) create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.metatag_facebook.yml create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.metatag_open_graph.yml create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.metatag_twitter_cards.yml delete mode 100644 config/sync/language.content_settings.webform_submission.attend_the_tech_and_rev_workshop.yml delete mode 100644 config/sync/language.content_settings.webform_submission.public_speaker.yml delete mode 100644 config/sync/language/es/views.view.blog.yml delete mode 100644 config/sync/language/es/webform.webform.contact.yml delete mode 100644 config/sync/language/es/webform.webform.training.yml diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.metatag_facebook.yml b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_facebook.yml new file mode 100644 index 0000000..b5bae05 --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_facebook.yml @@ -0,0 +1,11 @@ +uuid: 45874301-cb0c-498e-930f-360175ab0413 +langcode: en +status: true +dependencies: + module: + - metatag_facebook +id: config_sync.module.metatag_facebook +snapshotSet: config_sync +extensionType: module +extensionName: metatag_facebook +items: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.metatag_open_graph.yml b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_open_graph.yml new file mode 100644 index 0000000..e0d3caa --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_open_graph.yml @@ -0,0 +1,11 @@ +uuid: c5e34b17-d6b7-4e40-93c2-4659bc776095 +langcode: en +status: true +dependencies: + module: + - metatag_open_graph +id: config_sync.module.metatag_open_graph +snapshotSet: config_sync +extensionType: module +extensionName: metatag_open_graph +items: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.metatag_twitter_cards.yml b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_twitter_cards.yml new file mode 100644 index 0000000..b1dc231 --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.metatag_twitter_cards.yml @@ -0,0 +1,11 @@ +uuid: c4469afe-36e6-496c-93f2-e6972d51de13 +langcode: en +status: true +dependencies: + module: + - metatag_twitter_cards +id: config_sync.module.metatag_twitter_cards +snapshotSet: config_sync +extensionType: module +extensionName: metatag_twitter_cards +items: { } diff --git a/config/sync/core.base_field_override.node.case_study.menu_link.yml b/config/sync/core.base_field_override.node.case_study.menu_link.yml index d5259d8..093412a 100644 --- a/config/sync/core.base_field_override.node.case_study.menu_link.yml +++ b/config/sync/core.base_field_override.node.case_study.menu_link.yml @@ -11,7 +11,7 @@ bundle: case_study label: 'Menu link' description: 'Computed menu link for the node (only available during node saving).' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/core.base_field_override.node.case_study.title.yml b/config/sync/core.base_field_override.node.case_study.title.yml index 53040bc..49da9dc 100644 --- a/config/sync/core.base_field_override.node.case_study.title.yml +++ b/config/sync/core.base_field_override.node.case_study.title.yml @@ -11,7 +11,7 @@ bundle: case_study label: Title description: '' required: true -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.node.landing_page.menu_link.yml b/config/sync/core.base_field_override.node.landing_page.menu_link.yml index 6ed5e68..b26bd90 100644 --- a/config/sync/core.base_field_override.node.landing_page.menu_link.yml +++ b/config/sync/core.base_field_override.node.landing_page.menu_link.yml @@ -11,7 +11,7 @@ bundle: landing_page label: 'Menu link' description: 'Computed menu link for the node (only available during node saving).' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/core.base_field_override.node.landing_page.title.yml b/config/sync/core.base_field_override.node.landing_page.title.yml index 6a47849..b77b151 100644 --- a/config/sync/core.base_field_override.node.landing_page.title.yml +++ b/config/sync/core.base_field_override.node.landing_page.title.yml @@ -11,7 +11,7 @@ bundle: landing_page label: Title description: '' required: true -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.faq.created.yml b/config/sync/core.base_field_override.paragraph.faq.created.yml index a5c46ca..be745b2 100644 --- a/config/sync/core.base_field_override.paragraph.faq.created.yml +++ b/config/sync/core.base_field_override.paragraph.faq.created.yml @@ -11,7 +11,7 @@ bundle: faq label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.faq.status.yml b/config/sync/core.base_field_override.paragraph.faq.status.yml index 3062a58..16f87af 100644 --- a/config/sync/core.base_field_override.paragraph.faq.status.yml +++ b/config/sync/core.base_field_override.paragraph.faq.status.yml @@ -11,7 +11,7 @@ bundle: faq label: Published description: '' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.faq.uid.yml b/config/sync/core.base_field_override.paragraph.faq.uid.yml index af5621c..d4b994d 100644 --- a/config/sync/core.base_field_override.paragraph.faq.uid.yml +++ b/config/sync/core.base_field_override.paragraph.faq.uid.yml @@ -11,7 +11,7 @@ bundle: faq label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.file.created.yml b/config/sync/core.base_field_override.paragraph.file.created.yml index cfba079..2f32001 100644 --- a/config/sync/core.base_field_override.paragraph.file.created.yml +++ b/config/sync/core.base_field_override.paragraph.file.created.yml @@ -11,7 +11,7 @@ bundle: file label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.file.status.yml b/config/sync/core.base_field_override.paragraph.file.status.yml index d9f3f7a..a1378a3 100644 --- a/config/sync/core.base_field_override.paragraph.file.status.yml +++ b/config/sync/core.base_field_override.paragraph.file.status.yml @@ -11,7 +11,7 @@ bundle: file label: Published description: '' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.file.uid.yml b/config/sync/core.base_field_override.paragraph.file.uid.yml index f3d1230..206278d 100644 --- a/config/sync/core.base_field_override.paragraph.file.uid.yml +++ b/config/sync/core.base_field_override.paragraph.file.uid.yml @@ -11,7 +11,7 @@ bundle: file label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.image.created.yml b/config/sync/core.base_field_override.paragraph.image.created.yml index 25b9b1a..ca0fc75 100644 --- a/config/sync/core.base_field_override.paragraph.image.created.yml +++ b/config/sync/core.base_field_override.paragraph.image.created.yml @@ -11,7 +11,7 @@ bundle: image label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.image.status.yml b/config/sync/core.base_field_override.paragraph.image.status.yml index eeae8e2..84383a1 100644 --- a/config/sync/core.base_field_override.paragraph.image.status.yml +++ b/config/sync/core.base_field_override.paragraph.image.status.yml @@ -11,7 +11,7 @@ bundle: image label: Published description: '' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.image.uid.yml b/config/sync/core.base_field_override.paragraph.image.uid.yml index 3419de3..16c6259 100644 --- a/config/sync/core.base_field_override.paragraph.image.uid.yml +++ b/config/sync/core.base_field_override.paragraph.image.uid.yml @@ -11,7 +11,7 @@ bundle: image label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.quotation_with_image.created.yml b/config/sync/core.base_field_override.paragraph.quotation_with_image.created.yml index 0431259..1afeafb 100644 --- a/config/sync/core.base_field_override.paragraph.quotation_with_image.created.yml +++ b/config/sync/core.base_field_override.paragraph.quotation_with_image.created.yml @@ -11,7 +11,7 @@ bundle: quotation_with_image label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.quotation_with_image.status.yml b/config/sync/core.base_field_override.paragraph.quotation_with_image.status.yml index 2a681f2..97d3b5b 100644 --- a/config/sync/core.base_field_override.paragraph.quotation_with_image.status.yml +++ b/config/sync/core.base_field_override.paragraph.quotation_with_image.status.yml @@ -11,7 +11,7 @@ bundle: quotation_with_image label: Published description: '' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.quotation_with_image.uid.yml b/config/sync/core.base_field_override.paragraph.quotation_with_image.uid.yml index 46faf5f..42b0724 100644 --- a/config/sync/core.base_field_override.paragraph.quotation_with_image.uid.yml +++ b/config/sync/core.base_field_override.paragraph.quotation_with_image.uid.yml @@ -11,7 +11,7 @@ bundle: quotation_with_image label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.slide.created.yml b/config/sync/core.base_field_override.paragraph.slide.created.yml index 66fc1ad..8a37d48 100644 --- a/config/sync/core.base_field_override.paragraph.slide.created.yml +++ b/config/sync/core.base_field_override.paragraph.slide.created.yml @@ -11,7 +11,7 @@ bundle: slide label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.slide.status.yml b/config/sync/core.base_field_override.paragraph.slide.status.yml index 81d543f..5e7be52 100644 --- a/config/sync/core.base_field_override.paragraph.slide.status.yml +++ b/config/sync/core.base_field_override.paragraph.slide.status.yml @@ -11,7 +11,7 @@ bundle: slide label: Published description: '' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.slide.uid.yml b/config/sync/core.base_field_override.paragraph.slide.uid.yml index 9fa3a3e..263fbb9 100644 --- a/config/sync/core.base_field_override.paragraph.slide.uid.yml +++ b/config/sync/core.base_field_override.paragraph.slide.uid.yml @@ -11,7 +11,7 @@ bundle: slide label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.storyline_header.created.yml b/config/sync/core.base_field_override.paragraph.storyline_header.created.yml index b9ee9b8..fabbabd 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_header.created.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_header.created.yml @@ -11,7 +11,7 @@ bundle: storyline_header label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.storyline_header.status.yml b/config/sync/core.base_field_override.paragraph.storyline_header.status.yml index 0a922b1..cda978d 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_header.status.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_header.status.yml @@ -11,7 +11,7 @@ bundle: storyline_header label: Published description: '' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.storyline_header.uid.yml b/config/sync/core.base_field_override.paragraph.storyline_header.uid.yml index a094644..75a6ee8 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_header.uid.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_header.uid.yml @@ -11,7 +11,7 @@ bundle: storyline_header label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.storyline_item.created.yml b/config/sync/core.base_field_override.paragraph.storyline_item.created.yml index 4281d64..0485664 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_item.created.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_item.created.yml @@ -11,7 +11,7 @@ bundle: storyline_item label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.storyline_item.status.yml b/config/sync/core.base_field_override.paragraph.storyline_item.status.yml index ad21639..05e737a 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_item.status.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_item.status.yml @@ -11,7 +11,7 @@ bundle: storyline_item label: Published description: '' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.storyline_item.uid.yml b/config/sync/core.base_field_override.paragraph.storyline_item.uid.yml index 7b61f76..e6c83d8 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_item.uid.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_item.uid.yml @@ -11,7 +11,7 @@ bundle: storyline_item label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.text.created.yml b/config/sync/core.base_field_override.paragraph.text.created.yml index cfa4b53..842722b 100644 --- a/config/sync/core.base_field_override.paragraph.text.created.yml +++ b/config/sync/core.base_field_override.paragraph.text.created.yml @@ -11,7 +11,7 @@ bundle: text label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.text.status.yml b/config/sync/core.base_field_override.paragraph.text.status.yml index eac0927..91cd382 100644 --- a/config/sync/core.base_field_override.paragraph.text.status.yml +++ b/config/sync/core.base_field_override.paragraph.text.status.yml @@ -11,7 +11,7 @@ bundle: text label: Published description: '' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.text.uid.yml b/config/sync/core.base_field_override.paragraph.text.uid.yml index 5093cd0..38b3bed 100644 --- a/config/sync/core.base_field_override.paragraph.text.uid.yml +++ b/config/sync/core.base_field_override.paragraph.text.uid.yml @@ -11,7 +11,7 @@ bundle: text label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.title.created.yml b/config/sync/core.base_field_override.paragraph.title.created.yml index 9e20356..699a67b 100644 --- a/config/sync/core.base_field_override.paragraph.title.created.yml +++ b/config/sync/core.base_field_override.paragraph.title.created.yml @@ -11,7 +11,7 @@ bundle: title label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.title.status.yml b/config/sync/core.base_field_override.paragraph.title.status.yml index 56b7473..7992cef 100644 --- a/config/sync/core.base_field_override.paragraph.title.status.yml +++ b/config/sync/core.base_field_override.paragraph.title.status.yml @@ -11,7 +11,7 @@ bundle: title label: Published description: '' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.title.uid.yml b/config/sync/core.base_field_override.paragraph.title.uid.yml index 4df52c7..00dc1f8 100644 --- a/config/sync/core.base_field_override.paragraph.title.uid.yml +++ b/config/sync/core.base_field_override.paragraph.title.uid.yml @@ -11,7 +11,7 @@ bundle: title label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.update.created.yml b/config/sync/core.base_field_override.paragraph.update.created.yml index a356065..3157f64 100644 --- a/config/sync/core.base_field_override.paragraph.update.created.yml +++ b/config/sync/core.base_field_override.paragraph.update.created.yml @@ -11,7 +11,7 @@ bundle: update label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.update.status.yml b/config/sync/core.base_field_override.paragraph.update.status.yml index 40ef081..05c73e8 100644 --- a/config/sync/core.base_field_override.paragraph.update.status.yml +++ b/config/sync/core.base_field_override.paragraph.update.status.yml @@ -11,7 +11,7 @@ bundle: update label: Published description: '' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.update.uid.yml b/config/sync/core.base_field_override.paragraph.update.uid.yml index 0a6aacf..cb77d6e 100644 --- a/config/sync/core.base_field_override.paragraph.update.uid.yml +++ b/config/sync/core.base_field_override.paragraph.update.uid.yml @@ -11,7 +11,7 @@ bundle: update label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.video.created.yml b/config/sync/core.base_field_override.paragraph.video.created.yml index 53ee494..057be97 100644 --- a/config/sync/core.base_field_override.paragraph.video.created.yml +++ b/config/sync/core.base_field_override.paragraph.video.created.yml @@ -11,7 +11,7 @@ bundle: video label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.video.status.yml b/config/sync/core.base_field_override.paragraph.video.status.yml index 22a2cde..557be53 100644 --- a/config/sync/core.base_field_override.paragraph.video.status.yml +++ b/config/sync/core.base_field_override.paragraph.video.status.yml @@ -11,7 +11,7 @@ bundle: video label: Published description: '' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.video.uid.yml b/config/sync/core.base_field_override.paragraph.video.uid.yml index 5f82da9..8aa42b9 100644 --- a/config/sync/core.base_field_override.paragraph.video.uid.yml +++ b/config/sync/core.base_field_override.paragraph.video.uid.yml @@ -11,7 +11,7 @@ bundle: video label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.view.created.yml b/config/sync/core.base_field_override.paragraph.view.created.yml index fd23314..ffedde7 100644 --- a/config/sync/core.base_field_override.paragraph.view.created.yml +++ b/config/sync/core.base_field_override.paragraph.view.created.yml @@ -11,7 +11,7 @@ bundle: view label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.view.status.yml b/config/sync/core.base_field_override.paragraph.view.status.yml index 686e932..fec0129 100644 --- a/config/sync/core.base_field_override.paragraph.view.status.yml +++ b/config/sync/core.base_field_override.paragraph.view.status.yml @@ -11,7 +11,7 @@ bundle: view label: Published description: '' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.view.uid.yml b/config/sync/core.base_field_override.paragraph.view.uid.yml index 3fa85ae..3bc049f 100644 --- a/config/sync/core.base_field_override.paragraph.view.uid.yml +++ b/config/sync/core.base_field_override.paragraph.view.uid.yml @@ -11,7 +11,7 @@ bundle: view label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.webform.created.yml b/config/sync/core.base_field_override.paragraph.webform.created.yml index adfe4e4..46e2ab9 100644 --- a/config/sync/core.base_field_override.paragraph.webform.created.yml +++ b/config/sync/core.base_field_override.paragraph.webform.created.yml @@ -11,7 +11,7 @@ bundle: webform label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.webform.status.yml b/config/sync/core.base_field_override.paragraph.webform.status.yml index da0003c..d291187 100644 --- a/config/sync/core.base_field_override.paragraph.webform.status.yml +++ b/config/sync/core.base_field_override.paragraph.webform.status.yml @@ -11,7 +11,7 @@ bundle: webform label: Published description: '' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.webform.uid.yml b/config/sync/core.base_field_override.paragraph.webform.uid.yml index cc1bee3..c2cf494 100644 --- a/config/sync/core.base_field_override.paragraph.webform.uid.yml +++ b/config/sync/core.base_field_override.paragraph.webform.uid.yml @@ -11,7 +11,7 @@ bundle: webform label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index d785bd4..54b3abc 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -96,6 +96,9 @@ module: menu_trail_by_path: 0 menu_ui: 0 metatag: 0 + metatag_facebook: 0 + metatag_open_graph: 0 + metatag_twitter_cards: 0 migrate: 0 migrate_drupal: 0 migrate_plus: 0 diff --git a/config/sync/field.field.node.case_study.body.yml b/config/sync/field.field.node.case_study.body.yml index 85df9c8..0fce944 100644 --- a/config/sync/field.field.node.case_study.body.yml +++ b/config/sync/field.field.node.case_study.body.yml @@ -13,10 +13,10 @@ id: node.case_study.body field_name: body entity_type: node bundle: case_study -label: Cuerpo +label: Body description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_case_study_client.yml b/config/sync/field.field.node.case_study.field_case_study_client.yml index 5bc9192..647aa87 100644 --- a/config/sync/field.field.node.case_study.field_case_study_client.yml +++ b/config/sync/field.field.node.case_study.field_case_study_client.yml @@ -16,7 +16,7 @@ bundle: case_study label: Client description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_case_study_partners.yml b/config/sync/field.field.node.case_study.field_case_study_partners.yml index 8670c08..b037a37 100644 --- a/config/sync/field.field.node.case_study.field_case_study_partners.yml +++ b/config/sync/field.field.node.case_study.field_case_study_partners.yml @@ -16,7 +16,7 @@ bundle: case_study label: Partners description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_case_study_status.yml b/config/sync/field.field.node.case_study.field_case_study_status.yml index 5a616c0..a08ca3a 100644 --- a/config/sync/field.field.node.case_study.field_case_study_status.yml +++ b/config/sync/field.field.node.case_study.field_case_study_status.yml @@ -11,10 +11,10 @@ id: node.case_study.field_case_study_status field_name: field_case_study_status entity_type: node bundle: case_study -label: Estado +label: Status description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_case_study_subtitle.yml b/config/sync/field.field.node.case_study.field_case_study_subtitle.yml index 07dc31e..207b5ca 100644 --- a/config/sync/field.field.node.case_study.field_case_study_subtitle.yml +++ b/config/sync/field.field.node.case_study.field_case_study_subtitle.yml @@ -14,7 +14,7 @@ bundle: case_study label: Subtitle description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_case_study_team.yml b/config/sync/field.field.node.case_study.field_case_study_team.yml index 506847f..80e18a6 100644 --- a/config/sync/field.field.node.case_study.field_case_study_team.yml +++ b/config/sync/field.field.node.case_study.field_case_study_team.yml @@ -15,7 +15,7 @@ bundle: case_study label: Team description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_case_study_year.yml b/config/sync/field.field.node.case_study.field_case_study_year.yml index 4629956..1f743f0 100644 --- a/config/sync/field.field.node.case_study.field_case_study_year.yml +++ b/config/sync/field.field.node.case_study.field_case_study_year.yml @@ -14,7 +14,7 @@ bundle: case_study label: Year description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_image.yml b/config/sync/field.field.node.case_study.field_image.yml index f2203aa..8e927cb 100644 --- a/config/sync/field.field.node.case_study.field_image.yml +++ b/config/sync/field.field.node.case_study.field_image.yml @@ -6,14 +6,7 @@ dependencies: - field.storage.node.field_image - node.type.case_study module: - - content_translation - image -third_party_settings: - content_translation: - translation_sync: - alt: alt - title: title - file: '0' _core: default_config_hash: kTZSUq7WPcC_QIRMzI3I_otBSuTVQkJix5i1o63eAo4 id: node.case_study.field_image @@ -23,7 +16,7 @@ bundle: case_study label: Image description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_license.yml b/config/sync/field.field.node.case_study.field_license.yml index 236546c..8070223 100644 --- a/config/sync/field.field.node.case_study.field_license.yml +++ b/config/sync/field.field.node.case_study.field_license.yml @@ -6,8 +6,6 @@ dependencies: - field.storage.node.field_license - node.type.case_study - taxonomy.vocabulary.license - content: - - 'taxonomy_term:license:61745acc-d11c-4e65-bd9e-518d223fedab' _core: default_config_hash: T7m68a92H2-MCB3SN0o0T1_F8RfV4gUk4N-fkdbeVVQ id: node.case_study.field_license @@ -17,7 +15,7 @@ bundle: case_study label: License description: '' required: false -translatable: true +translatable: false default_value: - target_uuid: 61745acc-d11c-4e65-bd9e-518d223fedab diff --git a/config/sync/field.field.node.case_study.field_meta_tags.yml b/config/sync/field.field.node.case_study.field_meta_tags.yml index 7a167ed..5b29e28 100644 --- a/config/sync/field.field.node.case_study.field_meta_tags.yml +++ b/config/sync/field.field.node.case_study.field_meta_tags.yml @@ -16,7 +16,7 @@ bundle: case_study label: 'Meta tags' description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_services.yml b/config/sync/field.field.node.case_study.field_services.yml index c388c19..16d4552 100644 --- a/config/sync/field.field.node.case_study.field_services.yml +++ b/config/sync/field.field.node.case_study.field_services.yml @@ -12,10 +12,10 @@ id: node.case_study.field_services field_name: field_services entity_type: node bundle: case_study -label: Servicios +label: Services description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_summary.yml b/config/sync/field.field.node.case_study.field_summary.yml index 699b4a9..cf07fdb 100644 --- a/config/sync/field.field.node.case_study.field_summary.yml +++ b/config/sync/field.field.node.case_study.field_summary.yml @@ -16,7 +16,7 @@ bundle: case_study label: Summary description: '' required: true -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_technologies.yml b/config/sync/field.field.node.case_study.field_technologies.yml index c8aebf1..1644779 100644 --- a/config/sync/field.field.node.case_study.field_technologies.yml +++ b/config/sync/field.field.node.case_study.field_technologies.yml @@ -15,7 +15,7 @@ bundle: case_study label: Technologies description: 'Add new technology term' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.page.field_body_paragraph.yml b/config/sync/field.field.node.page.field_body_paragraph.yml index 1fdf7b7..72d2703 100644 --- a/config/sync/field.field.node.page.field_body_paragraph.yml +++ b/config/sync/field.field.node.page.field_body_paragraph.yml @@ -29,7 +29,7 @@ bundle: page label: 'Body paragraph' description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.faq.field_faq.yml b/config/sync/field.field.paragraph.faq.field_faq.yml index 8093298..3a40830 100644 --- a/config/sync/field.field.paragraph.faq.field_faq.yml +++ b/config/sync/field.field.paragraph.faq.field_faq.yml @@ -16,7 +16,7 @@ bundle: faq label: FAQ description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.file.field_file.yml b/config/sync/field.field.paragraph.file.field_file.yml index edfd6bc..b05df5e 100644 --- a/config/sync/field.field.paragraph.file.field_file.yml +++ b/config/sync/field.field.paragraph.file.field_file.yml @@ -16,7 +16,7 @@ bundle: file label: File description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.image.field_image.yml b/config/sync/field.field.paragraph.image.field_image.yml index a4f99c4..ec7973c 100644 --- a/config/sync/field.field.paragraph.image.field_image.yml +++ b/config/sync/field.field.paragraph.image.field_image.yml @@ -6,14 +6,7 @@ dependencies: - field.storage.paragraph.field_image - paragraphs.paragraphs_type.image module: - - content_translation - image -third_party_settings: - content_translation: - translation_sync: - alt: alt - title: title - file: '0' _core: default_config_hash: NS4XfuPJbhkGOp_KnO16fbWbcxRoDln_7HMLTkxTRn8 id: paragraph.image.field_image @@ -23,7 +16,7 @@ bundle: image label: Image description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.quotation_with_image.field_image.yml b/config/sync/field.field.paragraph.quotation_with_image.field_image.yml index 5f7d9b3..2c531f9 100644 --- a/config/sync/field.field.paragraph.quotation_with_image.field_image.yml +++ b/config/sync/field.field.paragraph.quotation_with_image.field_image.yml @@ -6,14 +6,7 @@ dependencies: - field.storage.paragraph.field_image - paragraphs.paragraphs_type.quotation_with_image module: - - content_translation - image -third_party_settings: - content_translation: - translation_sync: - alt: alt - title: title - file: '0' id: paragraph.quotation_with_image.field_image field_name: field_image entity_type: paragraph @@ -21,7 +14,7 @@ bundle: quotation_with_image label: Image description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.quotation_with_image.field_quotation.yml b/config/sync/field.field.paragraph.quotation_with_image.field_quotation.yml index e2f3f86..9a61408 100644 --- a/config/sync/field.field.paragraph.quotation_with_image.field_quotation.yml +++ b/config/sync/field.field.paragraph.quotation_with_image.field_quotation.yml @@ -23,7 +23,7 @@ bundle: quotation_with_image label: Quotation description: 'Don''t use a blockquote or quotation marks unless what you are quoting contains a quotation, itself.' required: true -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml b/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml index 2582e6a..ecda8a2 100644 --- a/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml +++ b/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml @@ -12,7 +12,7 @@ bundle: quotation_with_image label: 'Expand beyond content to sides' description: 'Bust out of content flow to be able to expand left and right.' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/field.field.paragraph.slide.field_image.yml b/config/sync/field.field.paragraph.slide.field_image.yml index e77b6f5..bf8ab4c 100644 --- a/config/sync/field.field.paragraph.slide.field_image.yml +++ b/config/sync/field.field.paragraph.slide.field_image.yml @@ -6,14 +6,7 @@ dependencies: - field.storage.paragraph.field_image - paragraphs.paragraphs_type.slide module: - - content_translation - image -third_party_settings: - content_translation: - translation_sync: - alt: alt - title: title - file: '0' _core: default_config_hash: UPqViFD1k8_sEfDdjk3x1c_IrqBW8NOZyf1dkqPc-UI id: paragraph.slide.field_image @@ -23,7 +16,7 @@ bundle: slide label: Image description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.slide.field_link.yml b/config/sync/field.field.paragraph.slide.field_link.yml index c4efe07..5166e56 100644 --- a/config/sync/field.field.paragraph.slide.field_link.yml +++ b/config/sync/field.field.paragraph.slide.field_link.yml @@ -16,7 +16,7 @@ bundle: slide label: Link description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.slide.field_text.yml b/config/sync/field.field.paragraph.slide.field_text.yml index 47d5b9b..2bec121 100644 --- a/config/sync/field.field.paragraph.slide.field_text.yml +++ b/config/sync/field.field.paragraph.slide.field_text.yml @@ -16,7 +16,7 @@ bundle: slide label: Text description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.storyline_header.field_storyline_header.yml b/config/sync/field.field.paragraph.storyline_header.field_storyline_header.yml index 9258560..d8283ab 100644 --- a/config/sync/field.field.paragraph.storyline_header.field_storyline_header.yml +++ b/config/sync/field.field.paragraph.storyline_header.field_storyline_header.yml @@ -14,7 +14,7 @@ bundle: storyline_header label: 'Storyline header' description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.storyline_item.field_storyline_heading.yml b/config/sync/field.field.paragraph.storyline_item.field_storyline_heading.yml index f239105..57797f2 100644 --- a/config/sync/field.field.paragraph.storyline_item.field_storyline_heading.yml +++ b/config/sync/field.field.paragraph.storyline_item.field_storyline_heading.yml @@ -14,7 +14,7 @@ bundle: storyline_item label: Heading description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.storyline_item.field_text.yml b/config/sync/field.field.paragraph.storyline_item.field_text.yml index d8ed6cf..fb1f37f 100644 --- a/config/sync/field.field.paragraph.storyline_item.field_text.yml +++ b/config/sync/field.field.paragraph.storyline_item.field_text.yml @@ -16,7 +16,7 @@ bundle: storyline_item label: Text description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.text.field_style_classes.yml b/config/sync/field.field.paragraph.text.field_style_classes.yml index 77359bf..af0d6d1 100644 --- a/config/sync/field.field.paragraph.text.field_style_classes.yml +++ b/config/sync/field.field.paragraph.text.field_style_classes.yml @@ -14,7 +14,7 @@ bundle: text label: 'Section style' description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.text.field_style_escape_flow.yml b/config/sync/field.field.paragraph.text.field_style_escape_flow.yml index eda2ac7..b7df1fa 100644 --- a/config/sync/field.field.paragraph.text.field_style_escape_flow.yml +++ b/config/sync/field.field.paragraph.text.field_style_escape_flow.yml @@ -12,7 +12,7 @@ bundle: text label: 'Expand beyond content to sides' description: 'Bust out of content flow to be able to expand left and right. Use this when applying a hero class.' required: false -translatable: true +translatable: false default_value: - value: 0 diff --git a/config/sync/field.field.paragraph.text.field_text.yml b/config/sync/field.field.paragraph.text.field_text.yml index 3aedb1f..9680ff8 100644 --- a/config/sync/field.field.paragraph.text.field_text.yml +++ b/config/sync/field.field.paragraph.text.field_text.yml @@ -16,7 +16,7 @@ bundle: text label: Text description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.title.field_image.yml b/config/sync/field.field.paragraph.title.field_image.yml index 31046ac..9a10ad5 100644 --- a/config/sync/field.field.paragraph.title.field_image.yml +++ b/config/sync/field.field.paragraph.title.field_image.yml @@ -6,14 +6,7 @@ dependencies: - field.storage.paragraph.field_image - paragraphs.paragraphs_type.title module: - - content_translation - image -third_party_settings: - content_translation: - translation_sync: - alt: alt - title: title - file: '0' id: paragraph.title.field_image field_name: field_image entity_type: paragraph @@ -21,7 +14,7 @@ bundle: title label: Image description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.title.field_style_classes.yml b/config/sync/field.field.paragraph.title.field_style_classes.yml index 11c48a3..3f7ac03 100644 --- a/config/sync/field.field.paragraph.title.field_style_classes.yml +++ b/config/sync/field.field.paragraph.title.field_style_classes.yml @@ -14,7 +14,7 @@ bundle: title label: 'Section style' description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.title.field_style_color.yml b/config/sync/field.field.paragraph.title.field_style_color.yml index df43719..0e0b9ad 100644 --- a/config/sync/field.field.paragraph.title.field_style_color.yml +++ b/config/sync/field.field.paragraph.title.field_style_color.yml @@ -14,7 +14,7 @@ bundle: title label: Color description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.title.field_style_titlebar.yml b/config/sync/field.field.paragraph.title.field_style_titlebar.yml index 33fdfbb..9575d6a 100644 --- a/config/sync/field.field.paragraph.title.field_style_titlebar.yml +++ b/config/sync/field.field.paragraph.title.field_style_titlebar.yml @@ -12,7 +12,7 @@ bundle: title label: Titlebar description: '' required: false -translatable: true +translatable: false default_value: - value: 0 diff --git a/config/sync/field.field.paragraph.title.field_subtitle.yml b/config/sync/field.field.paragraph.title.field_subtitle.yml index be30b34..2b2f0ca 100644 --- a/config/sync/field.field.paragraph.title.field_subtitle.yml +++ b/config/sync/field.field.paragraph.title.field_subtitle.yml @@ -23,7 +23,7 @@ bundle: title label: Subtitle description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.title.field_title.yml b/config/sync/field.field.paragraph.title.field_title.yml index e8cf58b..d3a72f2 100644 --- a/config/sync/field.field.paragraph.title.field_title.yml +++ b/config/sync/field.field.paragraph.title.field_title.yml @@ -23,7 +23,7 @@ bundle: title label: Title description: '' required: true -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.update.field_text.yml b/config/sync/field.field.paragraph.update.field_text.yml index 412334d..53b7620 100644 --- a/config/sync/field.field.paragraph.update.field_text.yml +++ b/config/sync/field.field.paragraph.update.field_text.yml @@ -16,7 +16,7 @@ bundle: update label: Update description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.update.field_update_date.yml b/config/sync/field.field.paragraph.update.field_update_date.yml index 45d405b..b0af5f0 100644 --- a/config/sync/field.field.paragraph.update.field_update_date.yml +++ b/config/sync/field.field.paragraph.update.field_update_date.yml @@ -16,7 +16,7 @@ bundle: update label: 'Update date' description: '' required: false -translatable: true +translatable: false default_value: - default_date_type: now diff --git a/config/sync/field.field.paragraph.video.field_video_embed.yml b/config/sync/field.field.paragraph.video.field_video_embed.yml index efc7d07..d124ef7 100644 --- a/config/sync/field.field.paragraph.video.field_video_embed.yml +++ b/config/sync/field.field.paragraph.video.field_video_embed.yml @@ -16,7 +16,7 @@ bundle: video label: 'Video embed' description: 'Paste in the embed link from YouTube or Vimeo to embed a video.' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.view.field_style_escape_flow.yml b/config/sync/field.field.paragraph.view.field_style_escape_flow.yml index 7557be2..e7c0145 100644 --- a/config/sync/field.field.paragraph.view.field_style_escape_flow.yml +++ b/config/sync/field.field.paragraph.view.field_style_escape_flow.yml @@ -12,7 +12,7 @@ bundle: view label: 'Expand beyond content to sides' description: 'Bust out of content flow to be able to expand left and right.' required: false -translatable: true +translatable: false default_value: - value: 1 diff --git a/config/sync/field.field.paragraph.view.field_view_reference.yml b/config/sync/field.field.paragraph.view.field_view_reference.yml index 96f69c6..299ba5f 100644 --- a/config/sync/field.field.paragraph.view.field_view_reference.yml +++ b/config/sync/field.field.paragraph.view.field_view_reference.yml @@ -14,7 +14,7 @@ bundle: view label: View description: '' required: true -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.webform.field_webform.yml b/config/sync/field.field.paragraph.webform.field_webform.yml index 5cf71ed..46f80a7 100644 --- a/config/sync/field.field.paragraph.webform.field_webform.yml +++ b/config/sync/field.field.paragraph.webform.field_webform.yml @@ -14,7 +14,7 @@ bundle: webform label: Webform description: '' required: true -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/language.content_settings.node.case_study.yml b/config/sync/language.content_settings.node.case_study.yml index 63065be..5a60fea 100644 --- a/config/sync/language.content_settings.node.case_study.yml +++ b/config/sync/language.content_settings.node.case_study.yml @@ -8,7 +8,7 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: node.case_study diff --git a/config/sync/language.content_settings.node.landing_page.yml b/config/sync/language.content_settings.node.landing_page.yml index 61bb244..2336c01 100644 --- a/config/sync/language.content_settings.node.landing_page.yml +++ b/config/sync/language.content_settings.node.landing_page.yml @@ -8,7 +8,7 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: node.landing_page diff --git a/config/sync/language.content_settings.paragraph.faq.yml b/config/sync/language.content_settings.paragraph.faq.yml index 7e22de2..8d687df 100644 --- a/config/sync/language.content_settings.paragraph.faq.yml +++ b/config/sync/language.content_settings.paragraph.faq.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: paragraph.faq target_entity_type_id: paragraph target_bundle: faq default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.file.yml b/config/sync/language.content_settings.paragraph.file.yml index 812b927..fc0752c 100644 --- a/config/sync/language.content_settings.paragraph.file.yml +++ b/config/sync/language.content_settings.paragraph.file.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: paragraph.file target_entity_type_id: paragraph target_bundle: file default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.image.yml b/config/sync/language.content_settings.paragraph.image.yml index ac5ec5f..d9ed040 100644 --- a/config/sync/language.content_settings.paragraph.image.yml +++ b/config/sync/language.content_settings.paragraph.image.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: paragraph.image target_entity_type_id: paragraph target_bundle: image default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.quotation_with_image.yml b/config/sync/language.content_settings.paragraph.quotation_with_image.yml index 1eb1d6f..cff7682 100644 --- a/config/sync/language.content_settings.paragraph.quotation_with_image.yml +++ b/config/sync/language.content_settings.paragraph.quotation_with_image.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: paragraph.quotation_with_image target_entity_type_id: paragraph target_bundle: quotation_with_image default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.slide.yml b/config/sync/language.content_settings.paragraph.slide.yml index 25ab75e..fea8836 100644 --- a/config/sync/language.content_settings.paragraph.slide.yml +++ b/config/sync/language.content_settings.paragraph.slide.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: paragraph.slide target_entity_type_id: paragraph target_bundle: slide default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.storyline_header.yml b/config/sync/language.content_settings.paragraph.storyline_header.yml index b92e96f..77faba3 100644 --- a/config/sync/language.content_settings.paragraph.storyline_header.yml +++ b/config/sync/language.content_settings.paragraph.storyline_header.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: paragraph.storyline_header target_entity_type_id: paragraph target_bundle: storyline_header default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.storyline_item.yml b/config/sync/language.content_settings.paragraph.storyline_item.yml index 833cdb9..b694a4f 100644 --- a/config/sync/language.content_settings.paragraph.storyline_item.yml +++ b/config/sync/language.content_settings.paragraph.storyline_item.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: paragraph.storyline_item target_entity_type_id: paragraph target_bundle: storyline_item default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.text.yml b/config/sync/language.content_settings.paragraph.text.yml index 064792d..601e6eb 100644 --- a/config/sync/language.content_settings.paragraph.text.yml +++ b/config/sync/language.content_settings.paragraph.text.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: paragraph.text target_entity_type_id: paragraph target_bundle: text default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.title.yml b/config/sync/language.content_settings.paragraph.title.yml index e197525..5a6dee2 100644 --- a/config/sync/language.content_settings.paragraph.title.yml +++ b/config/sync/language.content_settings.paragraph.title.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: paragraph.title target_entity_type_id: paragraph target_bundle: title default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.update.yml b/config/sync/language.content_settings.paragraph.update.yml index 218525c..bc23fe0 100644 --- a/config/sync/language.content_settings.paragraph.update.yml +++ b/config/sync/language.content_settings.paragraph.update.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: paragraph.update target_entity_type_id: paragraph target_bundle: update default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.video.yml b/config/sync/language.content_settings.paragraph.video.yml index fa17ff0..9980907 100644 --- a/config/sync/language.content_settings.paragraph.video.yml +++ b/config/sync/language.content_settings.paragraph.video.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: paragraph.video target_entity_type_id: paragraph target_bundle: video default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.view.yml b/config/sync/language.content_settings.paragraph.view.yml index b100e0c..2429388 100644 --- a/config/sync/language.content_settings.paragraph.view.yml +++ b/config/sync/language.content_settings.paragraph.view.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: paragraph.view target_entity_type_id: paragraph target_bundle: view default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.content_settings.paragraph.webform.yml b/config/sync/language.content_settings.paragraph.webform.yml index e618a79..03a028e 100644 --- a/config/sync/language.content_settings.paragraph.webform.yml +++ b/config/sync/language.content_settings.paragraph.webform.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: true + enabled: false bundle_settings: untranslatable_fields_hide: '0' id: paragraph.webform target_entity_type_id: paragraph target_bundle: webform default_langcode: site_default -language_alterable: true +language_alterable: false diff --git a/config/sync/language.content_settings.webform_submission.attend_the_tech_and_rev_workshop.yml b/config/sync/language.content_settings.webform_submission.attend_the_tech_and_rev_workshop.yml deleted file mode 100644 index 2d388c0..0000000 --- a/config/sync/language.content_settings.webform_submission.attend_the_tech_and_rev_workshop.yml +++ /dev/null @@ -1,11 +0,0 @@ -uuid: 8d0f3bf0-d7f0-44bb-865f-9634cf158c50 -langcode: es -status: true -dependencies: - config: - - webform.webform.attend_the_tech_and_rev_workshop -id: webform_submission.attend_the_tech_and_rev_workshop -target_entity_type_id: webform_submission -target_bundle: attend_the_tech_and_rev_workshop -default_langcode: site_default -language_alterable: false diff --git a/config/sync/language.content_settings.webform_submission.public_speaker.yml b/config/sync/language.content_settings.webform_submission.public_speaker.yml deleted file mode 100644 index f01811b..0000000 --- a/config/sync/language.content_settings.webform_submission.public_speaker.yml +++ /dev/null @@ -1,11 +0,0 @@ -uuid: 800990e0-75d8-4ecc-867d-f01a5f6f71c9 -langcode: es -status: true -dependencies: - config: - - webform.webform.public_speaker -id: webform_submission.public_speaker -target_entity_type_id: webform_submission -target_bundle: public_speaker -default_langcode: site_default -language_alterable: false diff --git a/config/sync/language/es/views.view.blog.yml b/config/sync/language/es/views.view.blog.yml deleted file mode 100644 index acebbe5..0000000 --- a/config/sync/language/es/views.view.blog.yml +++ /dev/null @@ -1,8 +0,0 @@ -display: - embed_listing: - display_options: - footer: - area: - content: - value: "\r\n" - format: full_html diff --git a/config/sync/language/es/webform.webform.contact.yml b/config/sync/language/es/webform.webform.contact.yml deleted file mode 100644 index 2684696..0000000 --- a/config/sync/language/es/webform.webform.contact.yml +++ /dev/null @@ -1,4 +0,0 @@ -title: Contacto -elements: "introduction:\n '#markup': 'Usted – nuestros clientes, colegas, y admiradores locos – on la razón por la que hacemos lo que hacemos. Nos encantaría saber de usted.'\nname:\n '#title': 'Tu Nombre'\nemail:\n '#title': 'Tu Correo Electrónico'\nsubject:\n '#title': 'El Tema'\nmessage:\n '#title': Mensaje\nhow_did_you_find_us:\n '#title': '¿Cómo se enteró de nosotros?'\n '#options':\n 'A professional or personal recommendation': 'Una recomendación profesional o personal'\n 'I met an Agaric and was given a business card': 'Conocí a un Agárico y me dieron una tarjeta de presentación'\n 'Google or something similar': 'Google o algo similar'\n 'The Agaric logo appeared on toast I made': 'El logo de Agaric apareció en una tostada que hice'\n '#other__option_label': Otro\nactions:\n '#submit__label': 'Enviar Mensaje'\n" -settings: - confirmation_message: '¡Gracias por contactarnos! Nos pondremos en contacto con usted tan pronto como uno de nosotros (probablemente Clayton) revise nuestro correo electrónico.' diff --git a/config/sync/language/es/webform.webform.training.yml b/config/sync/language/es/webform.webform.training.yml deleted file mode 100644 index b896db0..0000000 --- a/config/sync/language/es/webform.webform.training.yml +++ /dev/null @@ -1 +0,0 @@ -elements: "intro_text:\n '#text': \"

Gracias por el interetes en nuestras capacitaciones. Solo necesitamos un poco de información acerca de lo que buscas y nos pondremos en contacto pronto.

\\r\\n\"\nname:\n '#title': Nombre\ntopics:\n '#title': Temas\n '#options':\n 'Introduction to Drupal': 'Introducción a Drupal'\n 'Drupal development (beginning)': 'Desarollo en Drupal development (principiante)'\n 'Drupal development (intermediate)': 'Desarrollo en Drupal (intermedio)'\n 'Drupal development (advanced)': 'Desarrollo en Drupal (avanzado)'\n 'Drupal theming and templating': 'Diseño y theming en Drupal'\n 'Data migration': 'Migración de Datos'\nsize:\n '#title': Tamaño\n '#options':\n 'Personal training': 'Capacitación personal'\n 'Small group (2-5)': 'Grupo pequeño(2-5)'\n 'Larger group (more than 5)': 'Grupo grande (mas de 5)'\nactions:\n '#submit__label': 'Pedir una capacitación'\n" diff --git a/config/sync/metatag.metatag_defaults.front.yml b/config/sync/metatag.metatag_defaults.front.yml index 94bd95a..97a35b9 100644 --- a/config/sync/metatag.metatag_defaults.front.yml +++ b/config/sync/metatag.metatag_defaults.front.yml @@ -7,5 +7,20 @@ _core: id: front label: 'Front page' tags: - canonical_url: '[site:url]' shortlink: '[site:url]' + canonical_url: '[site:url]' + image_src: 'https://agaric.coop/themes/custom/agarica/patternlibrary/agaric/images/agaric-975x400-v1.png' + og_locality: Boston + og_image: 'https://agaric.coop/themes/custom/agarica/patternlibrary/agaric/images/agaric-975x400-v1.png' + og_region: Massachusetts + og_image_alt: Agaric. + og_postal_code: '02134' + og_description: 'A tech cooperative building websites and online tools that respect your freedom.' + og_email: ask@agaric.coop + og_phone_number: '(508) 283-3557' + twitter_cards_image: 'https://agaric.coop/themes/custom/agarica/patternlibrary/agaric/images/agaric-square.png' + twitter_cards_site: '@agaric' + twitter_cards_description: 'A tech cooperative building websites and online tools that respect your freedom.' + twitter_cards_image_alt: 'Two stylized mushrooms.' + twitter_cards_type: summary + twitter_cards_title: Agaric diff --git a/config/sync/metatag.metatag_defaults.global.yml b/config/sync/metatag.metatag_defaults.global.yml index 83c91a9..7cda3d2 100644 --- a/config/sync/metatag.metatag_defaults.global.yml +++ b/config/sync/metatag.metatag_defaults.global.yml @@ -7,5 +7,7 @@ _core: id: global label: Global tags: - canonical_url: '[current-page:url]' title: '[current-page:title] | [site:name]' + canonical_url: '[current-page:url]' + og_site_name: Agaric + og_title: '[current-page:title] | [site:name]' diff --git a/config/sync/metatag.metatag_defaults.node.yml b/config/sync/metatag.metatag_defaults.node.yml index 24e22d0..797e21d 100644 --- a/config/sync/metatag.metatag_defaults.node.yml +++ b/config/sync/metatag.metatag_defaults.node.yml @@ -8,5 +8,14 @@ id: node label: Content tags: title: '[node:title] | [site:name]' - description: '[node:summary]' canonical_url: '[node:url]' + description: '[node:summary]' + image_src: '[node:field_image]' + og_image: '[node:field_image]' + og_image_alt: '[node:field_image:alt]' + og_description: '[node:summary]' + og_site_name: Agaric + og_title: '[node:title] | [site:name]' + twitter_cards_image: '[node:field_image]' + twitter_cards_image_alt: '[node:field_image:alt]' + twitter_cards_type: summary diff --git a/config/sync/metatag.metatag_defaults.taxonomy_term.yml b/config/sync/metatag.metatag_defaults.taxonomy_term.yml index 899563a..4704fe9 100644 --- a/config/sync/metatag.metatag_defaults.taxonomy_term.yml +++ b/config/sync/metatag.metatag_defaults.taxonomy_term.yml @@ -7,6 +7,11 @@ _core: id: taxonomy_term label: 'Taxonomy term' tags: + title: '[term:name] | [site:name]' canonical_url: '[term:url]' description: '[term:description]' - title: '[term:name] | [site:name]' + og_description: '[term:description]' + og_title: '[term:name] | [site:name]' + twitter_cards_description: '[term:description]' + twitter_cards_type: summary + twitter_cards_title: '[term:name] | [site:name]' diff --git a/config/sync/node.type.case_study.yml b/config/sync/node.type.case_study.yml index 930caf5..1ba2933 100644 --- a/config/sync/node.type.case_study.yml +++ b/config/sync/node.type.case_study.yml @@ -3,16 +3,12 @@ langcode: en status: true dependencies: module: - - indieweb_context - menu_ui third_party_settings: menu_ui: available_menus: - main parent: 'main:' - indieweb_context: - post_context_link_field: '' - post_context_post_type: '' _core: default_config_hash: MRh-kbbNL2hwFapj6KIArv0J3_03XSkBNAtdKvf5vMk name: 'Case Study' diff --git a/config/sync/node.type.landing_page.yml b/config/sync/node.type.landing_page.yml index f8b4b19..54e1a23 100644 --- a/config/sync/node.type.landing_page.yml +++ b/config/sync/node.type.landing_page.yml @@ -3,16 +3,12 @@ langcode: en status: true dependencies: module: - - indieweb_context - menu_ui third_party_settings: menu_ui: available_menus: - main parent: 'main:' - indieweb_context: - post_context_link_field: '' - post_context_post_type: '' _core: default_config_hash: QECb_5oLjGh317SVZR3QFu-KwYdEVSyCJt5RrxFDRgY name: 'Landing page' diff --git a/config/sync/redirect_404.settings.yml b/config/sync/redirect_404.settings.yml index f8af3af..3cfb50b 100644 --- a/config/sync/redirect_404.settings.yml +++ b/config/sync/redirect_404.settings.yml @@ -1,5 +1,5 @@ row_limit: 10000 -pages: "/wp-login.php\r\n/\r\n/xmlrpc.php\r\n/\r\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/module.php?echo%2027ebdd36a8ac535e55aaeb6abf8a769d&feature=shell\r\n/\r\n/.well-known/assetlinks.json\r\n/\r\n/plus/read.php\r\n/\r\n/servlet?jumpto=status&p=login&q=loginForm\r\n/\r\n/data/cache/asd.php\r\n/\r\n/data/cache/flye.php\r\n/\r\n/plus/result.php\r\n/\r\n/phpmyadmin\r\n/\r\n/fuck.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/wordpress/wp-login.php\r\n/\r\n/coon.php\r\n/\r\n/sqlite/sqlite-manager/main.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/dede/login.php\r\n/\r\n/blog/xmlrpc.php\r\n/\r\n/plus/90sec.php\r\n/\r\n/admin/login.php\r\n/\r\n/lx.php\r\n/\r\n/lequ.php\r\n/\r\n/blog/user/register\r\n/\r\n/payload.php\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/MYAdmin\r\n/\r\n/plus/mytag_js.php?aid=511348\r\n/\r\n/sb.php\r\n/\r\n/\r\n/sqlite/sqlitemanager/main.php\r\n/\r\n/mySqlDumper\r\n/\r\n/plus/mytag_js.php?aid=6022\r\n/\r\n/pmd/index.php\r\n/\r\n/sites/default/files/content-post.php\r\n/\r\n/gb.php\r\n/\r\n/s.php?c=echo%20InfoOS%3A%60uname%20-a%3Bid%60OSInfo%3B%20exit%3B\r\n/\r\n/modules/coder/coder_upgrade/scripts/coder_upgrade.run.php\r\n/\r\n/install/index.php.bak?insLockfile=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php&s_lang=a&step=11\r\n/\r\n/srv/svn/agaric/drupal-contrib/5/modules-all/transliteration/data/x6e.php\r\n/\r\n/config/secrets.yml\r\n/\r\n/ewebeditor/php/upload.php?action=save&language=en&style=toby57&type=FILE\r\n/\r\n/plus/da.php\r\n/\r\n/plus/car.php\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n" +pages: "/wp-login.php\r\n/\r\n/xmlrpc.php\r\n/\r\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/module.php?echo%2027ebdd36a8ac535e55aaeb6abf8a769d&feature=shell\r\n/\r\n/.well-known/assetlinks.json\r\n/\r\n/plus/read.php\r\n/\r\n/servlet?jumpto=status&p=login&q=loginForm\r\n/\r\n/data/cache/asd.php\r\n/\r\n/data/cache/flye.php\r\n/\r\n/plus/result.php\r\n/\r\n/phpmyadmin\r\n/\r\n/fuck.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/wordpress/wp-login.php\r\n/\r\n/coon.php\r\n/\r\n/sqlite/sqlite-manager/main.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/dede/login.php\r\n/\r\n/blog/xmlrpc.php\r\n/\r\n/plus/90sec.php\r\n/\r\n/admin/login.php\r\n/\r\n/lx.php\r\n/\r\n/lequ.php\r\n/\r\n/blog/user/register\r\n/\r\n/payload.php\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/MYAdmin\r\n/\r\n/plus/mytag_js.php?aid=511348\r\n/\r\n/sb.php\r\n/\r\n/\r\n/sqlite/sqlitemanager/main.php\r\n/\r\n/mySqlDumper\r\n/\r\n/plus/mytag_js.php?aid=6022\r\n/\r\n/pmd/index.php\r\n/\r\n/sites/default/files/content-post.php\r\n/\r\n/gb.php\r\n/\r\n/s.php?c=echo%20InfoOS%3A%60uname%20-a%3Bid%60OSInfo%3B%20exit%3B\r\n/\r\n/modules/coder/coder_upgrade/scripts/coder_upgrade.run.php\r\n/\r\n/install/index.php.bak?insLockfile=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php&s_lang=a&step=11\r\n/\r\n/srv/svn/agaric/drupal-contrib/5/modules-all/transliteration/data/x6e.php\r\n/\r\n/config/secrets.yml\r\n/\r\n/ewebeditor/php/upload.php?action=save&language=en&style=toby57&type=FILE\r\n/\r\n/plus/da.php\r\n/\r\n/plus/car.php\n" suppress_404: false _core: default_config_hash: FgPCEDevf9dhNU_QB_fo-4AWxi0rrSZ2SGfd7bLNzLM diff --git a/config/sync/views.view.taxonomy_term.yml b/config/sync/views.view.taxonomy_term.yml index 23dc17e..cfde60e 100644 --- a/config/sync/views.view.taxonomy_term.yml +++ b/config/sync/views.view.taxonomy_term.yml @@ -3,6 +3,7 @@ langcode: en status: true dependencies: config: + - core.entity_view_mode.node.rss - core.entity_view_mode.node.rss_teaser - core.entity_view_mode.node.teaser - field.storage.node.field_authors @@ -205,12 +206,20 @@ display: footer: { } empty: { } relationships: { } - fields: { } + fields: + title: + id: title + table: node_field_data + field: title + entity_type: node + entity_field: title + plugin_id: field display_extenders: { } link_url: '' link_display: page_1 cache_metadata: contexts: + - 'languages:language_content' - 'languages:language_interface' - url - url.query_args @@ -242,16 +251,10 @@ display: uses_fields: false description: '' row: - type: rss_fields + type: node_rss options: - title_field: title - link_field: view_node - description_field: field_body_paragraph - creator_field: field_authors - date_field: created - guid_field_options: - guid_field: nid - guid_field_is_permalink: true + relationship: none + view_mode: rss display_extenders: { } fields: nid: @@ -720,6 +723,7 @@ display: cache_metadata: max-age: -1 contexts: + - 'languages:language_content' - 'languages:language_interface' - url - 'user.node_grants:view' @@ -738,6 +742,7 @@ display: display_extenders: { } cache_metadata: contexts: + - 'languages:language_content' - 'languages:language_interface' - url - url.query_args -- 2.45.2 From 45f7f228a0c83065c25c57101f28ce139c8d8dfb Mon Sep 17 00:00:00 2001 From: David Valdez Date: Tue, 5 Feb 2019 13:41:46 -0600 Subject: [PATCH 071/459] The metatag changes were restored. Also, the taxonomy_term view edits were removed and some words were translated to spanish, they were restored as well. --- ....base_field_override.node.case_study.menu_link.yml | 2 +- ...core.base_field_override.node.case_study.title.yml | 2 +- ...ase_field_override.node.landing_page.menu_link.yml | 2 +- ...re.base_field_override.node.landing_page.title.yml | 2 +- ...core.base_field_override.paragraph.faq.created.yml | 2 +- .../core.base_field_override.paragraph.faq.status.yml | 2 +- .../core.base_field_override.paragraph.faq.uid.yml | 2 +- ...ore.base_field_override.paragraph.file.created.yml | 2 +- ...core.base_field_override.paragraph.file.status.yml | 2 +- .../core.base_field_override.paragraph.file.uid.yml | 2 +- ...re.base_field_override.paragraph.image.created.yml | 2 +- ...ore.base_field_override.paragraph.image.status.yml | 2 +- .../core.base_field_override.paragraph.image.uid.yml | 2 +- ...verride.paragraph.quotation_with_image.created.yml | 2 +- ...override.paragraph.quotation_with_image.status.yml | 2 +- ...ld_override.paragraph.quotation_with_image.uid.yml | 2 +- ...re.base_field_override.paragraph.slide.created.yml | 2 +- ...ore.base_field_override.paragraph.slide.status.yml | 2 +- .../core.base_field_override.paragraph.slide.uid.yml | 2 +- ...ld_override.paragraph.storyline_header.created.yml | 2 +- ...eld_override.paragraph.storyline_header.status.yml | 2 +- ..._field_override.paragraph.storyline_header.uid.yml | 2 +- ...ield_override.paragraph.storyline_item.created.yml | 2 +- ...field_override.paragraph.storyline_item.status.yml | 2 +- ...se_field_override.paragraph.storyline_item.uid.yml | 2 +- ...ore.base_field_override.paragraph.text.created.yml | 2 +- ...core.base_field_override.paragraph.text.status.yml | 2 +- .../core.base_field_override.paragraph.text.uid.yml | 2 +- ...re.base_field_override.paragraph.title.created.yml | 2 +- ...ore.base_field_override.paragraph.title.status.yml | 2 +- .../core.base_field_override.paragraph.title.uid.yml | 2 +- ...e.base_field_override.paragraph.update.created.yml | 2 +- ...re.base_field_override.paragraph.update.status.yml | 2 +- .../core.base_field_override.paragraph.update.uid.yml | 2 +- ...re.base_field_override.paragraph.video.created.yml | 2 +- ...ore.base_field_override.paragraph.video.status.yml | 2 +- .../core.base_field_override.paragraph.video.uid.yml | 2 +- ...ore.base_field_override.paragraph.view.created.yml | 2 +- ...core.base_field_override.paragraph.view.status.yml | 2 +- .../core.base_field_override.paragraph.view.uid.yml | 2 +- ....base_field_override.paragraph.webform.created.yml | 2 +- ...e.base_field_override.paragraph.webform.status.yml | 2 +- ...core.base_field_override.paragraph.webform.uid.yml | 2 +- config/sync/field.field.node.case_study.body.yml | 2 +- ....field.node.case_study.field_case_study_client.yml | 2 +- ...ield.node.case_study.field_case_study_partners.yml | 2 +- ....field.node.case_study.field_case_study_status.yml | 2 +- ...ield.node.case_study.field_case_study_subtitle.yml | 2 +- ...ld.field.node.case_study.field_case_study_team.yml | 2 +- ...ld.field.node.case_study.field_case_study_year.yml | 2 +- .../sync/field.field.node.case_study.field_image.yml | 9 ++++++++- .../field.field.node.case_study.field_license.yml | 4 +++- .../field.field.node.case_study.field_meta_tags.yml | 2 +- .../field.field.node.case_study.field_services.yml | 2 +- .../field.field.node.case_study.field_summary.yml | 2 +- ...field.field.node.case_study.field_technologies.yml | 2 +- .../field.field.node.page.field_body_paragraph.yml | 2 +- config/sync/field.field.paragraph.faq.field_faq.yml | 2 +- config/sync/field.field.paragraph.file.field_file.yml | 2 +- .../sync/field.field.paragraph.image.field_image.yml | 9 ++++++++- ...eld.paragraph.quotation_with_image.field_image.yml | 9 ++++++++- ...paragraph.quotation_with_image.field_quotation.yml | 2 +- ...h.quotation_with_image.field_style_escape_flow.yml | 2 +- .../sync/field.field.paragraph.slide.field_image.yml | 9 ++++++++- .../sync/field.field.paragraph.slide.field_link.yml | 2 +- .../sync/field.field.paragraph.slide.field_text.yml | 2 +- ...agraph.storyline_header.field_storyline_header.yml | 2 +- ...ragraph.storyline_item.field_storyline_heading.yml | 2 +- ...ield.field.paragraph.storyline_item.field_text.yml | 2 +- ...field.field.paragraph.text.field_style_classes.yml | 2 +- ...d.field.paragraph.text.field_style_escape_flow.yml | 2 +- config/sync/field.field.paragraph.text.field_text.yml | 2 +- .../sync/field.field.paragraph.title.field_image.yml | 9 ++++++++- ...ield.field.paragraph.title.field_style_classes.yml | 2 +- .../field.field.paragraph.title.field_style_color.yml | 2 +- ...eld.field.paragraph.title.field_style_titlebar.yml | 2 +- .../field.field.paragraph.title.field_subtitle.yml | 2 +- .../sync/field.field.paragraph.title.field_title.yml | 2 +- .../sync/field.field.paragraph.update.field_text.yml | 2 +- ...field.field.paragraph.update.field_update_date.yml | 2 +- .../field.field.paragraph.video.field_video_embed.yml | 2 +- ...d.field.paragraph.view.field_style_escape_flow.yml | 2 +- ...ield.field.paragraph.view.field_view_reference.yml | 2 +- .../field.field.paragraph.webform.field_webform.yml | 2 +- .../language.content_settings.node.case_study.yml | 2 +- .../language.content_settings.node.landing_page.yml | 2 +- .../sync/language.content_settings.paragraph.faq.yml | 4 ++-- .../sync/language.content_settings.paragraph.file.yml | 4 ++-- .../language.content_settings.paragraph.image.yml | 4 ++-- ...ontent_settings.paragraph.quotation_with_image.yml | 4 ++-- .../language.content_settings.paragraph.slide.yml | 4 ++-- ...ge.content_settings.paragraph.storyline_header.yml | 4 ++-- ...uage.content_settings.paragraph.storyline_item.yml | 4 ++-- .../sync/language.content_settings.paragraph.text.yml | 4 ++-- .../language.content_settings.paragraph.title.yml | 4 ++-- .../language.content_settings.paragraph.update.yml | 4 ++-- .../language.content_settings.paragraph.video.yml | 4 ++-- .../sync/language.content_settings.paragraph.view.yml | 4 ++-- .../language.content_settings.paragraph.webform.yml | 4 ++-- ...rm_submission.attend_the_tech_and_rev_workshop.yml | 11 +++++++++++ ...ent_settings.webform_submission.public_speaker.yml | 11 +++++++++++ config/sync/language/es/views.view.blog.yml | 8 ++++++++ config/sync/language/es/webform.webform.contact.yml | 4 ++++ config/sync/language/es/webform.webform.training.yml | 1 + config/sync/node.type.case_study.yml | 4 ++++ config/sync/node.type.landing_page.yml | 4 ++++ config/sync/redirect_404.settings.yml | 2 +- 107 files changed, 193 insertions(+), 113 deletions(-) create mode 100644 config/sync/language.content_settings.webform_submission.attend_the_tech_and_rev_workshop.yml create mode 100644 config/sync/language.content_settings.webform_submission.public_speaker.yml create mode 100644 config/sync/language/es/views.view.blog.yml create mode 100644 config/sync/language/es/webform.webform.contact.yml create mode 100644 config/sync/language/es/webform.webform.training.yml diff --git a/config/sync/core.base_field_override.node.case_study.menu_link.yml b/config/sync/core.base_field_override.node.case_study.menu_link.yml index 093412a..d5259d8 100644 --- a/config/sync/core.base_field_override.node.case_study.menu_link.yml +++ b/config/sync/core.base_field_override.node.case_study.menu_link.yml @@ -11,7 +11,7 @@ bundle: case_study label: 'Menu link' description: 'Computed menu link for the node (only available during node saving).' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/core.base_field_override.node.case_study.title.yml b/config/sync/core.base_field_override.node.case_study.title.yml index 49da9dc..53040bc 100644 --- a/config/sync/core.base_field_override.node.case_study.title.yml +++ b/config/sync/core.base_field_override.node.case_study.title.yml @@ -11,7 +11,7 @@ bundle: case_study label: Title description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.node.landing_page.menu_link.yml b/config/sync/core.base_field_override.node.landing_page.menu_link.yml index b26bd90..6ed5e68 100644 --- a/config/sync/core.base_field_override.node.landing_page.menu_link.yml +++ b/config/sync/core.base_field_override.node.landing_page.menu_link.yml @@ -11,7 +11,7 @@ bundle: landing_page label: 'Menu link' description: 'Computed menu link for the node (only available during node saving).' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/core.base_field_override.node.landing_page.title.yml b/config/sync/core.base_field_override.node.landing_page.title.yml index b77b151..6a47849 100644 --- a/config/sync/core.base_field_override.node.landing_page.title.yml +++ b/config/sync/core.base_field_override.node.landing_page.title.yml @@ -11,7 +11,7 @@ bundle: landing_page label: Title description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.faq.created.yml b/config/sync/core.base_field_override.paragraph.faq.created.yml index be745b2..a5c46ca 100644 --- a/config/sync/core.base_field_override.paragraph.faq.created.yml +++ b/config/sync/core.base_field_override.paragraph.faq.created.yml @@ -11,7 +11,7 @@ bundle: faq label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.faq.status.yml b/config/sync/core.base_field_override.paragraph.faq.status.yml index 16f87af..3062a58 100644 --- a/config/sync/core.base_field_override.paragraph.faq.status.yml +++ b/config/sync/core.base_field_override.paragraph.faq.status.yml @@ -11,7 +11,7 @@ bundle: faq label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.faq.uid.yml b/config/sync/core.base_field_override.paragraph.faq.uid.yml index d4b994d..af5621c 100644 --- a/config/sync/core.base_field_override.paragraph.faq.uid.yml +++ b/config/sync/core.base_field_override.paragraph.faq.uid.yml @@ -11,7 +11,7 @@ bundle: faq label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.file.created.yml b/config/sync/core.base_field_override.paragraph.file.created.yml index 2f32001..cfba079 100644 --- a/config/sync/core.base_field_override.paragraph.file.created.yml +++ b/config/sync/core.base_field_override.paragraph.file.created.yml @@ -11,7 +11,7 @@ bundle: file label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.file.status.yml b/config/sync/core.base_field_override.paragraph.file.status.yml index a1378a3..d9f3f7a 100644 --- a/config/sync/core.base_field_override.paragraph.file.status.yml +++ b/config/sync/core.base_field_override.paragraph.file.status.yml @@ -11,7 +11,7 @@ bundle: file label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.file.uid.yml b/config/sync/core.base_field_override.paragraph.file.uid.yml index 206278d..f3d1230 100644 --- a/config/sync/core.base_field_override.paragraph.file.uid.yml +++ b/config/sync/core.base_field_override.paragraph.file.uid.yml @@ -11,7 +11,7 @@ bundle: file label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.image.created.yml b/config/sync/core.base_field_override.paragraph.image.created.yml index ca0fc75..25b9b1a 100644 --- a/config/sync/core.base_field_override.paragraph.image.created.yml +++ b/config/sync/core.base_field_override.paragraph.image.created.yml @@ -11,7 +11,7 @@ bundle: image label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.image.status.yml b/config/sync/core.base_field_override.paragraph.image.status.yml index 84383a1..eeae8e2 100644 --- a/config/sync/core.base_field_override.paragraph.image.status.yml +++ b/config/sync/core.base_field_override.paragraph.image.status.yml @@ -11,7 +11,7 @@ bundle: image label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.image.uid.yml b/config/sync/core.base_field_override.paragraph.image.uid.yml index 16c6259..3419de3 100644 --- a/config/sync/core.base_field_override.paragraph.image.uid.yml +++ b/config/sync/core.base_field_override.paragraph.image.uid.yml @@ -11,7 +11,7 @@ bundle: image label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.quotation_with_image.created.yml b/config/sync/core.base_field_override.paragraph.quotation_with_image.created.yml index 1afeafb..0431259 100644 --- a/config/sync/core.base_field_override.paragraph.quotation_with_image.created.yml +++ b/config/sync/core.base_field_override.paragraph.quotation_with_image.created.yml @@ -11,7 +11,7 @@ bundle: quotation_with_image label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.quotation_with_image.status.yml b/config/sync/core.base_field_override.paragraph.quotation_with_image.status.yml index 97d3b5b..2a681f2 100644 --- a/config/sync/core.base_field_override.paragraph.quotation_with_image.status.yml +++ b/config/sync/core.base_field_override.paragraph.quotation_with_image.status.yml @@ -11,7 +11,7 @@ bundle: quotation_with_image label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.quotation_with_image.uid.yml b/config/sync/core.base_field_override.paragraph.quotation_with_image.uid.yml index 42b0724..46faf5f 100644 --- a/config/sync/core.base_field_override.paragraph.quotation_with_image.uid.yml +++ b/config/sync/core.base_field_override.paragraph.quotation_with_image.uid.yml @@ -11,7 +11,7 @@ bundle: quotation_with_image label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.slide.created.yml b/config/sync/core.base_field_override.paragraph.slide.created.yml index 8a37d48..66fc1ad 100644 --- a/config/sync/core.base_field_override.paragraph.slide.created.yml +++ b/config/sync/core.base_field_override.paragraph.slide.created.yml @@ -11,7 +11,7 @@ bundle: slide label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.slide.status.yml b/config/sync/core.base_field_override.paragraph.slide.status.yml index 5e7be52..81d543f 100644 --- a/config/sync/core.base_field_override.paragraph.slide.status.yml +++ b/config/sync/core.base_field_override.paragraph.slide.status.yml @@ -11,7 +11,7 @@ bundle: slide label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.slide.uid.yml b/config/sync/core.base_field_override.paragraph.slide.uid.yml index 263fbb9..9fa3a3e 100644 --- a/config/sync/core.base_field_override.paragraph.slide.uid.yml +++ b/config/sync/core.base_field_override.paragraph.slide.uid.yml @@ -11,7 +11,7 @@ bundle: slide label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.storyline_header.created.yml b/config/sync/core.base_field_override.paragraph.storyline_header.created.yml index fabbabd..b9ee9b8 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_header.created.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_header.created.yml @@ -11,7 +11,7 @@ bundle: storyline_header label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.storyline_header.status.yml b/config/sync/core.base_field_override.paragraph.storyline_header.status.yml index cda978d..0a922b1 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_header.status.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_header.status.yml @@ -11,7 +11,7 @@ bundle: storyline_header label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.storyline_header.uid.yml b/config/sync/core.base_field_override.paragraph.storyline_header.uid.yml index 75a6ee8..a094644 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_header.uid.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_header.uid.yml @@ -11,7 +11,7 @@ bundle: storyline_header label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.storyline_item.created.yml b/config/sync/core.base_field_override.paragraph.storyline_item.created.yml index 0485664..4281d64 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_item.created.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_item.created.yml @@ -11,7 +11,7 @@ bundle: storyline_item label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.storyline_item.status.yml b/config/sync/core.base_field_override.paragraph.storyline_item.status.yml index 05e737a..ad21639 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_item.status.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_item.status.yml @@ -11,7 +11,7 @@ bundle: storyline_item label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.storyline_item.uid.yml b/config/sync/core.base_field_override.paragraph.storyline_item.uid.yml index e6c83d8..7b61f76 100644 --- a/config/sync/core.base_field_override.paragraph.storyline_item.uid.yml +++ b/config/sync/core.base_field_override.paragraph.storyline_item.uid.yml @@ -11,7 +11,7 @@ bundle: storyline_item label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.text.created.yml b/config/sync/core.base_field_override.paragraph.text.created.yml index 842722b..cfa4b53 100644 --- a/config/sync/core.base_field_override.paragraph.text.created.yml +++ b/config/sync/core.base_field_override.paragraph.text.created.yml @@ -11,7 +11,7 @@ bundle: text label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.text.status.yml b/config/sync/core.base_field_override.paragraph.text.status.yml index 91cd382..eac0927 100644 --- a/config/sync/core.base_field_override.paragraph.text.status.yml +++ b/config/sync/core.base_field_override.paragraph.text.status.yml @@ -11,7 +11,7 @@ bundle: text label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.text.uid.yml b/config/sync/core.base_field_override.paragraph.text.uid.yml index 38b3bed..5093cd0 100644 --- a/config/sync/core.base_field_override.paragraph.text.uid.yml +++ b/config/sync/core.base_field_override.paragraph.text.uid.yml @@ -11,7 +11,7 @@ bundle: text label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.title.created.yml b/config/sync/core.base_field_override.paragraph.title.created.yml index 699a67b..9e20356 100644 --- a/config/sync/core.base_field_override.paragraph.title.created.yml +++ b/config/sync/core.base_field_override.paragraph.title.created.yml @@ -11,7 +11,7 @@ bundle: title label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.title.status.yml b/config/sync/core.base_field_override.paragraph.title.status.yml index 7992cef..56b7473 100644 --- a/config/sync/core.base_field_override.paragraph.title.status.yml +++ b/config/sync/core.base_field_override.paragraph.title.status.yml @@ -11,7 +11,7 @@ bundle: title label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.title.uid.yml b/config/sync/core.base_field_override.paragraph.title.uid.yml index 00dc1f8..4df52c7 100644 --- a/config/sync/core.base_field_override.paragraph.title.uid.yml +++ b/config/sync/core.base_field_override.paragraph.title.uid.yml @@ -11,7 +11,7 @@ bundle: title label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.update.created.yml b/config/sync/core.base_field_override.paragraph.update.created.yml index 3157f64..a356065 100644 --- a/config/sync/core.base_field_override.paragraph.update.created.yml +++ b/config/sync/core.base_field_override.paragraph.update.created.yml @@ -11,7 +11,7 @@ bundle: update label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.update.status.yml b/config/sync/core.base_field_override.paragraph.update.status.yml index 05c73e8..40ef081 100644 --- a/config/sync/core.base_field_override.paragraph.update.status.yml +++ b/config/sync/core.base_field_override.paragraph.update.status.yml @@ -11,7 +11,7 @@ bundle: update label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.update.uid.yml b/config/sync/core.base_field_override.paragraph.update.uid.yml index cb77d6e..0a6aacf 100644 --- a/config/sync/core.base_field_override.paragraph.update.uid.yml +++ b/config/sync/core.base_field_override.paragraph.update.uid.yml @@ -11,7 +11,7 @@ bundle: update label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.video.created.yml b/config/sync/core.base_field_override.paragraph.video.created.yml index 057be97..53ee494 100644 --- a/config/sync/core.base_field_override.paragraph.video.created.yml +++ b/config/sync/core.base_field_override.paragraph.video.created.yml @@ -11,7 +11,7 @@ bundle: video label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.video.status.yml b/config/sync/core.base_field_override.paragraph.video.status.yml index 557be53..22a2cde 100644 --- a/config/sync/core.base_field_override.paragraph.video.status.yml +++ b/config/sync/core.base_field_override.paragraph.video.status.yml @@ -11,7 +11,7 @@ bundle: video label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.video.uid.yml b/config/sync/core.base_field_override.paragraph.video.uid.yml index 8aa42b9..5f82da9 100644 --- a/config/sync/core.base_field_override.paragraph.video.uid.yml +++ b/config/sync/core.base_field_override.paragraph.video.uid.yml @@ -11,7 +11,7 @@ bundle: video label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.view.created.yml b/config/sync/core.base_field_override.paragraph.view.created.yml index ffedde7..fd23314 100644 --- a/config/sync/core.base_field_override.paragraph.view.created.yml +++ b/config/sync/core.base_field_override.paragraph.view.created.yml @@ -11,7 +11,7 @@ bundle: view label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.view.status.yml b/config/sync/core.base_field_override.paragraph.view.status.yml index fec0129..686e932 100644 --- a/config/sync/core.base_field_override.paragraph.view.status.yml +++ b/config/sync/core.base_field_override.paragraph.view.status.yml @@ -11,7 +11,7 @@ bundle: view label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.view.uid.yml b/config/sync/core.base_field_override.paragraph.view.uid.yml index 3bc049f..3fa85ae 100644 --- a/config/sync/core.base_field_override.paragraph.view.uid.yml +++ b/config/sync/core.base_field_override.paragraph.view.uid.yml @@ -11,7 +11,7 @@ bundle: view label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/core.base_field_override.paragraph.webform.created.yml b/config/sync/core.base_field_override.paragraph.webform.created.yml index 46e2ab9..adfe4e4 100644 --- a/config/sync/core.base_field_override.paragraph.webform.created.yml +++ b/config/sync/core.base_field_override.paragraph.webform.created.yml @@ -11,7 +11,7 @@ bundle: webform label: 'Authored on' description: 'The time that the Paragraph was created.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/core.base_field_override.paragraph.webform.status.yml b/config/sync/core.base_field_override.paragraph.webform.status.yml index d291187..da0003c 100644 --- a/config/sync/core.base_field_override.paragraph.webform.status.yml +++ b/config/sync/core.base_field_override.paragraph.webform.status.yml @@ -11,7 +11,7 @@ bundle: webform label: Published description: '' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/core.base_field_override.paragraph.webform.uid.yml b/config/sync/core.base_field_override.paragraph.webform.uid.yml index c2cf494..cc1bee3 100644 --- a/config/sync/core.base_field_override.paragraph.webform.uid.yml +++ b/config/sync/core.base_field_override.paragraph.webform.uid.yml @@ -11,7 +11,7 @@ bundle: webform label: 'Authored by' description: 'The user ID of the paragraphs author.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: 'Drupal\paragraphs\Entity\Paragraph::getCurrentUserId' settings: diff --git a/config/sync/field.field.node.case_study.body.yml b/config/sync/field.field.node.case_study.body.yml index 0fce944..dc751cc 100644 --- a/config/sync/field.field.node.case_study.body.yml +++ b/config/sync/field.field.node.case_study.body.yml @@ -16,7 +16,7 @@ bundle: case_study label: Body description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_case_study_client.yml b/config/sync/field.field.node.case_study.field_case_study_client.yml index 647aa87..5bc9192 100644 --- a/config/sync/field.field.node.case_study.field_case_study_client.yml +++ b/config/sync/field.field.node.case_study.field_case_study_client.yml @@ -16,7 +16,7 @@ bundle: case_study label: Client description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_case_study_partners.yml b/config/sync/field.field.node.case_study.field_case_study_partners.yml index b037a37..8670c08 100644 --- a/config/sync/field.field.node.case_study.field_case_study_partners.yml +++ b/config/sync/field.field.node.case_study.field_case_study_partners.yml @@ -16,7 +16,7 @@ bundle: case_study label: Partners description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_case_study_status.yml b/config/sync/field.field.node.case_study.field_case_study_status.yml index a08ca3a..4b112f0 100644 --- a/config/sync/field.field.node.case_study.field_case_study_status.yml +++ b/config/sync/field.field.node.case_study.field_case_study_status.yml @@ -14,7 +14,7 @@ bundle: case_study label: Status description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_case_study_subtitle.yml b/config/sync/field.field.node.case_study.field_case_study_subtitle.yml index 207b5ca..07dc31e 100644 --- a/config/sync/field.field.node.case_study.field_case_study_subtitle.yml +++ b/config/sync/field.field.node.case_study.field_case_study_subtitle.yml @@ -14,7 +14,7 @@ bundle: case_study label: Subtitle description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_case_study_team.yml b/config/sync/field.field.node.case_study.field_case_study_team.yml index 80e18a6..506847f 100644 --- a/config/sync/field.field.node.case_study.field_case_study_team.yml +++ b/config/sync/field.field.node.case_study.field_case_study_team.yml @@ -15,7 +15,7 @@ bundle: case_study label: Team description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_case_study_year.yml b/config/sync/field.field.node.case_study.field_case_study_year.yml index 1f743f0..4629956 100644 --- a/config/sync/field.field.node.case_study.field_case_study_year.yml +++ b/config/sync/field.field.node.case_study.field_case_study_year.yml @@ -14,7 +14,7 @@ bundle: case_study label: Year description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_image.yml b/config/sync/field.field.node.case_study.field_image.yml index 8e927cb..f2203aa 100644 --- a/config/sync/field.field.node.case_study.field_image.yml +++ b/config/sync/field.field.node.case_study.field_image.yml @@ -6,7 +6,14 @@ dependencies: - field.storage.node.field_image - node.type.case_study module: + - content_translation - image +third_party_settings: + content_translation: + translation_sync: + alt: alt + title: title + file: '0' _core: default_config_hash: kTZSUq7WPcC_QIRMzI3I_otBSuTVQkJix5i1o63eAo4 id: node.case_study.field_image @@ -16,7 +23,7 @@ bundle: case_study label: Image description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_license.yml b/config/sync/field.field.node.case_study.field_license.yml index 8070223..236546c 100644 --- a/config/sync/field.field.node.case_study.field_license.yml +++ b/config/sync/field.field.node.case_study.field_license.yml @@ -6,6 +6,8 @@ dependencies: - field.storage.node.field_license - node.type.case_study - taxonomy.vocabulary.license + content: + - 'taxonomy_term:license:61745acc-d11c-4e65-bd9e-518d223fedab' _core: default_config_hash: T7m68a92H2-MCB3SN0o0T1_F8RfV4gUk4N-fkdbeVVQ id: node.case_study.field_license @@ -15,7 +17,7 @@ bundle: case_study label: License description: '' required: false -translatable: false +translatable: true default_value: - target_uuid: 61745acc-d11c-4e65-bd9e-518d223fedab diff --git a/config/sync/field.field.node.case_study.field_meta_tags.yml b/config/sync/field.field.node.case_study.field_meta_tags.yml index 5b29e28..7a167ed 100644 --- a/config/sync/field.field.node.case_study.field_meta_tags.yml +++ b/config/sync/field.field.node.case_study.field_meta_tags.yml @@ -16,7 +16,7 @@ bundle: case_study label: 'Meta tags' description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_services.yml b/config/sync/field.field.node.case_study.field_services.yml index 16d4552..8db37a8 100644 --- a/config/sync/field.field.node.case_study.field_services.yml +++ b/config/sync/field.field.node.case_study.field_services.yml @@ -15,7 +15,7 @@ bundle: case_study label: Services description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.case_study.field_summary.yml b/config/sync/field.field.node.case_study.field_summary.yml index cf07fdb..699b4a9 100644 --- a/config/sync/field.field.node.case_study.field_summary.yml +++ b/config/sync/field.field.node.case_study.field_summary.yml @@ -16,7 +16,7 @@ bundle: case_study label: Summary description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.node.case_study.field_technologies.yml b/config/sync/field.field.node.case_study.field_technologies.yml index 1644779..c8aebf1 100644 --- a/config/sync/field.field.node.case_study.field_technologies.yml +++ b/config/sync/field.field.node.case_study.field_technologies.yml @@ -15,7 +15,7 @@ bundle: case_study label: Technologies description: 'Add new technology term' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.node.page.field_body_paragraph.yml b/config/sync/field.field.node.page.field_body_paragraph.yml index 72d2703..1fdf7b7 100644 --- a/config/sync/field.field.node.page.field_body_paragraph.yml +++ b/config/sync/field.field.node.page.field_body_paragraph.yml @@ -29,7 +29,7 @@ bundle: page label: 'Body paragraph' description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.faq.field_faq.yml b/config/sync/field.field.paragraph.faq.field_faq.yml index 3a40830..8093298 100644 --- a/config/sync/field.field.paragraph.faq.field_faq.yml +++ b/config/sync/field.field.paragraph.faq.field_faq.yml @@ -16,7 +16,7 @@ bundle: faq label: FAQ description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.file.field_file.yml b/config/sync/field.field.paragraph.file.field_file.yml index b05df5e..edfd6bc 100644 --- a/config/sync/field.field.paragraph.file.field_file.yml +++ b/config/sync/field.field.paragraph.file.field_file.yml @@ -16,7 +16,7 @@ bundle: file label: File description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.image.field_image.yml b/config/sync/field.field.paragraph.image.field_image.yml index ec7973c..a4f99c4 100644 --- a/config/sync/field.field.paragraph.image.field_image.yml +++ b/config/sync/field.field.paragraph.image.field_image.yml @@ -6,7 +6,14 @@ dependencies: - field.storage.paragraph.field_image - paragraphs.paragraphs_type.image module: + - content_translation - image +third_party_settings: + content_translation: + translation_sync: + alt: alt + title: title + file: '0' _core: default_config_hash: NS4XfuPJbhkGOp_KnO16fbWbcxRoDln_7HMLTkxTRn8 id: paragraph.image.field_image @@ -16,7 +23,7 @@ bundle: image label: Image description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.quotation_with_image.field_image.yml b/config/sync/field.field.paragraph.quotation_with_image.field_image.yml index 2c531f9..5f7d9b3 100644 --- a/config/sync/field.field.paragraph.quotation_with_image.field_image.yml +++ b/config/sync/field.field.paragraph.quotation_with_image.field_image.yml @@ -6,7 +6,14 @@ dependencies: - field.storage.paragraph.field_image - paragraphs.paragraphs_type.quotation_with_image module: + - content_translation - image +third_party_settings: + content_translation: + translation_sync: + alt: alt + title: title + file: '0' id: paragraph.quotation_with_image.field_image field_name: field_image entity_type: paragraph @@ -14,7 +21,7 @@ bundle: quotation_with_image label: Image description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.quotation_with_image.field_quotation.yml b/config/sync/field.field.paragraph.quotation_with_image.field_quotation.yml index 9a61408..e2f3f86 100644 --- a/config/sync/field.field.paragraph.quotation_with_image.field_quotation.yml +++ b/config/sync/field.field.paragraph.quotation_with_image.field_quotation.yml @@ -23,7 +23,7 @@ bundle: quotation_with_image label: Quotation description: 'Don''t use a blockquote or quotation marks unless what you are quoting contains a quotation, itself.' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml b/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml index ecda8a2..2582e6a 100644 --- a/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml +++ b/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml @@ -12,7 +12,7 @@ bundle: quotation_with_image label: 'Expand beyond content to sides' description: 'Bust out of content flow to be able to expand left and right.' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/field.field.paragraph.slide.field_image.yml b/config/sync/field.field.paragraph.slide.field_image.yml index bf8ab4c..e77b6f5 100644 --- a/config/sync/field.field.paragraph.slide.field_image.yml +++ b/config/sync/field.field.paragraph.slide.field_image.yml @@ -6,7 +6,14 @@ dependencies: - field.storage.paragraph.field_image - paragraphs.paragraphs_type.slide module: + - content_translation - image +third_party_settings: + content_translation: + translation_sync: + alt: alt + title: title + file: '0' _core: default_config_hash: UPqViFD1k8_sEfDdjk3x1c_IrqBW8NOZyf1dkqPc-UI id: paragraph.slide.field_image @@ -16,7 +23,7 @@ bundle: slide label: Image description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.slide.field_link.yml b/config/sync/field.field.paragraph.slide.field_link.yml index 5166e56..c4efe07 100644 --- a/config/sync/field.field.paragraph.slide.field_link.yml +++ b/config/sync/field.field.paragraph.slide.field_link.yml @@ -16,7 +16,7 @@ bundle: slide label: Link description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.slide.field_text.yml b/config/sync/field.field.paragraph.slide.field_text.yml index 2bec121..47d5b9b 100644 --- a/config/sync/field.field.paragraph.slide.field_text.yml +++ b/config/sync/field.field.paragraph.slide.field_text.yml @@ -16,7 +16,7 @@ bundle: slide label: Text description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.storyline_header.field_storyline_header.yml b/config/sync/field.field.paragraph.storyline_header.field_storyline_header.yml index d8283ab..9258560 100644 --- a/config/sync/field.field.paragraph.storyline_header.field_storyline_header.yml +++ b/config/sync/field.field.paragraph.storyline_header.field_storyline_header.yml @@ -14,7 +14,7 @@ bundle: storyline_header label: 'Storyline header' description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.storyline_item.field_storyline_heading.yml b/config/sync/field.field.paragraph.storyline_item.field_storyline_heading.yml index 57797f2..f239105 100644 --- a/config/sync/field.field.paragraph.storyline_item.field_storyline_heading.yml +++ b/config/sync/field.field.paragraph.storyline_item.field_storyline_heading.yml @@ -14,7 +14,7 @@ bundle: storyline_item label: Heading description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.storyline_item.field_text.yml b/config/sync/field.field.paragraph.storyline_item.field_text.yml index fb1f37f..d8ed6cf 100644 --- a/config/sync/field.field.paragraph.storyline_item.field_text.yml +++ b/config/sync/field.field.paragraph.storyline_item.field_text.yml @@ -16,7 +16,7 @@ bundle: storyline_item label: Text description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.text.field_style_classes.yml b/config/sync/field.field.paragraph.text.field_style_classes.yml index af0d6d1..77359bf 100644 --- a/config/sync/field.field.paragraph.text.field_style_classes.yml +++ b/config/sync/field.field.paragraph.text.field_style_classes.yml @@ -14,7 +14,7 @@ bundle: text label: 'Section style' description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.text.field_style_escape_flow.yml b/config/sync/field.field.paragraph.text.field_style_escape_flow.yml index b7df1fa..eda2ac7 100644 --- a/config/sync/field.field.paragraph.text.field_style_escape_flow.yml +++ b/config/sync/field.field.paragraph.text.field_style_escape_flow.yml @@ -12,7 +12,7 @@ bundle: text label: 'Expand beyond content to sides' description: 'Bust out of content flow to be able to expand left and right. Use this when applying a hero class.' required: false -translatable: false +translatable: true default_value: - value: 0 diff --git a/config/sync/field.field.paragraph.text.field_text.yml b/config/sync/field.field.paragraph.text.field_text.yml index 9680ff8..3aedb1f 100644 --- a/config/sync/field.field.paragraph.text.field_text.yml +++ b/config/sync/field.field.paragraph.text.field_text.yml @@ -16,7 +16,7 @@ bundle: text label: Text description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.title.field_image.yml b/config/sync/field.field.paragraph.title.field_image.yml index 9a10ad5..31046ac 100644 --- a/config/sync/field.field.paragraph.title.field_image.yml +++ b/config/sync/field.field.paragraph.title.field_image.yml @@ -6,7 +6,14 @@ dependencies: - field.storage.paragraph.field_image - paragraphs.paragraphs_type.title module: + - content_translation - image +third_party_settings: + content_translation: + translation_sync: + alt: alt + title: title + file: '0' id: paragraph.title.field_image field_name: field_image entity_type: paragraph @@ -14,7 +21,7 @@ bundle: title label: Image description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.title.field_style_classes.yml b/config/sync/field.field.paragraph.title.field_style_classes.yml index 3f7ac03..11c48a3 100644 --- a/config/sync/field.field.paragraph.title.field_style_classes.yml +++ b/config/sync/field.field.paragraph.title.field_style_classes.yml @@ -14,7 +14,7 @@ bundle: title label: 'Section style' description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.title.field_style_color.yml b/config/sync/field.field.paragraph.title.field_style_color.yml index 0e0b9ad..df43719 100644 --- a/config/sync/field.field.paragraph.title.field_style_color.yml +++ b/config/sync/field.field.paragraph.title.field_style_color.yml @@ -14,7 +14,7 @@ bundle: title label: Color description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.title.field_style_titlebar.yml b/config/sync/field.field.paragraph.title.field_style_titlebar.yml index 9575d6a..33fdfbb 100644 --- a/config/sync/field.field.paragraph.title.field_style_titlebar.yml +++ b/config/sync/field.field.paragraph.title.field_style_titlebar.yml @@ -12,7 +12,7 @@ bundle: title label: Titlebar description: '' required: false -translatable: false +translatable: true default_value: - value: 0 diff --git a/config/sync/field.field.paragraph.title.field_subtitle.yml b/config/sync/field.field.paragraph.title.field_subtitle.yml index 2b2f0ca..be30b34 100644 --- a/config/sync/field.field.paragraph.title.field_subtitle.yml +++ b/config/sync/field.field.paragraph.title.field_subtitle.yml @@ -23,7 +23,7 @@ bundle: title label: Subtitle description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.title.field_title.yml b/config/sync/field.field.paragraph.title.field_title.yml index d3a72f2..e8cf58b 100644 --- a/config/sync/field.field.paragraph.title.field_title.yml +++ b/config/sync/field.field.paragraph.title.field_title.yml @@ -23,7 +23,7 @@ bundle: title label: Title description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.update.field_text.yml b/config/sync/field.field.paragraph.update.field_text.yml index 53b7620..412334d 100644 --- a/config/sync/field.field.paragraph.update.field_text.yml +++ b/config/sync/field.field.paragraph.update.field_text.yml @@ -16,7 +16,7 @@ bundle: update label: Update description: '' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: { } diff --git a/config/sync/field.field.paragraph.update.field_update_date.yml b/config/sync/field.field.paragraph.update.field_update_date.yml index b0af5f0..45d405b 100644 --- a/config/sync/field.field.paragraph.update.field_update_date.yml +++ b/config/sync/field.field.paragraph.update.field_update_date.yml @@ -16,7 +16,7 @@ bundle: update label: 'Update date' description: '' required: false -translatable: false +translatable: true default_value: - default_date_type: now diff --git a/config/sync/field.field.paragraph.video.field_video_embed.yml b/config/sync/field.field.paragraph.video.field_video_embed.yml index d124ef7..efc7d07 100644 --- a/config/sync/field.field.paragraph.video.field_video_embed.yml +++ b/config/sync/field.field.paragraph.video.field_video_embed.yml @@ -16,7 +16,7 @@ bundle: video label: 'Video embed' description: 'Paste in the embed link from YouTube or Vimeo to embed a video.' required: false -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.view.field_style_escape_flow.yml b/config/sync/field.field.paragraph.view.field_style_escape_flow.yml index e7c0145..7557be2 100644 --- a/config/sync/field.field.paragraph.view.field_style_escape_flow.yml +++ b/config/sync/field.field.paragraph.view.field_style_escape_flow.yml @@ -12,7 +12,7 @@ bundle: view label: 'Expand beyond content to sides' description: 'Bust out of content flow to be able to expand left and right.' required: false -translatable: false +translatable: true default_value: - value: 1 diff --git a/config/sync/field.field.paragraph.view.field_view_reference.yml b/config/sync/field.field.paragraph.view.field_view_reference.yml index 299ba5f..96f69c6 100644 --- a/config/sync/field.field.paragraph.view.field_view_reference.yml +++ b/config/sync/field.field.paragraph.view.field_view_reference.yml @@ -14,7 +14,7 @@ bundle: view label: View description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.webform.field_webform.yml b/config/sync/field.field.paragraph.webform.field_webform.yml index 46f80a7..5cf71ed 100644 --- a/config/sync/field.field.paragraph.webform.field_webform.yml +++ b/config/sync/field.field.paragraph.webform.field_webform.yml @@ -14,7 +14,7 @@ bundle: webform label: Webform description: '' required: true -translatable: false +translatable: true default_value: { } default_value_callback: '' settings: diff --git a/config/sync/language.content_settings.node.case_study.yml b/config/sync/language.content_settings.node.case_study.yml index 5a60fea..63065be 100644 --- a/config/sync/language.content_settings.node.case_study.yml +++ b/config/sync/language.content_settings.node.case_study.yml @@ -8,7 +8,7 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: node.case_study diff --git a/config/sync/language.content_settings.node.landing_page.yml b/config/sync/language.content_settings.node.landing_page.yml index 2336c01..61bb244 100644 --- a/config/sync/language.content_settings.node.landing_page.yml +++ b/config/sync/language.content_settings.node.landing_page.yml @@ -8,7 +8,7 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: node.landing_page diff --git a/config/sync/language.content_settings.paragraph.faq.yml b/config/sync/language.content_settings.paragraph.faq.yml index 8d687df..7e22de2 100644 --- a/config/sync/language.content_settings.paragraph.faq.yml +++ b/config/sync/language.content_settings.paragraph.faq.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.faq target_entity_type_id: paragraph target_bundle: faq default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.file.yml b/config/sync/language.content_settings.paragraph.file.yml index fc0752c..812b927 100644 --- a/config/sync/language.content_settings.paragraph.file.yml +++ b/config/sync/language.content_settings.paragraph.file.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.file target_entity_type_id: paragraph target_bundle: file default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.image.yml b/config/sync/language.content_settings.paragraph.image.yml index d9ed040..ac5ec5f 100644 --- a/config/sync/language.content_settings.paragraph.image.yml +++ b/config/sync/language.content_settings.paragraph.image.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.image target_entity_type_id: paragraph target_bundle: image default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.quotation_with_image.yml b/config/sync/language.content_settings.paragraph.quotation_with_image.yml index cff7682..1eb1d6f 100644 --- a/config/sync/language.content_settings.paragraph.quotation_with_image.yml +++ b/config/sync/language.content_settings.paragraph.quotation_with_image.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.quotation_with_image target_entity_type_id: paragraph target_bundle: quotation_with_image default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.slide.yml b/config/sync/language.content_settings.paragraph.slide.yml index fea8836..25ab75e 100644 --- a/config/sync/language.content_settings.paragraph.slide.yml +++ b/config/sync/language.content_settings.paragraph.slide.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.slide target_entity_type_id: paragraph target_bundle: slide default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.storyline_header.yml b/config/sync/language.content_settings.paragraph.storyline_header.yml index 77faba3..b92e96f 100644 --- a/config/sync/language.content_settings.paragraph.storyline_header.yml +++ b/config/sync/language.content_settings.paragraph.storyline_header.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.storyline_header target_entity_type_id: paragraph target_bundle: storyline_header default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.storyline_item.yml b/config/sync/language.content_settings.paragraph.storyline_item.yml index b694a4f..833cdb9 100644 --- a/config/sync/language.content_settings.paragraph.storyline_item.yml +++ b/config/sync/language.content_settings.paragraph.storyline_item.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.storyline_item target_entity_type_id: paragraph target_bundle: storyline_item default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.text.yml b/config/sync/language.content_settings.paragraph.text.yml index 601e6eb..064792d 100644 --- a/config/sync/language.content_settings.paragraph.text.yml +++ b/config/sync/language.content_settings.paragraph.text.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.text target_entity_type_id: paragraph target_bundle: text default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.title.yml b/config/sync/language.content_settings.paragraph.title.yml index 5a6dee2..e197525 100644 --- a/config/sync/language.content_settings.paragraph.title.yml +++ b/config/sync/language.content_settings.paragraph.title.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.title target_entity_type_id: paragraph target_bundle: title default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.update.yml b/config/sync/language.content_settings.paragraph.update.yml index bc23fe0..218525c 100644 --- a/config/sync/language.content_settings.paragraph.update.yml +++ b/config/sync/language.content_settings.paragraph.update.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.update target_entity_type_id: paragraph target_bundle: update default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.video.yml b/config/sync/language.content_settings.paragraph.video.yml index 9980907..fa17ff0 100644 --- a/config/sync/language.content_settings.paragraph.video.yml +++ b/config/sync/language.content_settings.paragraph.video.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.video target_entity_type_id: paragraph target_bundle: video default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.view.yml b/config/sync/language.content_settings.paragraph.view.yml index 2429388..b100e0c 100644 --- a/config/sync/language.content_settings.paragraph.view.yml +++ b/config/sync/language.content_settings.paragraph.view.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.view target_entity_type_id: paragraph target_bundle: view default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.webform.yml b/config/sync/language.content_settings.paragraph.webform.yml index 03a028e..e618a79 100644 --- a/config/sync/language.content_settings.paragraph.webform.yml +++ b/config/sync/language.content_settings.paragraph.webform.yml @@ -8,11 +8,11 @@ dependencies: - content_translation third_party_settings: content_translation: - enabled: false + enabled: true bundle_settings: untranslatable_fields_hide: '0' id: paragraph.webform target_entity_type_id: paragraph target_bundle: webform default_langcode: site_default -language_alterable: false +language_alterable: true diff --git a/config/sync/language.content_settings.webform_submission.attend_the_tech_and_rev_workshop.yml b/config/sync/language.content_settings.webform_submission.attend_the_tech_and_rev_workshop.yml new file mode 100644 index 0000000..2d388c0 --- /dev/null +++ b/config/sync/language.content_settings.webform_submission.attend_the_tech_and_rev_workshop.yml @@ -0,0 +1,11 @@ +uuid: 8d0f3bf0-d7f0-44bb-865f-9634cf158c50 +langcode: es +status: true +dependencies: + config: + - webform.webform.attend_the_tech_and_rev_workshop +id: webform_submission.attend_the_tech_and_rev_workshop +target_entity_type_id: webform_submission +target_bundle: attend_the_tech_and_rev_workshop +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.webform_submission.public_speaker.yml b/config/sync/language.content_settings.webform_submission.public_speaker.yml new file mode 100644 index 0000000..f01811b --- /dev/null +++ b/config/sync/language.content_settings.webform_submission.public_speaker.yml @@ -0,0 +1,11 @@ +uuid: 800990e0-75d8-4ecc-867d-f01a5f6f71c9 +langcode: es +status: true +dependencies: + config: + - webform.webform.public_speaker +id: webform_submission.public_speaker +target_entity_type_id: webform_submission +target_bundle: public_speaker +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language/es/views.view.blog.yml b/config/sync/language/es/views.view.blog.yml new file mode 100644 index 0000000..acebbe5 --- /dev/null +++ b/config/sync/language/es/views.view.blog.yml @@ -0,0 +1,8 @@ +display: + embed_listing: + display_options: + footer: + area: + content: + value: "\r\n" + format: full_html diff --git a/config/sync/language/es/webform.webform.contact.yml b/config/sync/language/es/webform.webform.contact.yml new file mode 100644 index 0000000..2684696 --- /dev/null +++ b/config/sync/language/es/webform.webform.contact.yml @@ -0,0 +1,4 @@ +title: Contacto +elements: "introduction:\n '#markup': 'Usted – nuestros clientes, colegas, y admiradores locos – on la razón por la que hacemos lo que hacemos. Nos encantaría saber de usted.'\nname:\n '#title': 'Tu Nombre'\nemail:\n '#title': 'Tu Correo Electrónico'\nsubject:\n '#title': 'El Tema'\nmessage:\n '#title': Mensaje\nhow_did_you_find_us:\n '#title': '¿Cómo se enteró de nosotros?'\n '#options':\n 'A professional or personal recommendation': 'Una recomendación profesional o personal'\n 'I met an Agaric and was given a business card': 'Conocí a un Agárico y me dieron una tarjeta de presentación'\n 'Google or something similar': 'Google o algo similar'\n 'The Agaric logo appeared on toast I made': 'El logo de Agaric apareció en una tostada que hice'\n '#other__option_label': Otro\nactions:\n '#submit__label': 'Enviar Mensaje'\n" +settings: + confirmation_message: '¡Gracias por contactarnos! Nos pondremos en contacto con usted tan pronto como uno de nosotros (probablemente Clayton) revise nuestro correo electrónico.' diff --git a/config/sync/language/es/webform.webform.training.yml b/config/sync/language/es/webform.webform.training.yml new file mode 100644 index 0000000..b896db0 --- /dev/null +++ b/config/sync/language/es/webform.webform.training.yml @@ -0,0 +1 @@ +elements: "intro_text:\n '#text': \"

Gracias por el interetes en nuestras capacitaciones. Solo necesitamos un poco de información acerca de lo que buscas y nos pondremos en contacto pronto.

\\r\\n\"\nname:\n '#title': Nombre\ntopics:\n '#title': Temas\n '#options':\n 'Introduction to Drupal': 'Introducción a Drupal'\n 'Drupal development (beginning)': 'Desarollo en Drupal development (principiante)'\n 'Drupal development (intermediate)': 'Desarrollo en Drupal (intermedio)'\n 'Drupal development (advanced)': 'Desarrollo en Drupal (avanzado)'\n 'Drupal theming and templating': 'Diseño y theming en Drupal'\n 'Data migration': 'Migración de Datos'\nsize:\n '#title': Tamaño\n '#options':\n 'Personal training': 'Capacitación personal'\n 'Small group (2-5)': 'Grupo pequeño(2-5)'\n 'Larger group (more than 5)': 'Grupo grande (mas de 5)'\nactions:\n '#submit__label': 'Pedir una capacitación'\n" diff --git a/config/sync/node.type.case_study.yml b/config/sync/node.type.case_study.yml index 1ba2933..930caf5 100644 --- a/config/sync/node.type.case_study.yml +++ b/config/sync/node.type.case_study.yml @@ -3,12 +3,16 @@ langcode: en status: true dependencies: module: + - indieweb_context - menu_ui third_party_settings: menu_ui: available_menus: - main parent: 'main:' + indieweb_context: + post_context_link_field: '' + post_context_post_type: '' _core: default_config_hash: MRh-kbbNL2hwFapj6KIArv0J3_03XSkBNAtdKvf5vMk name: 'Case Study' diff --git a/config/sync/node.type.landing_page.yml b/config/sync/node.type.landing_page.yml index 54e1a23..f8b4b19 100644 --- a/config/sync/node.type.landing_page.yml +++ b/config/sync/node.type.landing_page.yml @@ -3,12 +3,16 @@ langcode: en status: true dependencies: module: + - indieweb_context - menu_ui third_party_settings: menu_ui: available_menus: - main parent: 'main:' + indieweb_context: + post_context_link_field: '' + post_context_post_type: '' _core: default_config_hash: QECb_5oLjGh317SVZR3QFu-KwYdEVSyCJt5RrxFDRgY name: 'Landing page' diff --git a/config/sync/redirect_404.settings.yml b/config/sync/redirect_404.settings.yml index 3cfb50b..f8af3af 100644 --- a/config/sync/redirect_404.settings.yml +++ b/config/sync/redirect_404.settings.yml @@ -1,5 +1,5 @@ row_limit: 10000 -pages: "/wp-login.php\r\n/\r\n/xmlrpc.php\r\n/\r\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/module.php?echo%2027ebdd36a8ac535e55aaeb6abf8a769d&feature=shell\r\n/\r\n/.well-known/assetlinks.json\r\n/\r\n/plus/read.php\r\n/\r\n/servlet?jumpto=status&p=login&q=loginForm\r\n/\r\n/data/cache/asd.php\r\n/\r\n/data/cache/flye.php\r\n/\r\n/plus/result.php\r\n/\r\n/phpmyadmin\r\n/\r\n/fuck.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/wordpress/wp-login.php\r\n/\r\n/coon.php\r\n/\r\n/sqlite/sqlite-manager/main.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/dede/login.php\r\n/\r\n/blog/xmlrpc.php\r\n/\r\n/plus/90sec.php\r\n/\r\n/admin/login.php\r\n/\r\n/lx.php\r\n/\r\n/lequ.php\r\n/\r\n/blog/user/register\r\n/\r\n/payload.php\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/MYAdmin\r\n/\r\n/plus/mytag_js.php?aid=511348\r\n/\r\n/sb.php\r\n/\r\n/\r\n/sqlite/sqlitemanager/main.php\r\n/\r\n/mySqlDumper\r\n/\r\n/plus/mytag_js.php?aid=6022\r\n/\r\n/pmd/index.php\r\n/\r\n/sites/default/files/content-post.php\r\n/\r\n/gb.php\r\n/\r\n/s.php?c=echo%20InfoOS%3A%60uname%20-a%3Bid%60OSInfo%3B%20exit%3B\r\n/\r\n/modules/coder/coder_upgrade/scripts/coder_upgrade.run.php\r\n/\r\n/install/index.php.bak?insLockfile=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php&s_lang=a&step=11\r\n/\r\n/srv/svn/agaric/drupal-contrib/5/modules-all/transliteration/data/x6e.php\r\n/\r\n/config/secrets.yml\r\n/\r\n/ewebeditor/php/upload.php?action=save&language=en&style=toby57&type=FILE\r\n/\r\n/plus/da.php\r\n/\r\n/plus/car.php\n" +pages: "/wp-login.php\r\n/\r\n/xmlrpc.php\r\n/\r\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/module.php?echo%2027ebdd36a8ac535e55aaeb6abf8a769d&feature=shell\r\n/\r\n/.well-known/assetlinks.json\r\n/\r\n/plus/read.php\r\n/\r\n/servlet?jumpto=status&p=login&q=loginForm\r\n/\r\n/data/cache/asd.php\r\n/\r\n/data/cache/flye.php\r\n/\r\n/plus/result.php\r\n/\r\n/phpmyadmin\r\n/\r\n/fuck.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/wordpress/wp-login.php\r\n/\r\n/coon.php\r\n/\r\n/sqlite/sqlite-manager/main.php\r\n/\r\n/plus/mytag_js.php?aid=9527\r\n/\r\n/dede/login.php\r\n/\r\n/blog/xmlrpc.php\r\n/\r\n/plus/90sec.php\r\n/\r\n/admin/login.php\r\n/\r\n/lx.php\r\n/\r\n/lequ.php\r\n/\r\n/blog/user/register\r\n/\r\n/payload.php\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/MYAdmin\r\n/\r\n/plus/mytag_js.php?aid=511348\r\n/\r\n/sb.php\r\n/\r\n/\r\n/sqlite/sqlitemanager/main.php\r\n/\r\n/mySqlDumper\r\n/\r\n/plus/mytag_js.php?aid=6022\r\n/\r\n/pmd/index.php\r\n/\r\n/sites/default/files/content-post.php\r\n/\r\n/gb.php\r\n/\r\n/s.php?c=echo%20InfoOS%3A%60uname%20-a%3Bid%60OSInfo%3B%20exit%3B\r\n/\r\n/modules/coder/coder_upgrade/scripts/coder_upgrade.run.php\r\n/\r\n/install/index.php.bak?insLockfile=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php&s_lang=a&step=11\r\n/\r\n/srv/svn/agaric/drupal-contrib/5/modules-all/transliteration/data/x6e.php\r\n/\r\n/config/secrets.yml\r\n/\r\n/ewebeditor/php/upload.php?action=save&language=en&style=toby57&type=FILE\r\n/\r\n/plus/da.php\r\n/\r\n/plus/car.php\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/~kava/paypal/us/webscr.php?cmd=_login-run\r\n/\r\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\r\n/\r\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n" suppress_404: false _core: default_config_hash: FgPCEDevf9dhNU_QB_fo-4AWxi0rrSZ2SGfd7bLNzLM -- 2.45.2 From b253a75b014a0dc8f18c3fec263b3fc961f71bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 7 Feb 2019 11:26:59 -0500 Subject: [PATCH 072/459] Update pattern library for better image spacing --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 610b794..db0f99c 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 610b7948b5dd68882381fe0338c9d1f8732dab53 +Subproject commit db0f99c0a50258225bd6616a1638ccffdf0c572c -- 2.45.2 From 509b7dcd58121323c43a7659518f3fa91a8efb11 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Thu, 7 Feb 2019 12:06:27 -0600 Subject: [PATCH 073/459] Remove the "fan mail" phrase from the contact form message. Also, it removes the "From" value because it is always from a vistior. --- config/sync/webform.webform.contact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sync/webform.webform.contact.yml b/config/sync/webform.webform.contact.yml index 146abc3..1fbaec4 100644 --- a/config/sync/webform.webform.contact.yml +++ b/config/sync/webform.webform.contact.yml @@ -192,7 +192,7 @@ handlers: from_options: { } from_name: '[webform_submission:values:name:raw]' subject: '[webform_submission:values:subject:raw]' - body: "Hi Agarics, \r\n\r\nYou got some fan mail.\r\n\r\nSincerely,\r\nAgaric Bot\r\n\r\n

Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}

\r\n

Submitted by: {{ webform_token('[webform_submission:user]', webform_submission) }}

\r\n

Submitted values are:

\r\n{{ webform_token('[webform_submission:values]', webform_submission) }}\r\n" + body: "Hi Agarics, \r\n\r\nYou got a new message.\r\n\r\n

Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}

\r\n

Submitted values are:

\r\n{{ webform_token('[webform_submission:values]', webform_submission) }}\r\n" excluded_elements: { } ignore_access: false exclude_empty: true -- 2.45.2 From 0d430a624c663decb35cf04ddea18f4f337d2b4d Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Mon, 18 Feb 2019 15:19:00 -0700 Subject: [PATCH 074/459] Shorten page title, remove broken summary token, update image url token, fill in more Twitter defaults --- config/sync/metatag.metatag_defaults.global.yml | 9 +++++++-- config/sync/metatag.metatag_defaults.node.yml | 14 ++++++-------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/config/sync/metatag.metatag_defaults.global.yml b/config/sync/metatag.metatag_defaults.global.yml index 7cda3d2..02f6935 100644 --- a/config/sync/metatag.metatag_defaults.global.yml +++ b/config/sync/metatag.metatag_defaults.global.yml @@ -7,7 +7,12 @@ _core: id: global label: Global tags: - title: '[current-page:title] | [site:name]' + title: '[current-page:title]' canonical_url: '[current-page:url]' og_site_name: Agaric - og_title: '[current-page:title] | [site:name]' + og_title: '[current-page:title]' + twitter_cards_site_id: '14375823' + twitter_cards_page_url: '[current-page:url]' + twitter_cards_site: '@agaric' + twitter_cards_title: '[current-page:title]' + twitter_cards_type: summary diff --git a/config/sync/metatag.metatag_defaults.node.yml b/config/sync/metatag.metatag_defaults.node.yml index 797e21d..1a77504 100644 --- a/config/sync/metatag.metatag_defaults.node.yml +++ b/config/sync/metatag.metatag_defaults.node.yml @@ -7,15 +7,13 @@ _core: id: node label: Content tags: - title: '[node:title] | [site:name]' + image_src: '[node:field_image:entity:url]' + title: '[node:title]' canonical_url: '[node:url]' - description: '[node:summary]' - image_src: '[node:field_image]' - og_image: '[node:field_image]' - og_image_alt: '[node:field_image:alt]' - og_description: '[node:summary]' + og_image: '[node:field_image:entity:url]' og_site_name: Agaric - og_title: '[node:title] | [site:name]' - twitter_cards_image: '[node:field_image]' + og_title: '[node:title]' + og_image_alt: '[node:field_image:alt]' twitter_cards_image_alt: '[node:field_image:alt]' + twitter_cards_image: '[node:field_image:entity:url]' twitter_cards_type: summary -- 2.45.2 From 40c87052353e07a69f67893413d5dd4b175d468c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 20 Feb 2019 09:30:58 -0500 Subject: [PATCH 075/459] Update many mostly symfony dependencies --- composer.lock | 514 +++++++++++++++++++++++++++----------------------- 1 file changed, 275 insertions(+), 239 deletions(-) diff --git a/composer.lock b/composer.lock index 084ccd0..084b468 100644 --- a/composer.lock +++ b/composer.lock @@ -526,24 +526,24 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "1.27.0", + "version": "1.28.0", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "a839bc89d385087d8a7a96a9c1c4bd470ffb627e" + "reference": "a43131309b56a4c1874f39a9eaa4f6cb1a9832cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/a839bc89d385087d8a7a96a9c1c4bd470ffb627e", - "reference": "a839bc89d385087d8a7a96a9c1c4bd470ffb627e", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/a43131309b56a4c1874f39a9eaa4f6cb1a9832cd", + "reference": "a43131309b56a4c1874f39a9eaa4f6cb1a9832cd", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.5.9", - "symfony/console": "~2.7|^3", - "symfony/filesystem": "~2.7|^3", - "twig/twig": "^1.23.1" + "symfony/console": "^3.4 || ^4.0", + "symfony/filesystem": "^3.4 || ^4.0", + "twig/twig": "^1.35" }, "bin": [ "bin/dcg" @@ -567,7 +567,7 @@ "GPL-2.0-or-later" ], "description": "Drupal code generator", - "time": "2018-10-11T08:05:59+00:00" + "time": "2019-01-30T10:34:16+00:00" }, { "name": "commerceguys/addressing", @@ -812,21 +812,21 @@ }, { "name": "consolidation/annotated-command", - "version": "2.11.0", + "version": "2.11.2", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "edea407f57104ed518cc3c3b47d5b84403ee267a" + "reference": "004af26391cd7d1cd04b0ac736dc1324d1b4f572" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/edea407f57104ed518cc3c3b47d5b84403ee267a", - "reference": "edea407f57104ed518cc3c3b47d5b84403ee267a", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/004af26391cd7d1cd04b0ac736dc1324d1b4f572", + "reference": "004af26391cd7d1cd04b0ac736dc1324d1b4f572", "shasum": "" }, "require": { "consolidation/output-formatters": "^3.4", - "php": ">=5.4.0", + "php": ">=5.4.5", "psr/log": "^1", "symfony/console": "^2.8|^3|^4", "symfony/event-dispatcher": "^2.5|^3|^4", @@ -904,20 +904,20 @@ } ], "description": "Initialize Symfony Console commands from annotated command class methods.", - "time": "2018-12-29T04:43:17+00:00" + "time": "2019-02-02T02:29:53+00:00" }, { "name": "consolidation/config", - "version": "1.1.1", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", - "reference": "925231dfff32f05b787e1fddb265e789b939cf4c" + "reference": "11ab7ecd19131ce084390171b9c070eedecf7dab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/925231dfff32f05b787e1fddb265e789b939cf4c", - "reference": "925231dfff32f05b787e1fddb265e789b939cf4c", + "url": "https://api.github.com/repos/consolidation/config/zipball/11ab7ecd19131ce084390171b9c070eedecf7dab", + "reference": "11ab7ecd19131ce084390171b9c070eedecf7dab", "shasum": "" }, "require": { @@ -926,9 +926,9 @@ "php": ">=5.4.0" }, "require-dev": { - "g1a/composer-test-scenarios": "^1", + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", "phpunit/phpunit": "^5", - "satooshi/php-coveralls": "^1.0", "squizlabs/php_codesniffer": "2.*", "symfony/console": "^2.5|^3|^4", "symfony/yaml": "^2.8.11|^3|^4" @@ -938,6 +938,33 @@ }, "type": "library", "extra": { + "scenarios": { + "symfony4": { + "require-dev": { + "symfony/console": "^4.0" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony2": { + "require-dev": { + "symfony/console": "^2.8", + "symfony/event-dispatcher": "^2.8", + "phpunit/phpunit": "^4.8.36" + }, + "remove": [ + "php-coveralls/php-coveralls" + ], + "config": { + "platform": { + "php": "5.4.8" + } + } + } + }, "branch-alias": { "dev-master": "1.x-dev" } @@ -958,7 +985,7 @@ } ], "description": "Provide configuration services for a commandline tool.", - "time": "2018-10-24T17:55:35+00:00" + "time": "2019-02-16T01:18:47+00:00" }, { "name": "consolidation/log", @@ -1108,16 +1135,16 @@ }, { "name": "consolidation/robo", - "version": "1.4.3", + "version": "1.4.6", "source": { "type": "git", "url": "https://github.com/consolidation/Robo.git", - "reference": "d0b6f516ec940add7abed4f1432d30cca5f8ae0c" + "reference": "d4805a1abbc730e9a6d64ede2eba56f91a2b4eb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/Robo/zipball/d0b6f516ec940add7abed4f1432d30cca5f8ae0c", - "reference": "d0b6f516ec940add7abed4f1432d30cca5f8ae0c", + "url": "https://api.github.com/repos/consolidation/Robo/zipball/d4805a1abbc730e9a6d64ede2eba56f91a2b4eb3", + "reference": "d4805a1abbc730e9a6d64ede2eba56f91a2b4eb3", "shasum": "" }, "require": { @@ -1148,7 +1175,7 @@ "natxet/cssmin": "3.0.4", "nikic/php-parser": "^3.1.5", "patchwork/jsqueeze": "~2", - "pear/archive_tar": "^1.4.2", + "pear/archive_tar": "^1.4.4", "php-coveralls/php-coveralls": "^1", "phpunit/php-code-coverage": "~2|~4", "squizlabs/php_codesniffer": "^2.8" @@ -1212,7 +1239,7 @@ } ], "description": "Modern task runner", - "time": "2019-01-02T21:33:28+00:00" + "time": "2019-02-17T05:32:27+00:00" }, { "name": "consolidation/self-update", @@ -2324,17 +2351,17 @@ }, { "name": "drupal/admin_toolbar", - "version": "1.25.0", + "version": "1.26.0", "source": { "type": "git", "url": "https://git.drupal.org/project/admin_toolbar", - "reference": "8.x-1.25" + "reference": "8.x-1.26" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.25.zip", - "reference": "8.x-1.25", - "shasum": "bc24929d5e49932518797c1228e647e98b03542b" + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.26.zip", + "reference": "8.x-1.26", + "shasum": "7be9f91008bf17cf49b43d1c8e2211e7a8e40ce4" }, "require": { "drupal/core": "*" @@ -2345,8 +2372,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.25", - "datestamp": "1542915384", + "version": "8.x-1.26", + "datestamp": "1549559402", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2405,7 +2432,7 @@ }, { "name": "drupal/admin_toolbar_tools", - "version": "1.25.0", + "version": "1.26.0", "require": { "drupal/admin_toolbar": "self.version", "drupal/core": "~8.5" @@ -2416,8 +2443,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.25", - "datestamp": "1542915384", + "version": "8.x-1.26", + "datestamp": "1549559402", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2953,7 +2980,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/comment_notify", - "reference": "96ecd28cd0f674291e93102661149520e7b45259" + "reference": "b2a8e8e09c0a47cca4ccbdd0e48ba7a46964900a" }, "require": { "drupal/core": "*", @@ -2965,8 +2992,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-beta3+4-dev", - "datestamp": "1548372780", + "version": "8.x-1.0-beta4+3-dev", + "datestamp": "1550278984", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -2992,7 +3019,7 @@ "support": { "source": "http://cgit.drupalcode.org/comment_notify" }, - "time": "2019-01-25T14:32:11+00:00" + "time": "2019-02-19T18:59:22+00:00" }, { "name": "drupal/components", @@ -3111,17 +3138,17 @@ }, { "name": "drupal/config_actions_provider", - "version": "1.0.0-alpha4", + "version": "1.0.0-rc1", "source": { "type": "git", "url": "https://git.drupal.org/project/config_actions_provider", - "reference": "8.x-1.0-alpha4" + "reference": "8.x-1.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_actions_provider-8.x-1.0-alpha4.zip", - "reference": "8.x-1.0-alpha4", - "shasum": "5e973e8ee0c94082f9a1194008b2ea23c8933c7a" + "url": "https://ftp.drupal.org/files/projects/config_actions_provider-8.x-1.0-rc1.zip", + "reference": "8.x-1.0-rc1", + "shasum": "58465e27987b9f826dd767884a8e69193abbd854" }, "require": { "drupal/config_actions": "*", @@ -3135,8 +3162,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha4", - "datestamp": "1540605484", + "version": "8.x-1.0-rc1", + "datestamp": "1550207284", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -3309,17 +3336,17 @@ }, { "name": "drupal/config_merge", - "version": "1.0.0-alpha2", + "version": "1.0.0-rc1", "source": { "type": "git", "url": "https://git.drupal.org/project/config_merge", - "reference": "8.x-1.0-alpha2" + "reference": "8.x-1.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_merge-8.x-1.0-alpha2.zip", - "reference": "8.x-1.0-alpha2", - "shasum": "6f34123f0353395c67a540e1233e0b609f0188f5" + "url": "https://ftp.drupal.org/files/projects/config_merge-8.x-1.0-rc1.zip", + "reference": "8.x-1.0-rc1", + "shasum": "4881351041bf4b313247697adbeee4cedf0bc425" }, "require": { "drupal/core": "~8.0" @@ -3330,8 +3357,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha2", - "datestamp": "1528237080", + "version": "8.x-1.0-rc1", + "datestamp": "1550188080", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -3479,17 +3506,17 @@ }, { "name": "drupal/config_provider", - "version": "2.0.0-alpha6", + "version": "2.0.0-rc1", "source": { "type": "git", "url": "https://git.drupal.org/project/config_provider", - "reference": "8.x-2.0-alpha6" + "reference": "8.x-2.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_provider-8.x-2.0-alpha6.zip", - "reference": "8.x-2.0-alpha6", - "shasum": "591a0311982ef8050ed3b083b7368c86593a2ad8" + "url": "https://ftp.drupal.org/files/projects/config_provider-8.x-2.0-rc1.zip", + "reference": "8.x-2.0-rc1", + "shasum": "59405d2d56c9c450d03fc7c615008c694b12bccf" }, "require": { "drupal/core": "*" @@ -3500,8 +3527,8 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-2.0-alpha6", - "datestamp": "1537468380", + "version": "8.x-2.0-rc1", + "datestamp": "1550290687", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -3542,17 +3569,17 @@ }, { "name": "drupal/config_snapshot", - "version": "1.0.0-alpha6", + "version": "1.0.0-rc1", "source": { "type": "git", "url": "https://git.drupal.org/project/config_snapshot", - "reference": "8.x-1.0-alpha6" + "reference": "8.x-1.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_snapshot-8.x-1.0-alpha6.zip", - "reference": "8.x-1.0-alpha6", - "shasum": "3029c27f62af74679db93338f11a67d988a95d0a" + "url": "https://ftp.drupal.org/files/projects/config_snapshot-8.x-1.0-rc1.zip", + "reference": "8.x-1.0-rc1", + "shasum": "2508809dea54bd0d8dfc86f4974324509b95dc13" }, "require": { "drupal/core": "*" @@ -3563,8 +3590,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha6", - "datestamp": "1538793484", + "version": "8.x-1.0-rc1", + "datestamp": "1550294584", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -3597,17 +3624,17 @@ }, { "name": "drupal/config_sync", - "version": "2.0.0-beta4", + "version": "2.0.0-beta5", "source": { "type": "git", "url": "https://git.drupal.org/project/config_sync", - "reference": "8.x-2.0-beta4" + "reference": "8.x-2.0-beta5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_sync-8.x-2.0-beta4.zip", - "reference": "8.x-2.0-beta4", - "shasum": "e3e328c92185282fb725bc03ee15e9d76e9a6d6e" + "url": "https://ftp.drupal.org/files/projects/config_sync-8.x-2.0-beta5.zip", + "reference": "8.x-2.0-beta5", + "shasum": "76a922ca354cb18cdfd57d427bdd91721630e48b" }, "require": { "drupal/config_distro": "^1.0-alpha3", @@ -3627,8 +3654,8 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-2.0-beta4", - "datestamp": "1541177884", + "version": "8.x-2.0-beta5", + "datestamp": "1550290984", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -3728,16 +3755,16 @@ }, { "name": "drupal/core", - "version": "8.6.7", + "version": "8.6.9", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "e0a09bda1da7552204464894811a59387608c9f9" + "reference": "cac12e0ec19d5c6fa53778522b3ff4c542f86c8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/e0a09bda1da7552204464894811a59387608c9f9", - "reference": "e0a09bda1da7552204464894811a59387608c9f9", + "url": "https://api.github.com/repos/drupal/core/zipball/cac12e0ec19d5c6fa53778522b3ff4c542f86c8d", + "reference": "cac12e0ec19d5c6fa53778522b3ff4c542f86c8d", "shasum": "" }, "require": { @@ -3963,24 +3990,24 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "time": "2019-01-16T23:30:03+00:00" + "time": "2019-02-08T12:21:40+00:00" }, { "name": "drupal/ctools", - "version": "3.0.0", + "version": "3.1.0", "source": { "type": "git", "url": "https://git.drupal.org/project/ctools", - "reference": "8.x-3.0" + "reference": "8.x-3.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip", - "reference": "8.x-3.0", - "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8" + "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.1.zip", + "reference": "8.x-3.1", + "shasum": "7056df469624ec3943c62ebe613dbfcb3171dcd1" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8.5" }, "type": "drupal-module", "extra": { @@ -3988,8 +4015,8 @@ "dev-3.x": "3.x-dev" }, "drupal": { - "version": "8.x-3.0", - "datestamp": "1493401742", + "version": "8.x-3.1", + "datestamp": "1549603381", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6662,20 +6689,20 @@ }, { "name": "drupal/google_analytics", - "version": "2.3.0", + "version": "2.4.0", "source": { "type": "git", "url": "https://git.drupal.org/project/google_analytics", - "reference": "8.x-2.3" + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/google_analytics-8.x-2.3.zip", - "reference": "8.x-2.3", - "shasum": "9ea88a81925ba538d9fa7ac6ce4f1598e5ee48e4" + "url": "https://ftp.drupal.org/files/projects/google_analytics-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "f2e78ec140024ddcd19e027704ba73c33731f656" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "~8.5" }, "require-dev": { "drupal/php": "*", @@ -6687,8 +6714,8 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-2.3", - "datestamp": "1531469021", + "version": "8.x-2.4", + "datestamp": "1548968580", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6712,7 +6739,7 @@ "description": "Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.", "homepage": "https://www.drupal.org/project/google_analytics", "support": { - "source": "http://git.drupal.org/project/google_analytics.git", + "source": "https://git.drupal.org/project/google_analytics.git", "issues": "https://www.drupal.org/project/issues/google_analytics" } }, @@ -6933,7 +6960,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/indieweb", - "reference": "935910ad46019a99d6e1d47d52a254cc8bb0f904" + "reference": "faf13548a9aa5ba7097202100fd9403e063b5f09" }, "require": { "drupal/core": "~8.0", @@ -6954,8 +6981,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-rc2+2-dev", - "datestamp": "1547203384", + "version": "8.x-1.0-rc3+4-dev", + "datestamp": "1550492584", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6984,7 +7011,7 @@ "support": { "source": "http://cgit.drupalcode.org/indieweb" }, - "time": "2019-01-13T11:49:55+00:00" + "time": "2019-02-18T13:15:50+00:00" }, { "name": "drupal/menu_trail_by_path", @@ -7705,17 +7732,17 @@ }, { "name": "drupal/preview_link", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupal.org/project/preview_link", - "reference": "8.x-1.1" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/preview_link-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "30e1fc8566a567ab82503256be7505c1c0cc17bc" + "url": "https://ftp.drupal.org/files/projects/preview_link-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "87fa9ba387bdcd177b1c48ea178c096c19ba8245" }, "require": { "drupal/core": "~8.0" @@ -7730,8 +7757,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1548270823", + "version": "8.x-1.2", + "datestamp": "1550632985", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7743,6 +7770,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Sam152", + "homepage": "https://www.drupal.org/user/1485048" + }, { "name": "benjy", "homepage": "https://www.drupal.org/user/1852732" @@ -9578,16 +9609,16 @@ }, { "name": "indieauth/client", - "version": "0.4.1", + "version": "0.4.2", "source": { "type": "git", "url": "https://github.com/indieweb/indieauth-client-php.git", - "reference": "3e47004ccfccddc5760639f4faf9ed5ceadb460e" + "reference": "acad4c7a9ae61ae553f6136098666c49ef77631c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/3e47004ccfccddc5760639f4faf9ed5ceadb460e", - "reference": "3e47004ccfccddc5760639f4faf9ed5ceadb460e", + "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/acad4c7a9ae61ae553f6136098666c49ef77631c", + "reference": "acad4c7a9ae61ae553f6136098666c49ef77631c", "shasum": "" }, "require": { @@ -9616,7 +9647,7 @@ } ], "description": "IndieAuth Client Library", - "time": "2018-03-13T23:39:55+00:00" + "time": "2019-02-08T16:56:14+00:00" }, { "name": "indieweb/link-rel-parser", @@ -10170,16 +10201,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.2.0", + "version": "v4.2.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a" + "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/594bcae1fc0bccd3993d2f0d61a018e26ac2865a", - "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5221f49a608808c1e4d436df32884cbc1b821ac0", + "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0", "shasum": "" }, "require": { @@ -10217,7 +10248,7 @@ "parser", "php" ], - "time": "2019-01-12T16:31:37+00:00" + "time": "2019-02-16T20:54:15+00:00" }, { "name": "p3k/http", @@ -10864,16 +10895,16 @@ }, { "name": "symfony/browser-kit", - "version": "v4.2.2", + "version": "v4.2.3", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "313512c878805971aebddb5d1707bcf3f4e25df7" + "reference": "ee4462581eb54bf34b746e4a5d522a4f21620160" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/313512c878805971aebddb5d1707bcf3f4e25df7", - "reference": "313512c878805971aebddb5d1707bcf3f4e25df7", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/ee4462581eb54bf34b746e4a5d522a4f21620160", + "reference": "ee4462581eb54bf34b746e4a5d522a4f21620160", "shasum": "" }, "require": { @@ -10917,20 +10948,20 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2019-01-03T09:07:35+00:00" + "time": "2019-01-16T21:31:25+00:00" }, { "name": "symfony/class-loader", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", - "reference": "4513348012c25148f8cbc3a7761a1d1e60ca3e87" + "reference": "4459eef5298dedfb69f771186a580062b8516497" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/class-loader/zipball/4513348012c25148f8cbc3a7761a1d1e60ca3e87", - "reference": "4513348012c25148f8cbc3a7761a1d1e60ca3e87", + "url": "https://api.github.com/repos/symfony/class-loader/zipball/4459eef5298dedfb69f771186a580062b8516497", + "reference": "4459eef5298dedfb69f771186a580062b8516497", "shasum": "" }, "require": { @@ -10973,20 +11004,20 @@ ], "description": "Symfony ClassLoader Component", "homepage": "https://symfony.com", - "time": "2019-01-01T13:45:19+00:00" + "time": "2019-01-16T09:39:14+00:00" }, { "name": "symfony/config", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "17c5d8941eb75a03d19bc76a43757738632d87b3" + "reference": "c9bc510c217075d42d4a927e285917d0c2001cf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/17c5d8941eb75a03d19bc76a43757738632d87b3", - "reference": "17c5d8941eb75a03d19bc76a43757738632d87b3", + "url": "https://api.github.com/repos/symfony/config/zipball/c9bc510c217075d42d4a927e285917d0c2001cf4", + "reference": "c9bc510c217075d42d4a927e285917d0c2001cf4", "shasum": "" }, "require": { @@ -11037,20 +11068,20 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2019-01-01T13:45:19+00:00" + "time": "2019-01-30T11:33:42+00:00" }, { "name": "symfony/console", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "a700b874d3692bc8342199adfb6d3b99f62cc61a" + "reference": "069bf3f0e8f871a2169a06e43d9f3f03f355e9be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/a700b874d3692bc8342199adfb6d3b99f62cc61a", - "reference": "a700b874d3692bc8342199adfb6d3b99f62cc61a", + "url": "https://api.github.com/repos/symfony/console/zipball/069bf3f0e8f871a2169a06e43d9f3f03f355e9be", + "reference": "069bf3f0e8f871a2169a06e43d9f3f03f355e9be", "shasum": "" }, "require": { @@ -11062,6 +11093,9 @@ "symfony/dependency-injection": "<3.4", "symfony/process": "<3.3" }, + "provide": { + "psr/log-implementation": "1.0" + }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.3|~4.0", @@ -11071,7 +11105,7 @@ "symfony/process": "~3.3|~4.0" }, "suggest": { - "psr/log-implementation": "For using the console logger", + "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" @@ -11106,20 +11140,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-01-04T04:42:43+00:00" + "time": "2019-01-25T10:42:12+00:00" }, { "name": "symfony/css-selector", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "12f86295c46c36af9896cf21db6b6b8a1465315d" + "reference": "8ca29297c29b64fb3a1a135e71cb25f67f9fdccf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/12f86295c46c36af9896cf21db6b6b8a1465315d", - "reference": "12f86295c46c36af9896cf21db6b6b8a1465315d", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/8ca29297c29b64fb3a1a135e71cb25f67f9fdccf", + "reference": "8ca29297c29b64fb3a1a135e71cb25f67f9fdccf", "shasum": "" }, "require": { @@ -11159,20 +11193,20 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2019-01-02T09:30:52+00:00" + "time": "2019-01-16T09:39:14+00:00" }, { "name": "symfony/debug", - "version": "v4.2.2", + "version": "v4.2.3", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd" + "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/64cb33c81e37d19b7715d4a6a4d49c1c382066dd", - "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd", + "url": "https://api.github.com/repos/symfony/debug/zipball/cf9b2e33f757deb884ce474e06d2647c1c769b65", + "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65", "shasum": "" }, "require": { @@ -11215,20 +11249,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2019-01-03T09:07:35+00:00" + "time": "2019-01-25T14:35:16+00:00" }, { "name": "symfony/dependency-injection", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "928a38b18bd632d67acbca74d0b2eed09915e83e" + "reference": "b514f5b765cf3e4a56e9d8ebacf14b117f7a0ee1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/928a38b18bd632d67acbca74d0b2eed09915e83e", - "reference": "928a38b18bd632d67acbca74d0b2eed09915e83e", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b514f5b765cf3e4a56e9d8ebacf14b117f7a0ee1", + "reference": "b514f5b765cf3e4a56e9d8ebacf14b117f7a0ee1", "shasum": "" }, "require": { @@ -11286,20 +11320,20 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2019-01-05T12:26:58+00:00" + "time": "2019-01-30T17:48:51+00:00" }, { "name": "symfony/dom-crawler", - "version": "v4.2.2", + "version": "v4.2.3", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "8dc06251d5ad98d8494e1f742bec9cfdb9e42044" + "reference": "d8476760b04cdf7b499c8718aa437c20a9155103" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8dc06251d5ad98d8494e1f742bec9cfdb9e42044", - "reference": "8dc06251d5ad98d8494e1f742bec9cfdb9e42044", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/d8476760b04cdf7b499c8718aa437c20a9155103", + "reference": "d8476760b04cdf7b499c8718aa437c20a9155103", "shasum": "" }, "require": { @@ -11343,20 +11377,20 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2019-01-03T09:07:35+00:00" + "time": "2019-01-16T20:35:37+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "d1cdd46c53c264a2bd42505bd0e8ce21423bd0e2" + "reference": "ed5be1663fa66623b3a7004d5d51a14c4045399b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d1cdd46c53c264a2bd42505bd0e8ce21423bd0e2", - "reference": "d1cdd46c53c264a2bd42505bd0e8ce21423bd0e2", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ed5be1663fa66623b3a7004d5d51a14c4045399b", + "reference": "ed5be1663fa66623b3a7004d5d51a14c4045399b", "shasum": "" }, "require": { @@ -11406,30 +11440,30 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2019-01-01T18:08:36+00:00" + "time": "2019-01-16T13:27:11+00:00" }, { "name": "symfony/filesystem", - "version": "v3.4.21", + "version": "v4.2.3", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "c24ce3d18ccc9bb9d7e1d6ce9330fcc6061cafde" + "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/c24ce3d18ccc9bb9d7e1d6ce9330fcc6061cafde", - "reference": "c24ce3d18ccc9bb9d7e1d6ce9330fcc6061cafde", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/7c16ebc2629827d4ec915a52ac809768d060a4ee", + "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", + "php": "^7.1.3", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -11456,20 +11490,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2019-01-01T13:45:19+00:00" + "time": "2019-01-16T20:35:37+00:00" }, { "name": "symfony/finder", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e" + "reference": "7c0c627220308928e958a87c293108e5891cde1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e", - "reference": "3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e", + "url": "https://api.github.com/repos/symfony/finder/zipball/7c0c627220308928e958a87c293108e5891cde1d", + "reference": "7c0c627220308928e958a87c293108e5891cde1d", "shasum": "" }, "require": { @@ -11505,20 +11539,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2019-01-01T13:45:19+00:00" + "time": "2019-01-16T13:43:35+00:00" }, { "name": "symfony/http-foundation", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "2b97319e68816d2120eee7f13f4b76da12e04d03" + "reference": "9a81d2330ea255ded06a69b4f7fb7804836e7a05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2b97319e68816d2120eee7f13f4b76da12e04d03", - "reference": "2b97319e68816d2120eee7f13f4b76da12e04d03", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9a81d2330ea255ded06a69b4f7fb7804836e7a05", + "reference": "9a81d2330ea255ded06a69b4f7fb7804836e7a05", "shasum": "" }, "require": { @@ -11559,26 +11593,26 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2019-01-05T08:05:37+00:00" + "time": "2019-01-27T09:04:14+00:00" }, { "name": "symfony/http-kernel", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "60bd9d7444ca436e131c347d78ec039dd99a34b4" + "reference": "dc6bf17684b7120f7bf74fae85c9155506041002" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/60bd9d7444ca436e131c347d78ec039dd99a34b4", - "reference": "60bd9d7444ca436e131c347d78ec039dd99a34b4", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/dc6bf17684b7120f7bf74fae85c9155506041002", + "reference": "dc6bf17684b7120f7bf74fae85c9155506041002", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "psr/log": "~1.0", - "symfony/debug": "~2.8|~3.0|~4.0", + "symfony/debug": "^3.3.3|~4.0", "symfony/event-dispatcher": "~2.8|~3.0|~4.0", "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1", "symfony/polyfill-ctype": "~1.8" @@ -11648,7 +11682,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2019-01-06T15:53:59+00:00" + "time": "2019-02-03T12:22:50+00:00" }, { "name": "symfony/polyfill-ctype", @@ -11887,16 +11921,16 @@ }, { "name": "symfony/process", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "0d41dd7d95ed179aed6a13393b0f4f97bfa2d25c" + "reference": "009f8dda80930e89e8344a4e310b08f9ff07dd2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/0d41dd7d95ed179aed6a13393b0f4f97bfa2d25c", - "reference": "0d41dd7d95ed179aed6a13393b0f4f97bfa2d25c", + "url": "https://api.github.com/repos/symfony/process/zipball/009f8dda80930e89e8344a4e310b08f9ff07dd2e", + "reference": "009f8dda80930e89e8344a4e310b08f9ff07dd2e", "shasum": "" }, "require": { @@ -11932,7 +11966,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2019-01-02T21:24:08+00:00" + "time": "2019-01-16T13:27:11+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -11997,16 +12031,16 @@ }, { "name": "symfony/routing", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "445d3629a26930158347a50d1a5f2456c49e0ae6" + "reference": "62f0b8d8cd2cd359c3caa5a9f5253a4a6d480646" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/445d3629a26930158347a50d1a5f2456c49e0ae6", - "reference": "445d3629a26930158347a50d1a5f2456c49e0ae6", + "url": "https://api.github.com/repos/symfony/routing/zipball/62f0b8d8cd2cd359c3caa5a9f5253a4a6d480646", + "reference": "62f0b8d8cd2cd359c3caa5a9f5253a4a6d480646", "shasum": "" }, "require": { @@ -12070,20 +12104,20 @@ "uri", "url" ], - "time": "2019-01-01T13:45:19+00:00" + "time": "2019-01-29T08:47:12+00:00" }, { "name": "symfony/serializer", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "3bb84f8a785bf30be3d4aef6f3c80f103acc54df" + "reference": "a897373b86489ddecacc665d15ab32983a519907" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/3bb84f8a785bf30be3d4aef6f3c80f103acc54df", - "reference": "3bb84f8a785bf30be3d4aef6f3c80f103acc54df", + "url": "https://api.github.com/repos/symfony/serializer/zipball/a897373b86489ddecacc665d15ab32983a519907", + "reference": "a897373b86489ddecacc665d15ab32983a519907", "shasum": "" }, "require": { @@ -12149,20 +12183,20 @@ ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "time": "2019-01-01T13:45:19+00:00" + "time": "2019-01-26T19:55:54+00:00" }, { "name": "symfony/translation", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "5f357063f4907cef47e5cf82fa3187fbfb700456" + "reference": "81cfcd6935cb7505640153576c1f9155b2a179c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/5f357063f4907cef47e5cf82fa3187fbfb700456", - "reference": "5f357063f4907cef47e5cf82fa3187fbfb700456", + "url": "https://api.github.com/repos/symfony/translation/zipball/81cfcd6935cb7505640153576c1f9155b2a179c1", + "reference": "81cfcd6935cb7505640153576c1f9155b2a179c1", "shasum": "" }, "require": { @@ -12217,20 +12251,20 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2019-01-01T13:45:19+00:00" + "time": "2019-01-25T10:00:44+00:00" }, { "name": "symfony/validator", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "cd3fba16d309347883b74bb0ee8cb4720a60554c" + "reference": "06af494d8634df6ad9655ec7d80cb61983253912" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/cd3fba16d309347883b74bb0ee8cb4720a60554c", - "reference": "cd3fba16d309347883b74bb0ee8cb4720a60554c", + "url": "https://api.github.com/repos/symfony/validator/zipball/06af494d8634df6ad9655ec7d80cb61983253912", + "reference": "06af494d8634df6ad9655ec7d80cb61983253912", "shasum": "" }, "require": { @@ -12302,20 +12336,20 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2019-01-06T14:07:11+00:00" + "time": "2019-01-30T09:03:33+00:00" }, { "name": "symfony/var-dumper", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "a5f39641bb62e8b74e343467b145331273f615a2" + "reference": "2159335b452d929cbb9921fc4eb7d1bfed32d0be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a5f39641bb62e8b74e343467b145331273f615a2", - "reference": "a5f39641bb62e8b74e343467b145331273f615a2", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2159335b452d929cbb9921fc4eb7d1bfed32d0be", + "reference": "2159335b452d929cbb9921fc4eb7d1bfed32d0be", "shasum": "" }, "require": { @@ -12371,20 +12405,20 @@ "debug", "dump" ], - "time": "2019-01-01T13:45:19+00:00" + "time": "2019-01-29T16:19:17+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.21", + "version": "v3.4.22", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea" + "reference": "ba11776e9e6c15ad5759a07bffb15899bac75c2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/554a59a1ccbaac238a89b19c8e551a556fd0e2ea", - "reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea", + "url": "https://api.github.com/repos/symfony/yaml/zipball/ba11776e9e6c15ad5759a07bffb15899bac75c2d", + "reference": "ba11776e9e6c15ad5759a07bffb15899bac75c2d", "shasum": "" }, "require": { @@ -12430,7 +12464,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2019-01-01T13:45:19+00:00" + "time": "2019-01-16T10:59:17+00:00" }, { "name": "twig/twig", @@ -12674,24 +12708,24 @@ }, { "name": "zaporylie/composer-drupal-optimizations", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/zaporylie/composer-drupal-optimizations.git", - "reference": "cc5eb9f0b5fa664885765748ce5190c1de7d2571" + "reference": "173c198fd7c9aefa5e5b68cd755ee63eb0abf7e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zaporylie/composer-drupal-optimizations/zipball/cc5eb9f0b5fa664885765748ce5190c1de7d2571", - "reference": "cc5eb9f0b5fa664885765748ce5190c1de7d2571", + "url": "https://api.github.com/repos/zaporylie/composer-drupal-optimizations/zipball/173c198fd7c9aefa5e5b68cd755ee63eb0abf7e8", + "reference": "173c198fd7c9aefa5e5b68cd755ee63eb0abf7e8", "shasum": "" }, "require": { - "composer-plugin-api": "^1.1", - "drupal/core": "^8.5" + "composer-plugin-api": "^1.1" }, "require-dev": { - "composer/composer": "^1.6" + "composer/composer": "^1.6", + "phpunit/phpunit": "^6" }, "type": "composer-plugin", "extra": { @@ -12713,7 +12747,7 @@ } ], "description": "Composer plugin to improve composer performance for Drupal projects", - "time": "2018-07-15T18:04:58+00:00" + "time": "2019-02-20T10:00:17+00:00" }, { "name": "zendframework/zend-diactoros", @@ -12826,22 +12860,24 @@ }, { "name": "zendframework/zend-feed", - "version": "2.10.3", + "version": "2.11.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-feed.git", - "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888" + "reference": "5248e9fffa760e5c36092aeff02c3797e4a8a690" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/6641f4cf3f4586c63f83fd70b6d19966025c8888", - "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888", + "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/5248e9fffa760e5c36092aeff02c3797e4a8a690", + "reference": "5248e9fffa760e5c36092aeff02c3797e4a8a690", "shasum": "" }, "require": { + "ext-dom": "*", + "ext-libxml": "*", "php": "^5.6 || ^7.0", "zendframework/zend-escaper": "^2.5.2", - "zendframework/zend-stdlib": "^2.7.7 || ^3.1" + "zendframework/zend-stdlib": "^3.2.1" }, "require-dev": { "phpunit/phpunit": "^5.7.23 || ^6.4.3", @@ -12864,8 +12900,8 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.10.x-dev", - "dev-develop": "2.11.x-dev" + "dev-master": "2.11.x-dev", + "dev-develop": "2.12.x-dev" } }, "autoload": { @@ -12883,7 +12919,7 @@ "feed", "zf" ], - "time": "2018-08-01T13:53:20+00:00" + "time": "2019-01-29T21:37:15+00:00" }, { "name": "zendframework/zend-stdlib", -- 2.45.2 From 004db16e1cf2b90d39408328425facea66c7921f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 20 Feb 2019 11:25:09 -0500 Subject: [PATCH 076/459] Add the markdown project --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 152d09c..244aa33 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,7 @@ "drupal/hotjar": "^1.2", "drupal/http_client_error_status": "^1.0", "drupal/indieweb": "1.x-dev", + "drupal/markdown": "^1.2", "drupal/menu_trail_by_path": "^1.1", "drupal/migrate_plus": "^4.0", "drupal/migrate_tools": "^4.0", -- 2.45.2 From 7f7e0b4a6db8275ba07394d57968d9289512e44e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 20 Feb 2019 11:25:22 -0500 Subject: [PATCH 077/459] Update composer lock file --- composer.lock | 175 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 174 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 084b468..1425706 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "577780153fce8a33a72ad2165283ce92", + "content-hash": "aad7399cf996c6cdc9d24296e40bc8d4", "packages": [ { "name": "asm89/stack-cors", @@ -7013,6 +7013,64 @@ }, "time": "2019-02-18T13:15:50+00:00" }, + { + "name": "drupal/markdown", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/markdown", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/markdown-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "c236d097312b8140db5711645c491bcf938dca78" + }, + "require": { + "drupal/core": "~8.0", + "league/commonmark": "^0.15.0", + "michelf/php-markdown": "^1.6" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1496237343", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "frjo", + "homepage": "https://www.drupal.org/user/5546" + }, + { + "name": "gisle", + "homepage": "https://www.drupal.org/user/409554" + }, + { + "name": "markcarver", + "homepage": "https://www.drupal.org/user/501638" + } + ], + "description": "Allows content to be submitted using Markdown, a simple plain-text syntax that is transformed into valid HTML.", + "homepage": "https://www.drupal.org/project/markdown", + "support": { + "source": "https://cgit.drupalcode.org/markdown", + "issues": "https://www.drupal.org/project/markdown" + } + }, { "name": "drupal/menu_trail_by_path", "version": "1.1.0", @@ -9974,6 +10032,75 @@ ], "time": "2018-11-11T12:22:26+00:00" }, + { + "name": "league/commonmark", + "version": "0.15.7", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/commonmark.git", + "reference": "36d82f166e441dfa28643f8d01dd8bdd3a579adf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/36d82f166e441dfa28643f8d01dd8bdd3a579adf", + "reference": "36d82f166e441dfa28643f8d01dd8bdd3a579adf", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.4.8" + }, + "replace": { + "colinodell/commonmark-php": "*" + }, + "require-dev": { + "cebe/markdown": "~1.0", + "erusev/parsedown": "~1.0", + "jgm/commonmark": "0.28", + "michelf/php-markdown": "~1.4", + "mikehaertl/php-shellcommand": "~1.2.0", + "phpunit/phpunit": "~4.3|~5.0", + "scrutinizer/ocular": "~1.1", + "symfony/finder": "~2.3|~3.0" + }, + "suggest": { + "league/commonmark-extras": "Library of useful extensions including smart punctuation" + }, + "bin": [ + "bin/commonmark" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.16-dev" + } + }, + "autoload": { + "psr-4": { + "League\\CommonMark\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com", + "role": "Lead Developer" + } + ], + "description": "Markdown parser for PHP based on the CommonMark spec", + "homepage": "https://github.com/thephpleague/commonmark", + "keywords": [ + "commonmark", + "markdown", + "parser" + ], + "time": "2017-10-26T15:41:07+00:00" + }, { "name": "league/container", "version": "2.4.1", @@ -10162,6 +10289,52 @@ ], "time": "2018-08-24T14:47:04+00:00" }, + { + "name": "michelf/php-markdown", + "version": "1.8.0", + "source": { + "type": "git", + "url": "https://github.com/michelf/php-markdown.git", + "reference": "01ab082b355bf188d907b9929cd99b2923053495" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495", + "reference": "01ab082b355bf188d907b9929cd99b2923053495", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Michelf\\": "Michelf/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Michel Fortin", + "email": "michel.fortin@michelf.ca", + "homepage": "https://michelf.ca/", + "role": "Developer" + }, + { + "name": "John Gruber", + "homepage": "https://daringfireball.net/" + } + ], + "description": "PHP Markdown", + "homepage": "https://michelf.ca/projects/php-markdown/", + "keywords": [ + "markdown" + ], + "time": "2018-01-15T00:49:33+00:00" + }, { "name": "mkalkbrenner/php-htmldiff-advanced", "version": "0.0.8", -- 2.45.2 From 9027af46a061c1c0e9bcdec1a275089ad5ee6fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 20 Feb 2019 11:48:38 -0500 Subject: [PATCH 078/459] Commit some live (self?) updates of langcode --- ...ore.entity_view_display.node.page.default.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/config/sync/core.entity_view_display.node.page.default.yml b/config/sync/core.entity_view_display.node.page.default.yml index ce000d2..9664094 100644 --- a/config/sync/core.entity_view_display.node.page.default.yml +++ b/config/sync/core.entity_view_display.node.page.default.yml @@ -28,14 +28,25 @@ third_party_settings: link_custom: '' classes: layout_class: { } - regions: { } + regions: + ds_content: + - langcode _core: default_config_hash: 9nmRao0UFQtmO6lONrWp9ITjFaO41GzV-xJczx0qjKg id: node.page.default targetEntityType: node bundle: page mode: default -content: { } +content: + langcode: + type: language + weight: 0 + region: ds_content + label: inline + settings: + link_to_entity: false + native_language: false + third_party_settings: { } hidden: body: true field_body_paragraph: true @@ -44,5 +55,4 @@ hidden: field_summary: true indieweb_bridgypublishtwitter: true indieweb_syndication: true - langcode: true links: true -- 2.45.2 From 241775550b0585c5cd85d223b594aff823589779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 20 Feb 2019 11:48:58 -0500 Subject: [PATCH 079/459] Commit Micky's changes to the live webform --- .../sync/webform.webform.public_speaker.yml | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/config/sync/webform.webform.public_speaker.yml b/config/sync/webform.webform.public_speaker.yml index 1d502f2..84c268f 100644 --- a/config/sync/webform.webform.public_speaker.yml +++ b/config/sync/webform.webform.public_speaker.yml @@ -9,10 +9,10 @@ uid: 12 template: false archive: false id: public_speaker -title: 'Public Speaker Request' -description: 'Book an Agaric for a presentation or lecture.' +title: 'Speaker Request - Micky Metts' +description: 'Request Micky's presence for a presentation or lecture.' category: '' -elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#middle__access': false\n '#suffix__access': false\n '#degree__access': false\nevent_theme:\n '#type': textfield\n '#title': 'Event theme'\n '#description': 'Is there an overall theme for this event?'\ndescription_of_event:\n '#type': textarea\n '#title': 'Description of event'\nevent_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event dates'\n '#date_date_datepicker_button': false\nevent_location:\n '#type': webform_address\n '#title': 'Event location'\nemail:\n '#type': email\n '#title': Email\n '#required': true\nconfirm_your_email:\n '#type': webform_email_confirm\n '#title': 'Confirm your email'\nphone:\n '#type': tel\n '#title': Phone\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nspecial_requests:\n '#type': textarea\n '#title': 'Special requests'\nbudget_for_speaker:\n '#type': number\n '#title': 'Budget for speaker'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite an Agaric to speak'" +elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#middle__access': false\n '#suffix__access': false\n '#degree__access': false\nevent_theme:\n '#type': textfield\n '#title': 'Event theme'\n '#description': 'Is there an overall theme for this event?'\ndescription_of_event:\n '#type': textarea\n '#title': 'Description of event'\nevent_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event dates'\n '#date_date_datepicker_button': false\nevent_location:\n '#type': webform_address\n '#title': 'Event location'\nemail:\n '#type': email\n '#title': Email\n '#required': true\nconfirm_your_email:\n '#type': webform_email_confirm\n '#title': 'Confirm your email'\nphone:\n '#type': tel\n '#title': Phone\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nspecial_requests:\n '#type': textarea\n '#title': 'Special requests'\nbudget_for_speaker:\n '#type': number\n '#title': 'Budget for speaker'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Micky to speak'" css: '' javascript: '' settings: @@ -20,12 +20,12 @@ settings: ajax_scroll_top: form page: true page_submit_path: '' - page_confirm_path: '' - form_title: both + page_confirm_path: /your-request-has-been-sent-micky + form_title: source_entity_webform form_submit_once: false form_exception_message: '' form_open_message: '' - form_close_message: '' + form_close_message: 'Micky is not accepting bookings at this time.' form_previous_submissions: true form_confidential: false form_confidential_message: '' @@ -50,10 +50,12 @@ settings: form_access_denied_message: '' form_access_denied_attributes: { } form_file_limit: '' - submission_label: '' + submission_label: 'Speaker request for Micky' submission_log: false submission_views: { } - submission_views_replace: { } + submission_views_replace: + webform_routes: { } + node_routes: { } submission_user_columns: { } submission_user_duplicate: false submission_access_denied: default @@ -70,7 +72,7 @@ settings: autofill: false autofill_message: '' autofill_excluded_elements: { } - wizard_progress_bar: true + wizard_progress_bar: false wizard_progress_pages: false wizard_progress_percentage: false wizard_progress_link: false @@ -92,10 +94,10 @@ settings: draft_auto_save: false draft_saved_message: '' draft_loaded_message: '' - confirmation_type: page + confirmation_type: url confirmation_title: '' confirmation_message: '' - confirmation_url: '' + confirmation_url: /your-request-has-been-sent-micky confirmation_attributes: { } confirmation_back: true confirmation_back_label: '' -- 2.45.2 From f6918c3bc5d97f86e4f205d1b13e91073d0ac2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 20 Feb 2019 14:43:47 -0500 Subject: [PATCH 080/459] Update configuration updated by database updates --- config/sync/comment_notify.settings.yml | 12 ++++++++---- config/sync/preview_link.settings.yml | 1 + 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 config/sync/preview_link.settings.yml diff --git a/config/sync/comment_notify.settings.yml b/config/sync/comment_notify.settings.yml index 17a406f..268d611 100644 --- a/config/sync/comment_notify.settings.yml +++ b/config/sync/comment_notify.settings.yml @@ -8,10 +8,14 @@ enable_default: entity_author: true mail_templates: watcher: - subject: '[site:name] :: new comment on [node:title]' - body: "Hi [comment-subscribed:author],\r\n\r\n[comment:author] has commented on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou can stop receiving emails when someone replies to this post,\r\nby going to [comment-subscribed:unsubscribe-url]\r\n\r\nYou can set up auto-following feature for all future posts\r\nby creating your own user with a few clicks here [site:login-url]\r\n\r\n-- [site:name] team\r\n[site:url]\r\n" + node: + subject: '[site:name] :: new comment on [node:title]' + body: "Hi [comment-subscribed:author],\r\n\r\n[comment:author] has commented on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou can stop receiving emails when someone replies to this post,\r\nby going to [comment-subscribed:unsubscribe-url]\r\n\r\nYou can set up auto-following feature for all future posts\r\nby creating your own user with a few clicks here [site:login-url]\r\n\r\n-- [site:name] team\r\n[site:url]\r\n" entity_author: - subject: '[site:name] :: new comment for your post' - body: "Hi [node:author],\r\n\r\nYou have received a comment on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou will receive emails like this for all replies to your posts. You can\r\ndisable this by logging in and changing the settings on your user account at\r\n[node:author:edit-url].\r\n\r\n-- [site:name] team\r\n[site:url]\r\n" + node: + subject: '[site:name] :: new comment for your post' + body: "Hi [node:author],\r\n\r\nYou have received a comment on: \"[node:title]\"\r\n\r\n----\r\n[comment:title]\r\n[comment:body]\r\n----\r\n\r\nYou can view the comment at the following url\r\n[comment:url]\r\n\r\nYou will receive emails like this for all replies to your posts. You can\r\ndisable this by logging in and changing the settings on your user account at\r\n[node:author:edit-url].\r\n\r\n-- [site:name] team\r\n[site:url]\r\n" _core: default_config_hash: Q6HMOSKUhb-YgBPZ1JIbcVeOxHPv-eJoBGYmXiG9Pik +bundle_types: + - node--blog--comment diff --git a/config/sync/preview_link.settings.yml b/config/sync/preview_link.settings.yml new file mode 100644 index 0000000..3327dc2 --- /dev/null +++ b/config/sync/preview_link.settings.yml @@ -0,0 +1 @@ +enabled_entity_types: { } -- 2.45.2 From 4fe52c86d2b07e1753ff63871eeeeddaeda97f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 20 Feb 2019 15:05:33 -0500 Subject: [PATCH 081/459] Enable markdown; apply self-update to preview link settings --- ...shot.snapshot.config_sync.module.markdown.yml | 16 ++++++++++++++++ ....snapshot.config_sync.module.preview_link.yml | 7 ++++++- config/sync/core.extension.yml | 1 + config/sync/markdown.settings.yml | 3 +++ 4 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.markdown.yml create mode 100644 config/sync/markdown.settings.yml diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.markdown.yml b/config/sync/config_snapshot.snapshot.config_sync.module.markdown.yml new file mode 100644 index 0000000..1bed666 --- /dev/null +++ b/config/sync/config_snapshot.snapshot.config_sync.module.markdown.yml @@ -0,0 +1,16 @@ +uuid: 336909a4-d8ff-4fd4-8fe4-6050d9c0e16d +langcode: en +status: true +dependencies: + module: + - markdown +id: config_sync.module.markdown +snapshotSet: config_sync +extensionType: module +extensionName: markdown +items: + - + collection: '' + name: markdown.settings + data: + markdown_library: php-markdown diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.preview_link.yml b/config/sync/config_snapshot.snapshot.config_sync.module.preview_link.yml index 9a1ae1d..7ca2367 100644 --- a/config/sync/config_snapshot.snapshot.config_sync.module.preview_link.yml +++ b/config/sync/config_snapshot.snapshot.config_sync.module.preview_link.yml @@ -8,4 +8,9 @@ id: config_sync.module.preview_link snapshotSet: config_sync extensionType: module extensionName: preview_link -items: { } +items: + - + collection: '' + name: preview_link.settings + data: + enabled_entity_types: { } diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 54b3abc..571aa85 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -93,6 +93,7 @@ module: layout_discovery: 0 link: 0 locale: 0 + markdown: 0 menu_trail_by_path: 0 menu_ui: 0 metatag: 0 diff --git a/config/sync/markdown.settings.yml b/config/sync/markdown.settings.yml new file mode 100644 index 0000000..00afe82 --- /dev/null +++ b/config/sync/markdown.settings.yml @@ -0,0 +1,3 @@ +markdown_library: php-markdown +_core: + default_config_hash: BGlnbueWmcxablTviSA1SF0-yNvbNkUjnvYMMFuUl24 -- 2.45.2 From 5948a6f913f46e69dc5e83bc5c04c083b7b42e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 20 Feb 2019 15:06:09 -0500 Subject: [PATCH 082/459] Commit contact form message translations --- config/sync/language/es/contact.form.feedback.yml | 1 + config/sync/language/es/contact.form.personal.yml | 1 + 2 files changed, 2 insertions(+) create mode 100644 config/sync/language/es/contact.form.feedback.yml create mode 100644 config/sync/language/es/contact.form.personal.yml diff --git a/config/sync/language/es/contact.form.feedback.yml b/config/sync/language/es/contact.form.feedback.yml new file mode 100644 index 0000000..cefd43b --- /dev/null +++ b/config/sync/language/es/contact.form.feedback.yml @@ -0,0 +1 @@ +message: '¡Gracias por contactarnos! Nos pondremos en contacto con usted tan pronto como uno de nosotros (probablemente Clayton) revise nuestro correo electrónico.' diff --git a/config/sync/language/es/contact.form.personal.yml b/config/sync/language/es/contact.form.personal.yml new file mode 100644 index 0000000..cefd43b --- /dev/null +++ b/config/sync/language/es/contact.form.personal.yml @@ -0,0 +1 @@ +message: '¡Gracias por contactarnos! Nos pondremos en contacto con usted tan pronto como uno de nosotros (probablemente Clayton) revise nuestro correo electrónico.' -- 2.45.2 From 119dbbc895ae1775dafcda935ad427a93e5deeec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 20 Feb 2019 15:15:05 -0500 Subject: [PATCH 083/459] Update Drupal core with latest security release, also paragarphs --- composer.lock | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/composer.lock b/composer.lock index 1425706..070e9b6 100644 --- a/composer.lock +++ b/composer.lock @@ -3755,16 +3755,16 @@ }, { "name": "drupal/core", - "version": "8.6.9", + "version": "8.6.10", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "cac12e0ec19d5c6fa53778522b3ff4c542f86c8d" + "reference": "59568ac02948cf075ee8543e6c6d4386ad8daec1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/cac12e0ec19d5c6fa53778522b3ff4c542f86c8d", - "reference": "cac12e0ec19d5c6fa53778522b3ff4c542f86c8d", + "url": "https://api.github.com/repos/drupal/core/zipball/59568ac02948cf075ee8543e6c6d4386ad8daec1", + "reference": "59568ac02948cf075ee8543e6c6d4386ad8daec1", "shasum": "" }, "require": { @@ -3990,7 +3990,7 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "time": "2019-02-08T12:21:40+00:00" + "time": "2019-02-20T18:35:01+00:00" }, { "name": "drupal/ctools", @@ -7195,17 +7195,17 @@ }, { "name": "drupal/metatag", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupal.org/project/metatag", - "reference": "8.x-1.7" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "93decaefd053c524918ceae5b5ef05dd77de0857" + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "fb5d31aa08c8c2e175f096f9917e9741db152ea8" }, "require": { "drupal/core": "*", @@ -7227,8 +7227,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.7", - "datestamp": "1535726393", + "version": "8.x-1.8", + "datestamp": "1550692511", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7529,17 +7529,17 @@ }, { "name": "drupal/paragraphs", - "version": "1.5.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupal.org/project/paragraphs", - "reference": "8.x-1.5" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "85ba97dd1c602d33fc5904b6e1df5973312afa94" + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "cd93e244f3a78dabdcf362adc31e59aad25b3fae" }, "require": { "drupal/core": "~8", @@ -7567,8 +7567,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.5", - "datestamp": "1541009695", + "version": "8.x-1.6", + "datestamp": "1550692525", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" -- 2.45.2 From 626fa03d5a0dec4f4cd5462519a924d0136b1336 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Wed, 20 Feb 2019 15:50:26 -0500 Subject: [PATCH 084/459] Update drush aliases and remove .php style settings --- .gitignore | 4 ++++ drush/agaric-com.aliases.drushrc.php | 17 ----------------- drush/drushrc.php | 4 ---- drush/sites/test.site.yml | 2 +- 4 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 drush/agaric-com.aliases.drushrc.php delete mode 100644 drush/drushrc.php diff --git a/.gitignore b/.gitignore index 4bdb833..1c2b102 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,10 @@ vendor/ ## Ignore folder for SQL dumps /sql +## Ignore other template-built files: +drush/sites/local.site.yml +drush/drush.yml + ## What you CAN commit: # config # web/themes/custom/*/templates diff --git a/drush/agaric-com.aliases.drushrc.php b/drush/agaric-com.aliases.drushrc.php deleted file mode 100644 index 03ea541..0000000 --- a/drush/agaric-com.aliases.drushrc.php +++ /dev/null @@ -1,17 +0,0 @@ - '/var/www/drutopia/web', - 'uri' => 'http://agaric-com.test/', -]; - -$aliases['test'] = [ - 'root' => '/home/agaric_test/site/web', - 'uri' => 'https://agaric-test.drutopia.org', - 'remote-user' => 'agaric_test', - 'remote-host' => 'elizabeth.mayfirst.org', - 'path-aliases' => [ - '%drush' => '/home/agaric_test/site/vendor/drush/drush', - '%drush-script' => '/home/agaric_test/site/vendor/bin/drush', - ], -]; diff --git a/drush/drushrc.php b/drush/drushrc.php deleted file mode 100644 index 8a74de1..0000000 --- a/drush/drushrc.php +++ /dev/null @@ -1,4 +0,0 @@ - Date: Wed, 20 Feb 2019 15:50:43 -0500 Subject: [PATCH 085/459] Update file sync based on server specs and change drush alias --- Makefile | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index b4d30c2..e6e0c98 100644 --- a/Makefile +++ b/Makefile @@ -28,14 +28,21 @@ help: ##@Targets Show this text (or just run make) # Configure sync' ALIAS_LIVE := @live.live -ALIAS_TEST := @test.dev -SRV := elizabeth.mayfirst.org -FILES_LIVE := /home/agaric_live/files -FILES_TEST := /home/agaric_test/files +ALIAS_TEST := @test.test +SRV_TEST := root@elizabeth.mayfirst.org +SRV_LIVE := $(SRV_TEST) +FILES_LIVE := /home/family_home_live/files +FILES_TEST := /home/family_home_test/files ECHO := $(if $(TEST),@echo) -synclivetotest: ##@Targets Sync live environment to test +synclivetotest: ##@Targets Sync live environment to test (pass TEST=true to echo commands) $(ECHO) drush -y $(ALIAS_TEST) sql-drop $(ECHO) drush -y sql-sync $(ALIAS_LIVE) $(ALIAS_TEST) - $(ECHO) ssh -A $(SRV) rsync -rz --stats --exclude styles \ - --exclude css --exclude js $(FILES_LIVE) \ - --delete ${FILES_TEST} +ifeq ($(SRV_TEST), $(SRV_LIVE)) + $(ECHO) ssh -A $(SRV_LIVE) rsync -rz --stats --exclude styles \ + --exclude css --exclude js $(FILES_LIVE) \ + --delete ${FILES_TEST} +else + $(ECHO) drush -y sync $(ALIAS_LIVE)/public/%files $(ALIAS_TEST)/public/%files +endif + + -- 2.45.2 From cdf390f082b32b36b4179b468007ff7298eb6bc2 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Wed, 20 Feb 2019 15:55:38 -0500 Subject: [PATCH 086/459] Add rake tasks, provisioning, and templates --- Rakefile | 23 ++++ provisioning/box/config.yml | 13 +-- provisioning/box/post-tasks/10-drupal.yml | 12 +- .../box/post-tasks/templates/drush.yml.j2 | 3 + .../post-tasks/templates/local.site.yml.j2 | 7 ++ rakelib/agaric.rake | 106 ++++++++++++++++++ rakelib/init.rake | 40 +++++++ 7 files changed, 193 insertions(+), 11 deletions(-) create mode 100644 Rakefile create mode 100644 provisioning/box/post-tasks/templates/drush.yml.j2 create mode 100644 provisioning/box/post-tasks/templates/local.site.yml.j2 create mode 100644 rakelib/agaric.rake create mode 100644 rakelib/init.rake diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..c817255 --- /dev/null +++ b/Rakefile @@ -0,0 +1,23 @@ +# "dev" => { +# "host" => "vlad@simone.mayfirst.org", +# "path" => "/var/local/drupal/findit/web", +# "backups" => "/tmp", +# }, +ENVIRONMENTS = { + "test" => { + "host" => "agaric_test@drutopia.org", + "path" => "/home/agaric_test/site/web", + "drush" => "/home/agaric_test/site/vendor/bin/drush", + "backups" => "/tmp", + }, + "live" => { + "host" => "agaric_live@drutopia.org", + "path" => "/home/agaric_live/site/web", + "drush" => "/home/agaric_live/site/vendor/bin/drush", + "backups" => "/tmp", + }, +} +TAGNAMES = %w(stable) +DRUPAL = "web" +PROFILE = "agaric" +BUILDDIR = "/tmp/build" diff --git a/provisioning/box/config.yml b/provisioning/box/config.yml index aff5053..61307a1 100644 --- a/provisioning/box/config.yml +++ b/provisioning/box/config.yml @@ -155,7 +155,7 @@ installed_extras: - nodejs - pimpmylog # - redis - # - ruby + - ruby # - selenium # - solr # - tideways @@ -206,13 +206,6 @@ php_opcache_max_accelerated_files: 4096 php_max_input_vars: "4000" php_packages_extra: ['php7.1-zip'] -# Run specified scripts before or after VM is provisioned. Use {{ playbook_dir }} -# to reference the provisioning/ folder in Drupal VM or {{ config_dir }} to -# reference the directory where your `config.yml` is. -pre_provision_scripts: [] -post_provision_scripts: [] - # - "{{ playbook_dir }}/../examples/scripts/configure-solr.sh" - # MySQL Configuration. mysql_root_password: root mysql_slow_query_log_enabled: true @@ -229,7 +222,7 @@ npm_config_prefix: "/home/{{ drupalvm_user }}/.npm-global" # Ruby Configuration (if enabled above). ruby_install_gems_user: "{{ drupalvm_user }}" -ruby_install_gems: [] +ruby_install_gems: ['rake'] # Varnish Configuration (if enabled above). varnish_listen_port: "81" @@ -272,5 +265,5 @@ hostname_configure: true hostname_fqdn: "{{ vagrant_hostname }}" ssh_home: "{{ drupal_core_path }}" -post_provision_tasks_dir: ../../provisioning/box/post-tasks/*.yml pre_provision_tasks_dir: ../../provisioning/box/pre-tasks/*.yml +post_provision_tasks_dir: ../../provisioning/box/post-tasks/*.yml diff --git a/provisioning/box/post-tasks/10-drupal.yml b/provisioning/box/post-tasks/10-drupal.yml index 7f60da5..d3787e3 100644 --- a/provisioning/box/post-tasks/10-drupal.yml +++ b/provisioning/box/post-tasks/10-drupal.yml @@ -51,7 +51,7 @@ dest: "{{ drupal_core_path }}/sites/default/settings.local.php" - name: Check if site is already installed. - command: "{{ drupal_composer_install_dir }}/vendor/bin/drush --root={{ drupal_core_path}}/ status bootstrap" + command: "{{ drupal_composer_install_dir }}/vendor/bin/drush --root={{ drupal_core_path }}/ status bootstrap" args: chdir: "{{ drupal_core_path }}" register: drupal_site_installed @@ -59,6 +59,16 @@ changed_when: false become: no +- name: create drush.yml + template: + src: "drush.yml.j2" + dest: "{{ drupal_composer_install_dir }}/drush/drush.yml" + +- name: create local.site.yml + template: + src: "local.site.yml.j2" + dest: "{{ drupal_composer_install_dir }}/drush/sites/local.site.yml" + - name: Install Drupal with drush. command: > {{ drupal_composer_install_dir }}/vendor/bin/drush site-install -y diff --git a/provisioning/box/post-tasks/templates/drush.yml.j2 b/provisioning/box/post-tasks/templates/drush.yml.j2 new file mode 100644 index 0000000..01c15aa --- /dev/null +++ b/provisioning/box/post-tasks/templates/drush.yml.j2 @@ -0,0 +1,3 @@ +options: + uri: "http://{{ vagrant_hostname }}" + root: "{{ drupal_core_path }}" diff --git a/provisioning/box/post-tasks/templates/local.site.yml.j2 b/provisioning/box/post-tasks/templates/local.site.yml.j2 new file mode 100644 index 0000000..6e57f9f --- /dev/null +++ b/provisioning/box/post-tasks/templates/local.site.yml.j2 @@ -0,0 +1,7 @@ +dev: + root: "{{ drupal_core_path }}" + uri: "http://{{ vagrant_hostname }}" + +local: + root: "{{ drupal_core_path }}" + uri: "http://{{ vagrant_hostname }}" diff --git a/rakelib/agaric.rake b/rakelib/agaric.rake new file mode 100644 index 0000000..3f82e9d --- /dev/null +++ b/rakelib/agaric.rake @@ -0,0 +1,106 @@ +# As agaric.rake did not know how to deploy to Drutopia, +# all deployment features have been removed. +# Use drutopia_host to deploy. + +require 'date' +require 'rake/clean' + +CLEAN.include("#{BUILDDIR}") + +ENVIRONMENTS.keys.each do |env| + settings_source = "#{BUILDDIR}/#{env}/#{DRUPAL}/sites/default/#{env}.settings.php" + settings_target = "#{BUILDDIR}/#{env}/#{DRUPAL}/sites/default/settings.php" + + release_host = ENVIRONMENTS[env]["host"] + release_path = ENVIRONMENTS[env]["path"] + release_backups = ENVIRONMENTS[env]["backups"] + release_tag = ENVIRONMENTS[env]["tag"] + drush_path = ENVIRONMENTS[env]["drush"] + drush_path = drush_path ? drush_path : "drush" + + db_backup_task = "db_backup_#{env}".to_sym + task db_backup_task do + file = "#{release_backups}/backup-#{env}-#{DateTime.now}.sql.gz" + sh "ssh #{release_host} '#{drush_path} -r #{release_path} sql-dump --structure-tables-key=common --gzip > #{file}'" + end + + db_drop_tables_task = "db_drop_tables_#{env}".to_sym + task db_drop_tables_task => db_backup_task do + sh "ssh #{release_host} #{drush_path} -y -r #{release_path} sql-drop" + end + + file_sync_task = "file_sync_#{env}_to_local".to_sym + desc "Sync files from #{env} to local environment." + task file_sync_task do + sh "rsync -rz --stats --exclude styles --exclude css --exclude js --delete \ + #{release_host}:#{release_path}/sites/default/files/ \ + #{DRUPAL}/sites/default/files/" + end + + db_sync_task = "db_sync_#{env}_to_local".to_sym + desc "Sync database from #{env} to local environment." + task db_sync_task do + sh "drush -y sql-drop" + sh "ssh -C #{release_host} #{drush_path} -r #{release_path} \ + sql-dump --structure-tables-key=common | drush sql-cli" + end + + ENVIRONMENTS.keys.each do |e| + unless e == env then + from_host = ENVIRONMENTS[e]["host"] + from_path = ENVIRONMENTS[e]["path"] + from_drush = ENVIRONMENTS[e]["drush"] + from_drush = from_drush ? from_drush : "drush" + + file_sync_task = "file_sync_#{e}_to_#{env}".to_sym + desc "Sync files from #{e} to #{env} environment." + task file_sync_task do + sh "ssh -A #{from_host} rsync -rz --stats --exclude styles \ + --exclude css --exclude js #{from_path}/sites/default/files/ \ + --delete " + (from_host == release_host ? "" : "#{release_host}:") + "#{release_path}/sites/default/files/" + end + db_sync_task = "db_sync_#{e}_to_#{env}".to_sym + desc "Sync database from #{e} to #{env} environment." + task db_sync_task => db_drop_tables_task do + sh "ssh -C #{from_host} #{from_drush} -r #{from_path} \ + sql-dump --structure-tables-key=common | \ + ssh -C #{release_host} #{drush_path} -r #{release_path} sql-cli" + end + end + end +end + +TAGNAMES.each do |tagname| + desc "Tag a commit with #{tagname}." + task "tag_#{tagname}".to_sym do + sh "git fetch --tags" + num = `git tag`.scan(Regexp.new(tagname + "-")).size + 1 + sh "git tag -am '#{tagname.upcase} Release #{num}' #{tagname}-#{num}" + sh "git tag -afm 'Current #{tagname.upcase} Release' #{tagname}" + sh "git push origin :refs/tags/#{tagname}" + sh "git push origin --tags" + end +end + +desc "Detect coding standard violations in profile and custom modules." +task :sniff do + files = ["web/profiles/#{PROFILE}", 'web/sites/all/modules/custom'].join(' ') + extensions = ['module', 'profile', 'install', 'inc', 'php'].join(',') + sh "phpcs --extensions=#{extensions} #{files}" +end + +namespace :tests do + + desc "Run integration tests." + task "integration" do + sh "phpunit --process-isolation --bootstrap=tests/bootstrap.php tests/integration" + end + +end + +if defined? PROFILE + desc "Delete and re-install a site from its installation profile." + task "site_install" do + sh "#{drush_path} -y site-install #{PROFILE}" + end +end diff --git a/rakelib/init.rake b/rakelib/init.rake new file mode 100644 index 0000000..0784973 --- /dev/null +++ b/rakelib/init.rake @@ -0,0 +1,40 @@ +desc "Create a central bare repository from the local repository." +task :init_repo do + repo_id = File.basename(Dir.getwd) + repo_path = "/srv/git/#{repo_id}.git" + post_receive = "/usr/bin/kgb-client --git-reflog - --conf /etc/kgb-client/kgb.conf --repository git --repo-id #{repo_id}" + + commands = [ + "mkdir #{repo_path}", + "cd #{repo_path}", + "git init --bare", + # For HTTP access such as gitweb + "mv hooks/post-update.sample hooks/post-update", + # For KGB to send commit notifications over IRC. + # This still requires additional server-side configuration, see + # http://my.agaric.com/agaric/node/11694 + "echo #{post_receive} >> hooks/post-receive", + "chmod a+x hooks/post-receive" + ].join(" && ") + sh "ssh git.agaric.com '#{commands}'" + sh "git remote add origin git.agaric.com:#{repo_path}" + sh "git push origin master" +end + +desc "Add .gitignore file with basic project specific patterns." +task ".gitignore" do + open(".gitignore", "a") do |f| + f.puts ".sass-cache/" + f.puts ".vagrant/" + f.puts "build/" + f.puts "web/sites/default/settings.php" + f.puts "web/sites/default/files/" + end +end + +desc "Add .gitattributes file with basic project specific patterns." +task ".gitattributes" do + open(".gitattributes", "a") do |f| + f.puts "etc export-ignore" + end +end -- 2.45.2 From 84c79fe3b0b0f14ebf3cc51ad338af2a40532f0e Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Wed, 20 Feb 2019 15:59:47 -0500 Subject: [PATCH 087/459] Correct file paths in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e6e0c98..54467a2 100644 --- a/Makefile +++ b/Makefile @@ -31,8 +31,8 @@ ALIAS_LIVE := @live.live ALIAS_TEST := @test.test SRV_TEST := root@elizabeth.mayfirst.org SRV_LIVE := $(SRV_TEST) -FILES_LIVE := /home/family_home_live/files -FILES_TEST := /home/family_home_test/files +FILES_LIVE := /home/agaric_live/files +FILES_TEST := /home/agaric_test/files ECHO := $(if $(TEST),@echo) synclivetotest: ##@Targets Sync live environment to test (pass TEST=true to echo commands) $(ECHO) drush -y $(ALIAS_TEST) sql-drop -- 2.45.2 From a3d780df1c27e13ba16fddaf6a3d59ad976f6fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 21 Feb 2019 07:41:13 -0500 Subject: [PATCH 088/459] Commit provisioning-updated drush yml file --- drush/drush.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drush/drush.yml b/drush/drush.yml index 7f0ffb3..03672fa 100644 --- a/drush/drush.yml +++ b/drush/drush.yml @@ -1,3 +1,3 @@ options: - uri: "http://agaric-com.test" - root: "/var/www/drutopia/web" + uri: "http://agaric-com.test" + root: "/var/www/drutopia//web" -- 2.45.2 From 8c51013e0186fd7a6c60a67a53fc52db52d3747e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 21 Feb 2019 08:32:07 -0500 Subject: [PATCH 089/459] Update pattern library with content flow improvements --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index db0f99c..9f3d9b4 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit db0f99c0a50258225bd6616a1638ccffdf0c572c +Subproject commit 9f3d9b4220533b0076375b5080faf551c61bc96e -- 2.45.2 From cc48eebe7eb18833d9f06fe07e6febcf810e9783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 21 Feb 2019 09:02:38 -0500 Subject: [PATCH 090/459] Configure the markdown editor --- config/sync/editor.editor.basic_html.yml | 7 ++-- config/sync/filter.format.basic_html.yml | 43 +++++++++++++++++++++--- 2 files changed, 43 insertions(+), 7 deletions(-) diff --git a/config/sync/editor.editor.basic_html.yml b/config/sync/editor.editor.basic_html.yml index a5f6afa..c70e8ae 100644 --- a/config/sync/editor.editor.basic_html.yml +++ b/config/sync/editor.editor.basic_html.yml @@ -42,12 +42,15 @@ settings: - name: Tools items: + - Markdown - Source + - ShowBlocks + - Maximize plugins: - language: - language_list: un stylescombo: styles: "p.subtitle.is-mono.is-4|Mono subtitle\r\np.title.is-5.is-spaced|Small title\r\np.subtitle.is-6|Small subtitle" + language: + language_list: un linebreaks: method: force image_upload: diff --git a/config/sync/filter.format.basic_html.yml b/config/sync/filter.format.basic_html.yml index c88e28d..56faf06 100644 --- a/config/sync/filter.format.basic_html.yml +++ b/config/sync/filter.format.basic_html.yml @@ -4,6 +4,7 @@ status: true dependencies: module: - editor + - markdown _core: default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko name: 'Basic HTML' @@ -14,7 +15,7 @@ filters: id: filter_html provider: filter status: true - weight: -10 + weight: -42 settings: allowed_html: '