zanami
zanami
First of all, looks like my BOA is somewhat broken and I'm sure it's not a common problem. I just want to understand what's up with redis and redis_edge. My...
Any info on [search_api_solr](https://www.drupal.org/project/search_api_solr) 8.x-3.x support? It's currently the recommended version.
I can create a page according to: ``` Filename A unique filename for the content. Examples: My_Document, My_Document.en, sub-folder/My_Document ``` i.e. `subfolder/somename` and [filename].tsx does not seem to work for...
Drush drush10-bin doesn't work on my D8 site if search_api_solr is enabled. 1. Drupal 8 (~/static/platformname) implies search_api_solr 1.23 2. search_api_solr depends on consolidation/annotated-command:2.12.2 3. drush10-bin (/opt/tools/drush/10/drush/) depends on consolidation/annotated-command:4.40.0...
https://next-drupal.org/guides/page-limit > To override the page max size, set the following parameter in your Drupal settings.yml file and clear caches. > > ``` > parameters: > next_jsonapi.size_max: 100 // Set...
I guess there's a small bug in [fields/link.ts](https://github.com/payloadcms/website-cms/blob/main/src/fields/link.ts#L141) ``` linkResult.fields.push({ name: 'appearance', type: 'select', defaultValue: 'default', options: appearanceOptionsToUse, admin: { description: 'Choose how the link should be rendered.' } });...
Just a heads up, I spent some time struggling with this. 1. Thunder 2.13 D8.4 platform, one site 2. Added another platform — Thunder 2.18 (D8.5) 3. Migrated the site...